From ff261853223f887fb1964e6c68080f903ca1de06 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 18 Nov 2010 16:16:26 +0000 Subject: [PATCH] - revert part of the null fix, was already applied by Chris --- ext/oci8/oci8_interface.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c index 4d59ebfbe1..8df9bb9b11 100644 --- a/ext/oci8/oci8_interface.c +++ b/ext/oci8/oci8_interface.c @@ -276,10 +276,6 @@ PHP_FUNCTION(oci_lob_load) 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"); -- 2.40.0