[AppDB] Readme, php.ini

Paul van Schayck info at wwwdesign.tmfweb.nl
Wed Mar 24 15:05:59 CST 2004


Hey,

Some other settings inside php.ini are quite crucial for a working local 
appdb.

Changelog:
Things inside php.ini

Index: README
===================================================================
RCS file: /home/wine/appdb/README,v
retrieving revision 1.2
diff -u -r1.2 README
--- README	24 Mar 2004 15:51:49 -0000	1.2
+++ README	24 Mar 2004 21:02:21 -0000
@@ -14,5 +14,7 @@
 - Try to open up localhost/appdb, if you get a directory listing
   Edit your /etc/apache/httpd.conf "DirectoryIndex" to include index.php
   so apache will open index.php after not finding index.html/index.htm etc
-- Check your /etc/php/php.ini to ensure that 'register_globals = On' as the
-  appdb uses globals and won't work correctly without this
+- Check your /etc/php/php.ini to ensure that
+  'register_globals = On' (variables won't get passed)
+  'magic_quotes_gpc = Off' (you would end up with \ everywhere)
+  'session.bug_compat_42' = On' (Problem with auto-globals and session variables)
\ No newline at end of file




More information about the wine-patches mailing list