From c8462df127c2ac21a71e6f6adba7bc3d08fb64bf Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Sat, 20 Nov 2010 01:29:03 +0000 Subject: [PATCH] Remove unreverted duplicate fix for nulls --- 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 8df9bb9b11..551a6521bd 100644 --- a/ext/oci8/oci8_interface.c +++ b/ext/oci8/oci8_interface.c @@ -929,10 +929,6 @@ PHP_FUNCTION(oci_lob_export) RETURN_FALSE; } - if (strlen(filename) != filename_len) { - RETURN_FALSE; - } - if (PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) { RETURN_FALSE; } -- 2.50.1