mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
MFZE2
This commit is contained in:
@@ -140,7 +140,7 @@ static void ini_error(char *str)
|
||||
fprintf(stderr, "PHP: %s", error_buf);
|
||||
#endif
|
||||
} else {
|
||||
zend_error(E_CORE_WARNING, error_buf);
|
||||
zend_error(E_WARNING, error_buf);
|
||||
}
|
||||
efree(error_buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user