]> granicus.if.org Git - php/commitdiff
MFH: Add E_DEPRECATED comment
authorChristopher Jones <sixd@php.net>
Mon, 7 Apr 2008 21:24:04 +0000 (21:24 +0000)
committerChristopher Jones <sixd@php.net>
Mon, 7 Apr 2008 21:24:04 +0000 (21:24 +0000)
php.ini-dist
php.ini-recommended

index b45eb35a7534f976e664fca870bf59f9cb0ec50d..89f773ccabe122fab26eaee485ffada2a633400e 100644 (file)
@@ -293,6 +293,8 @@ memory_limit = 128M      ; Maximum amount of memory a script may consume (128MB)
 ; E_USER_ERROR      - user-generated error message
 ; E_USER_WARNING    - user-generated warning message
 ; E_USER_NOTICE     - user-generated notice message
+; E_DEPRECATED      - warn about code that will not work in future versions
+;                     of PHP
 ;
 ; Examples:
 ;
index b3fc54ddd7768832e18f29d1f3246356f5f52a16..ce9f532a63e1efd4fd466c3972ff232cfd070718 100644 (file)
@@ -342,6 +342,8 @@ memory_limit = 128M      ; Maximum amount of memory a script may consume (128MB)
 ; E_USER_ERROR      - user-generated error message
 ; E_USER_WARNING    - user-generated warning message
 ; E_USER_NOTICE     - user-generated notice message
+; E_DEPRECATED      - warn about code that will not work in future versions
+;                     of PHP
 ;
 ; Examples:
 ;