Commit Graph

45510 Commits

Author SHA1 Message Date
Rasmus Lerdorf
4743436576 Fix 2 broken json tests.
json_decode() returns a binary string, not unicode for
efficiency, and if you are going to test invalid utf8
in a test, you have to stuff it into a binary string
or it will be valid unicode by definition.
2009-07-26 07:21:02 +00:00
Rasmus Lerdorf
0daf9214f8 I don't see why a unicode string would appear here, and in fact it doesn't. 2009-07-26 04:40:36 +00:00
Rasmus Lerdorf
578c47faa4 Down to a single curl test failure now 2009-07-26 03:46:22 +00:00
Greg Beaver
e7e232cd2b make cache_list tests pass in php 6 2009-07-26 03:07:23 +00:00
Greg Beaver
d46a947d23 fix buildFromIterator with filesystem iterator in php 6 2009-07-26 02:43:14 +00:00
Rasmus Lerdorf
866e3bddcd Fix 2 more curl tests in PHP 6 2009-07-26 02:25:17 +00:00
Greg Beaver
38fbf6a798 re-enable phar now that compile and building phar.phar works 2009-07-26 02:19:58 +00:00
Greg Beaver
23f7807148 fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6) 2009-07-26 02:18:50 +00:00
Rasmus Lerdorf
66e97ac0bd The test for bug #46739 doesn't actually need the remote
responder, so get rid of the skipif in PHP 5, and it was
broken in PHP 6 because the keys in the curl_info array 
were not unicode.  All internally-generated arrays should
have unicode keys.
2009-07-26 02:12:38 +00:00
Greg Beaver
de9bcbb1d0 fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfromiterator10.phpt are due to bugs in Spl 2009-07-26 01:24:12 +00:00
Greg Beaver
9a677532db re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem 2009-07-26 01:03:47 +00:00
Greg Beaver
0984d25723 fix zip front controller tests for php6 2009-07-26 00:39:40 +00:00
Greg Beaver
b777e5fd8a fix tar front controller tests for php6 2009-07-26 00:35:17 +00:00
Greg Beaver
e1dccfd492 fix more tests for php6 2009-07-26 00:28:50 +00:00
Greg Beaver
fba6dd1cbf more php6 fixes for phar, fix more tests 2009-07-25 23:45:45 +00:00
Kalle Sommer Nielsen
ae087c341f MFB: Fixed bug #48189 (ibase_execute error in return param) 2009-07-25 23:39:21 +00:00
Jani Taskinen
0f6d8f05dc - Fix tests to be more comptatible AND to test what they are supposed to test 2009-07-25 22:20:18 +00:00
Felipe Pena
4e1feb125b - Opss, fix the fix... 2009-07-25 21:56:31 +00:00
Felipe Pena
c69383b659 - Fix test 2009-07-25 21:52:33 +00:00
Rasmus Lerdorf
0bb28d4784 Fix dumb typo in the skipif 2009-07-25 21:37:04 +00:00
Jani Taskinen
b83fb47852 - Fix this again :) 2009-07-25 21:07:02 +00:00
Jani Taskinen
ed849dd90f - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..) 2009-07-25 20:58:51 +00:00
Jani Taskinen
a4d2566366 - Fixed bug #48637 ("file" wrapper is overwritten when using --with-curlwrappers)
# Also fixes bug #48603, basically same issue.
2009-07-25 20:44:19 +00:00
Felipe Pena
7ed7ff728e - Making Valgrind happy 2009-07-25 20:39:01 +00:00
Derick Rethans
a1bd80df28 - MF53: Added - to the list of "unsafe" characters so that the pecl dir can
have the - character in the name.
2009-07-25 15:51:16 +00:00
Derick Rethans
e104879eeb - Updated to version 2009.11 (2009k) 2009-07-25 15:14:23 +00:00
Jani Taskinen
cd19d2ef05 - Fix bad environment usage 2009-07-25 14:52:52 +00:00
Jani Taskinen
d23acc13b4 - Fix test when responder is something like lighttpd 2009-07-25 14:49:17 +00:00
Jani Taskinen
b3568760bd - Fix test 2009-07-25 14:20:38 +00:00
Jani Taskinen
eae3e69f33 - Fixed bug #49052 (context option headers freed too early when using --with-curlwrappers) 2009-07-25 13:00:25 +00:00
Jani Taskinen
e10e4abda8 - Fix test 2009-07-25 00:35:25 +00:00
Jani Taskinen
027ded73f7 - Fix build 2009-07-25 00:10:47 +00:00
Greg Beaver
d39fda5ff7 begin work on making phar php6-ready 2009-07-24 23:53:24 +00:00
Moriyoshi Koizumi
ac3657d6d4 - Probably harmless, but it should have been done this way. 2009-07-24 23:44:43 +00:00
Greg Beaver
93e31b4d2f update test to work in php 6 2009-07-24 22:09:36 +00:00
Greg Beaver
03692bf83b merge unmerged changes from php 5.3 2009-07-24 21:32:22 +00:00
Greg Beaver
54b20e7d01 fix PHAR_ARG_INFO #define to work with PHP major versions > 5 2009-07-24 21:27:51 +00:00
Jani Taskinen
eed736f951 - Fixed bug #48835 (Deprecated php.ini options in old php.inis makes "make test" to fail) 2009-07-24 20:24:12 +00:00
Greg Beaver
2a7b14e571 fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.phpt, and fix signature generation and checking for zip to also include central directory up to the signature, implement better check for end-of-zip at signature verification 2009-07-24 19:40:41 +00:00
Greg Beaver
c92396a82c merge unmerged changes between branches, remove unnecessary test for zip signature failure in badparameters.phpt 2009-07-24 17:07:05 +00:00
Greg Beaver
0af9a6a03b fix minor memory leak 2009-07-24 16:21:40 +00:00
Greg Beaver
2a0668d57b fix signature generation/validation for zip archives by phar extension, fix a few edge cases where memory was leaked on error conditions by missing efree() 2009-07-24 15:42:17 +00:00
Rafael Machado Dohms
74e4637e38 Adding tests for imagesetthickness, basic and errors for both params, and complementing imagetruecolortopalette with out of bound params 2009-07-24 03:06:05 +00:00
Greg Beaver
b325dca742 fix unmerged syntax fix 2009-07-24 02:04:52 +00:00
Felipe Pena
0dccab1fa0 - Fixed bug #49042 (Patch for fixing tests/basic/022.phpt and 023.phpt)
patch by: mats dot lindh at gmail dot com
2009-07-24 00:36:58 +00:00
Greg Beaver
09072ae3df fix PHP Bug #48377: error message unclear on converting phar with existing file 2009-07-23 17:04:24 +00:00
Greg Beaver
f8cdac39a5 new phar test for zip with data descriptor in local file header 2009-07-23 16:40:47 +00:00
Greg Beaver
651f5c0cef fix PHP bug #48791: open office files always reported as corrupted 2009-07-23 16:30:27 +00:00
Jani Taskinen
03133b0df2 - Fix test 2009-07-23 16:28:17 +00:00
Greg Beaver
f863b0e7f4 fix php bug #48783: make install will fail saying phar file exists 2009-07-23 15:48:04 +00:00