php4
+--------------------------------------------------------------------+
| *** NOTE *** |
| The default for register_globals is now OFF! |
| |
| If your application relies on register_globals being ON, you |
| should explicitly set it to on in your php.ini file. |
| Note that you are strongly encouraged to read |
| http://www.php.net/manual/en/security.registerglobals.php |
| about the implications of having register_globals set to on, and |
| avoid using it if possible. |
+--------------------------------------------------------------------+
ttyp0:makoto@st3240 17:09:25/030525(/usr/pkgsrc)> grep enable-session {databases,www}/*/Makefile*
www/php4/Makefile.php:CONFIGURE_ARGS+= --enable-session
error-log
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value;
/usr/pkg/etc/php.ini
--- etc/php.ini-oo 2003-06-20 17:21:50.000000000 +0900
+++ etc/php.ini 2003-06-20 17:22:09.000000000 +0900
@@ -131,7 +131,7 @@
; with future versions of the language (you will receive a warning each time
; you use this feature, and the argument will be passed by value instead of by
; reference).
-allow_call_time_pass_reference = Off
+allow_call_time_pass_reference = On
|