Commit Graph

25521 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Greg Beaver
b7b3911326 fix PHP bug #48740: PHAR install fails when INSTALL_ROOT is not the final install location 2009-07-23 15:40:10 +00:00
Jani Taskinen
b10dc00263 - Fixed bug #48802 (printf() returns incorrect outputted length) 2009-07-23 14:54:04 +00:00
Jani Taskinen
8130a1d354 - Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference) 2009-07-23 14:42:46 +00:00
Ilia Alshanetsky
d25751680a Fixed bug #49014 (dechunked filter broken when serving more than 8192 bytes in
a chunk)         

# Original patch by andreas dot streichardt at globalpark dot com
2009-07-23 12:18:40 +00:00
Rasmus Lerdorf
f0fb480b13 There is no error code set for json_last_error if an invalid utf8
sequence is encountered.  This fixes that.  Might be worthwhile to
merge to 5.3 despite the new constant.
2009-07-22 21:32:58 +00:00
Greg Beaver
d1d69cc796 fix Bug #49021: phar tar signature algorithm reports as Unknown (0) in getSignature() call 2009-07-22 20:21:39 +00:00
Greg Beaver
aef00895ad Fix Bug #49020: phar misinterprets ustar long filename standard 2009-07-22 19:51:37 +00:00
Greg Beaver
6bfa373248 don't package up subversion directory in phar.phar 2009-07-22 18:37:32 +00:00
Greg Beaver
8c574a4bd0 fix php bug #49018 (phar tar stores long filenames with prefix/name reversed) 2009-07-22 18:13:38 +00:00
David Soria Parra
f0bf1d363b - Add information whether DTrace is enable to phpinfo 2009-07-22 13:57:34 +00:00
Rasmus Lerdorf
c74b341cc6 Fix bug #49003 by tweaking the fix to bug #44929 slightly.
A 0 followed by any punctuation is now significant instead
of just 0's in front of a period.
2009-07-21 21:15:48 +00:00
Sriram Natarajan
38916290ff - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()). 2009-07-21 20:32:32 +00:00
Ilia Alshanetsky
82aeae4da1 Fixed bug #48962 (cURL does not upload files with specified filename). 2009-07-21 15:56:08 +00:00
Zoe Slattery
ec97c3c3e3 Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00