mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
change 6.0.0 to 5.4.0
This commit is contained in:
parent
27df8b6ff0
commit
fe5d10d072
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue