/[svn]/php/php-src/branches/PHP_5_3/main/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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                  }                  }

Legend:
Removed from v.302117  
changed lines
  Added in v.302118