diff options
Diffstat (limited to 'ext/oci8')
| -rw-r--r-- | ext/oci8/oci8.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index cc3e2dfdfa..7c9580a710 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -405,7 +405,7 @@ PHP_RINIT_FUNCTION(oci) OCI(debug_mode) = 0; /* start "fresh" */ - oci_debug("php3_rinit_oci8"); + oci_debug("php_rinit_oci8"); return SUCCESS; } @@ -428,7 +428,7 @@ PHP_MSHUTDOWN_FUNCTION(oci) { OCILS_FETCH(); - oci_debug("php3_mshutdown_oci8"); + oci_debug("php_mshutdown_oci8"); zend_hash_apply(OCI(user),(int (*)(void *))_user_pcleanup); zend_hash_apply(OCI(server),(int (*)(void *))_server_pcleanup); @@ -483,7 +483,7 @@ PHP_RSHUTDOWN_FUNCTION(oci) { OCILS_FETCH(); - oci_debug("php3_rshutdown_oci8"); + oci_debug("php_rshutdown_oci8"); zend_hash_apply(OCI(user),(int (*)(void *))_user_cleanup); zend_hash_apply(OCI(server),(int (*)(void *))_server_cleanup); |
