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

index a3dee362f7be20080cc745ef3fa3e673e8f20184..0428997ce6e593538a7c88b6e89417b962648fb8 100644 (file)
@@ -243,6 +243,8 @@ memory_limit = 128M      ; Maximum amount of memory a script may consume (128M)
 ; 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 ef5c80ba0eea3b876b413ba76e34ab3799e65175..c5e6218e615006664a809a22671e3bd3044f3d41 100644 (file)
@@ -280,6 +280,8 @@ memory_limit = 128M      ; Maximum amount of memory a script may consume (128M)
 ; 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:
 ;