diff options
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() { |