Parent Directory
|
Revision Log
|
Patch
| revision 302117 by jani, Fri Mar 12 10:28:59 2010 UTC | revision 302118 by kalle, Wed Aug 11 21:12:18 2010 UTC | |
|---|---|---|
| # | Line 2076 int php_module_startup(sapi_module_struc | Line 2076 int php_module_startup(sapi_module_struc |
| 2076 | ||
| 2077 | while (*p) { | while (*p) { |
| 2078 | if (cfg_get_long((char*)*p, &val) == SUCCESS && val) { | if (cfg_get_long((char*)*p, &val) == SUCCESS && val) { |
| 2079 | zend_error(E_WARNING, "Directive '%s' is deprecated in PHP 5.3 and greater", *p); | zend_error(E_DEPRECATED, "Directive '%s' is deprecated in PHP 5.3 and greater", *p); |
| 2080 | } | } |
| 2081 | ++p; | ++p; |
| 2082 | } | } |
|
||||||||