Reverting previous patch.

This commit is contained in:
Ilia Alshanetsky 2003-01-14 02:41:47 +00:00
parent 6fb507b53e
commit ad3b2ccec9

View File

@ -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);
}