Date: Sat, 27 Apr 2002 04:15:19 -0700 (PDT) From: Dirk Froemberg <dirk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4 Makefile distinfo ports/www/mod_php4/files patch-at patch-ext_domxml_php_domxml.c patch-ext_sybase_ct_config.m4 ports/www/mod_php4/scripts configure.php Message-ID: <200204271115.g3RBFJr23107@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dirk 2002/04/27 04:15:19 PDT Modified files: www/mod_php4 Makefile distinfo www/mod_php4/files patch-ext_sybase_ct_config.m4 www/mod_php4/scripts configure.php Removed files: www/mod_php4/files patch-at patch-ext_domxml_php_domxml.c Log: Upgrade to 4.2.0. Don't upgrade to this version blindly. External variables handling has been changed. This will break your application if they don't take care of this. There is a CVS tag (BEFORE_PHP_4_2_0) for the latest non-4.2.0 version (4.1.2). ------------------------------------------------------------------------- The biggest change in PHP 4.2.0 concerns variable handling. External variables (from the environment, the HTTP request, cookies or the web server) are no longer registered in the global scope by default. The preferred method of accessing these external variables is by using the new Superglobal arrays, introduced in PHP 4.1.0. More information about this change: * PHP Manual: Predefined variables http://www.php.net/manual/en/html/language.variables.predefined.html Revision Changes Path 1.165 +1 -1 ports/www/mod_php4/Makefile 1.107 +1 -1 ports/www/mod_php4/distinfo 1.2 +0 -11 ports/www/mod_php4/files/patch-at (dead) 1.2 +0 -69 ports/www/mod_php4/files/patch-ext_domxml_php_domxml.c (dead) 1.3 +21 -21 ports/www/mod_php4/files/patch-ext_sybase_ct_config.m4 1.166 +2 -15 ports/www/mod_php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204271115.g3RBFJr23107>