Test: /tests/basic/bug46313.phpt - Version 5.3.23        

Bug #46313 Magic quotes broke $_FILES
Submitted: 2008-10-16 11:36:40 Modified: 2008-10-21 08:23:03
From: david Assigned:
Status: Closed Package: HTTP related
PHP Version: 5.3.0alpha2 OS: windows xp

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+
001- array(2) {
002- ["o1\'file"]=>
003- array(5) {
004- ["name"]=>
005- string(12) "o1\'file.png"
006- ["type"]=>
007- string(16) "text/plain-file1"
008- ["tmp_name"]=>
009- string(%d) "%s"
010- ["error"]=>
011- int(0)
012- ["size"]=>
013- int(1)
014- }
015- ["o2\'file"]=>
016- array(5) {
017- ["name"]=>
018- string(13) "o2\'file2.txt"
019- ["type"]=>
020- string(16) "text/plain-file2"
021- ["tmp_name"]=>
022- string(%d) "%s"
023- ["error"]=>
024- int(0)
025- ["size"]=>
026- int(1)
027- }
028- }
029- string(12) "o1\'file.png"
030- bool(true)
031- string(%d) "%s"
032- bool(true)
1 (33%)
001+ /usr/local/src/php-5.3.23/sapi/cgi/php-cgi: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory
001- array(2) {
002- ["o1\'file"]=>
003- array(5) {
004- ["name"]=>
005- string(12) "o1\'file.png"
006- ["type"]=>
007- string(16) "text/plain-file1"
008- ["tmp_name"]=>
009- string(%d) "%s"
010- ["error"]=>
011- int(0)
012- ["size"]=>
013- int(1)
014- }
015- ["o2\'file"]=>
016- array(5) {
017- ["name"]=>
018- string(13) "o2\'file2.txt"
019- ["type"]=>
020- string(16) "text/plain-file2"
021- ["tmp_name"]=>
022- string(%d) "%s"
023- ["error"]=>
024- int(0)
025- ["size"]=>
026- int(1)
027- }
028- }
029- string(12) "o1\'file.png"
030- bool(true)
031- string(%d) "%s"
032- bool(true)