From fe5d10d07207252aa0e8c69c7123d62d29991093 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 8 Feb 2012 20:12:44 +0000 Subject: [PATCH] change 6.0.0 to 5.4.0 --- php.ini-development | 2 +- php.ini-production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.40.0