diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-05-13 01:24:34 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-05-13 01:24:34 +0000 |
commit | f5c7e889db6655a02b86ed199687c23caf247085 (patch) | |
tree | 4c31f4610ad2e73286a85e7e736bf732df7b983a /dev-lang | |
parent | New Package (diff) | |
download | historical-f5c7e889db6655a02b86ed199687c23caf247085.tar.gz historical-f5c7e889db6655a02b86ed199687c23caf247085.tar.bz2 historical-f5c7e889db6655a02b86ed199687c23caf247085.zip |
Added warning message
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/php/php-4.2.0.ebuild | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 91d6535d9f8f..ad1c989dbcab 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-lang/php # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.23 2002/05/08 07:01:25 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.24 2002/05/13 01:24:34 rphillips Exp $ 27 Apr 2002; Ryan Phillips <rphillips@gentoo.org> : @@ -19,8 +19,13 @@ Hmm, and I did not edit the ChangeLog for some reason to say that the mhash and mcrypt flags are encapsulated by the crypt flag now. -*php-4.2.0 (8 May 2002) +*php-4.2.0 (12 May 2002) + 12 May 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.0.ebuild : + + Added a message to warn the user that setting the register_globals + option to off may break compatibility with some scripts. + 8 May 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.0.ebuild : New release diff --git a/dev-lang/php/php-4.2.0.ebuild b/dev-lang/php/php-4.2.0.ebuild index 05b89ed07aa8..6719bb8536c6 100644 --- a/dev-lang/php/php-4.2.0.ebuild +++ b/dev-lang/php/php-4.2.0.ebuild @@ -181,7 +181,8 @@ pkg_postinst() { einfo "Please remeber:" einfo "This version of PHP has set register_globals = Off (Security)" einfo "Please read http://www.php.net/release_4_1_0.php (SECURITY: NEW INPUT MECHANISM)" - einfo "for further informations." + einfo "for further information. Setting this option to off sometimes causes" + einfo "incompatibilities with some scripts." } pkg_config() { |