sixd Mon Mar 9 20:20:07 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/oci8 oci8_interface.c
Log:
MFH: Use PHP 5 function name in error message
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.8.2.7.2.13.2.10&r2=1.8.2.7.2.13.2.11&diff_format=u
Index: php-src/ext/oci8/oci8_interface.c
diff -u php-src/ext/oci8/oci8_interface.c:1.8.2.7.2.13.2.10
php-src/ext/oci8/oci8_interface.c:1.8.2.7.2.13.2.11
--- php-src/ext/oci8/oci8_interface.c:1.8.2.7.2.13.2.10 Thu Feb 5 21:43:31 2009
+++ php-src/ext/oci8/oci8_interface.c Mon Mar 9 20:20:07 2009
@@ -25,7 +25,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: oci8_interface.c,v 1.8.2.7.2.13.2.10 2009/02/05 21:43:31 sixd Exp $ */
+/* $Id: oci8_interface.c,v 1.8.2.7.2.13.2.11 2009/03/09 20:20:07 sixd Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -1635,7 +1635,7 @@
}
if (!errh) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "OCIError: unable
to find error handle");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Oci_error: unable
to find error handle");
RETURN_FALSE;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php