Commit Graph

45588 Commits

Author SHA1 Message Date
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
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
Jani Taskinen
3967d6a639 - There is only one Makefile that needs removing 2009-07-21 13:57:33 +00:00
Jani Taskinen
078e6c2798 - Fixed problem with vcsclean which caused it not to really clean whole tree 2009-07-21 12:01:26 +00:00
Felipe Pena
4432cf5370 - Sync proto with 5.3 2009-07-20 22:20:36 +00:00
Johannes Schlüter
9b3da855b5 CVS->SVN 2009-07-20 14:34:09 +00:00
Pierre Joye
d0a29091df - silent warning again and do it so that lazy compilers won't complain 2009-07-20 12:58:17 +00:00
Felipe Pena
a447d3db44 - Fix build 2009-07-20 12:46:10 +00:00
Jani Taskinen
bed030176a Fixed bug #48929 (Double \r\n after HTTP headers when "header" context option is an array) 2009-07-20 10:54:37 +00:00
Jani Taskinen
ae7a6f9c4d - Removed unused parts 2009-07-20 10:51:40 +00:00