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

This commit is contained in:
Pierre Joye 2010-11-18 16:16:26 +00:00
parent ce96fd6b07
commit ff26185322

View File

@ -276,10 +276,6 @@ PHP_FUNCTION(oci_lob_load)
return; return;
} }
} }
if (strlen(filename) != filename_len) {
RETURN_FALSE;
}
if (zend_hash_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor"), (void **)&tmp) == FAILURE) { 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_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to find descriptor property");