1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
This commit is contained in:
Ilia Alshanetsky
2003-01-14 14:21:45 +00:00
parent 4ff9267143
commit dff55752aa
+1 -1
View File
@@ -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);
}