1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/mod_php4
Dirk Froemberg 8e584c45ca 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
2002-04-27 11:15:18 +00:00
..
files Upgrade to 4.2.0. 2002-04-27 11:15:18 +00:00
scripts Upgrade to 4.2.0. 2002-04-27 11:15:18 +00:00
distinfo Upgrade to 4.2.0. 2002-04-27 11:15:18 +00:00
Makefile Upgrade to 4.2.0. 2002-04-27 11:15:18 +00:00
pkg-comment Add mod_php4 after repository copy from apache13-php4. 2000-05-29 19:25:07 +00:00
pkg-comment.standalone Add hooks for a standalone php4 slave port. 2001-02-25 21:22:04 +00:00
pkg-descr Add mod_php4 after repository copy from apache13-php4. 2000-05-29 19:25:07 +00:00
pkg-message Add mod_php4 after repository copy from apache13-php4. 2000-05-29 19:25:07 +00:00
pkg-plist Upgrade to 4.1.0. 2001-12-19 19:48:41 +00:00
pkg-plist.standalone ${PREFIX}/etc/php.standalone/ is used by lang/php3 and lang/php4. 2001-03-04 18:45:49 +00:00