From: Stanislav Malyshev Date: Wed, 8 Feb 2012 20:12:44 +0000 (+0000) Subject: change 6.0.0 to 5.4.0 X-Git-Tag: php-5.4.0RC8~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe5d10d07207252aa0e8c69c7123d62d29991093;p=php change 6.0.0 to 5.4.0 --- diff --git a/php.ini-development b/php.ini-development index e6a0f6dcc1..a9b12d5f97 100644 --- a/php.ini-development +++ b/php.ini-development @@ -424,7 +424,7 @@ memory_limit = 128M ; development and early testing. ; ; Error Level Constants: -; E_ALL - All errors and warnings (includes E_STRICT as of PHP 6.0.0) +; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0) ; E_ERROR - fatal run-time errors ; E_RECOVERABLE_ERROR - almost fatal run-time errors ; E_WARNING - run-time warnings (non-fatal errors) diff --git a/php.ini-production b/php.ini-production index 5a1052fcfe..b76b8bacb2 100644 --- a/php.ini-production +++ b/php.ini-production @@ -424,7 +424,7 @@ memory_limit = 128M ; development and early testing. ; ; Error Level Constants: -; E_ALL - All errors and warnings (includes E_STRICT as of PHP 6.0.0) +; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0) ; E_ERROR - fatal run-time errors ; E_RECOVERABLE_ERROR - almost fatal run-time errors ; E_WARNING - run-time warnings (non-fatal errors)