Test: /tests/basic/024.phpt - Version 5.3.19    

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

Count Diff
1 (50%)
001+ dyld: Library not loaded: libmysqlclient.18.dylib
002+ Referenced from: /Users/ngupta/Downloads/php-5.3.19/sapi/cgi/php-cgi
003+ Reason: image not found
001- array(3) {
002- ["a"]=>
003- string(3) "ABC"
004- ["y"]=>
005- string(3) "XYZ"
006- ["c"]=>
007- array(3) {
008- [0]=>
009- string(1) "1"
010- [1]=>
011- string(1) "2"
012- ["a"]=>
013- string(1) "3"
014- }
015- }
016- string(30) "a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3"
1 (50%)
001+ /root/php-5.3.19/sapi/cgi/php-cgi: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
001- array(3) {
002- ["a"]=>
003- string(3) "ABC"
004- ["y"]=>
005- string(3) "XYZ"
006- ["c"]=>
007- array(3) {
008- [0]=>
009- string(1) "1"
010- [1]=>
011- string(1) "2"
012- ["a"]=>
013- string(1) "3"
014- }
015- }
016- string(30) "a=ABC&y=XYZ&c[]=1&c[]=2&c[a]=3"