sixd            Mon Mar  9 20:19:38 2009 UTC

  Modified files:              
    /php-src/ext/oci8   oci8_interface.c 
  Log:
  Use PHP 5 function name in error message
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.42&r2=1.43&diff_format=u
Index: php-src/ext/oci8/oci8_interface.c
diff -u php-src/ext/oci8/oci8_interface.c:1.42 
php-src/ext/oci8/oci8_interface.c:1.43
--- php-src/ext/oci8/oci8_interface.c:1.42      Wed Dec 31 11:12:33 2008
+++ php-src/ext/oci8/oci8_interface.c   Mon Mar  9 20:19:38 2009
@@ -25,7 +25,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: oci8_interface.c,v 1.42 2008/12/31 11:12:33 sebastian Exp $ */
+/* $Id: oci8_interface.c,v 1.43 2009/03/09 20:19:38 sixd Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1663,7 +1663,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

Reply via email to