summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2010-03-11 11:23:38 +0000
committerJani Taskinen <jani@php.net>2010-03-11 11:23:38 +0000
commitb4e12967568457eea53b6195804f5e274052d06c (patch)
treefbc19b5f50ef3712f880b329c905ef4779b725e7
parent06f072cb5e4e3582e20b8762141eccbc4dce85fa (diff)
downloadphp-git-b4e12967568457eea53b6195804f5e274052d06c.tar.gz
- Fix conflict
-rw-r--r--main/main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/main.c b/main/main.c
index 77dbfe6b89..8227396be9 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1088,19 +1088,7 @@ static void php_error_cb(int type, const char *error_filename, const uint error_
php_log_err(log_buffer TSRMLS_CC);
efree(log_buffer);
}
-<<<<<<< .mine
if (PG(display_errors) && ((module_initialized && !PG(during_request_startup)) || (PG(display_startup_errors)))) {
-=======
-
- if (PG(display_errors)
- && ((module_initialized && !PG(during_request_startup))
- || (PG(display_startup_errors)
- && (OG(php_body_write)==php_default_output_func || OG(php_body_write)==php_ub_body_write_no_header || OG(php_body_write)==php_ub_body_write)
- )
- )
- ) {
-
->>>>>>> .r294302
if (PG(xmlrpc_errors)) {
php_printf("<?xml version=\"1.0\"?><methodResponse><fault><value><struct><member><name>faultCode</name><value><int>%ld</int></value></member><member><name>faultString</name><value><string>%s:%s in %s on line %d</string></value></member></struct></value></fault></methodResponse>", PG(xmlrpc_error_number), error_type_str, buffer, error_filename, error_lineno);
} else {