mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Reverting previous patch.
This commit is contained in:
parent
6fb507b53e
commit
ad3b2ccec9
@ -140,7 +140,7 @@ static void ini_error(char *str)
|
||||
fprintf(stderr, "PHP: %s", error_buf);
|
||||
#endif
|
||||
} else {
|
||||
zend_error(E_WARNING, error_buf);
|
||||
zend_error(E_CORE_WARNING, error_buf);
|
||||
}
|
||||
efree(error_buf);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user