mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
hope i haven't missed anything - but we're no longer in the 3.x tree
This commit is contained in:
parent
b56086ae33
commit
2c73cc3b29
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ PHPAPI void php_error(int type, const char *format,...)
|
||||||
if (PG(log_errors)) {
|
if (PG(log_errors)) {
|
||||||
char log_buffer[1024];
|
char log_buffer[1024];
|
||||||
|
|
||||||
snprintf(log_buffer, 1024, "PHP 3 %s: %s in %s on line %d", error_type_str, buffer, error_filename, error_lineno);
|
snprintf(log_buffer, 1024, "PHP %s: %s in %s on line %d", error_type_str, buffer, error_filename, error_lineno);
|
||||||
php3_log_err(log_buffer);
|
php3_log_err(log_buffer);
|
||||||
}
|
}
|
||||||
if (PG(display_errors)) {
|
if (PG(display_errors)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue