pajoye                                   Thu, 18 Nov 2010 16:16:26 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=305509

Log:
- revert part of the null fix, was already applied by Chris

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/oci8/oci8_interface.c

Modified: php/php-src/branches/PHP_5_3/ext/oci8/oci8_interface.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/oci8/oci8_interface.c      2010-11-18 
16:02:37 UTC (rev 305508)
+++ php/php-src/branches/PHP_5_3/ext/oci8/oci8_interface.c      2010-11-18 
16:16:26 UTC (rev 305509)
@@ -276,10 +276,6 @@
                        return;
                }
        }
-
-       if (strlen(filename) != filename_len) {
-               RETURN_FALSE;
-       }

        if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", 
sizeof("descriptor"), (void **)&tmp) == FAILURE) {
                php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find 
descriptor property");

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to