diff options
Diffstat (limited to 'ext/oci8/oci8.c')
| -rw-r--r-- | ext/oci8/oci8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index b6f8e4cf89..f94e4a70a1 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -704,7 +704,7 @@ static void oci_debug(const char *format,...) vsnprintf(buffer, sizeof(buffer)-1, format, args); va_end(args); buffer[sizeof(buffer)-1] = '\0'; - if (php3_header()) { + if (php_header()) { php_printf("OCIDebug: %s<br>\n", buffer); } } @@ -2765,7 +2765,7 @@ PHP_FUNCTION(ociwritelobtofile) goto bail; } } else { - if (php3_header()) { + if (php_header()) { PHPWRITE(buffer,toread); } } |
