1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Commit Graph

21210 Commits

Author SHA1 Message Date
Jani Taskinen f67eeca1ef - Removed unused code (replaced long time ago by url_scanner_ex.* 2009-07-26 22:59:46 +00:00
Ilia Alshanetsky 72550b4f0a Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
restrictions).
2009-07-26 15:14:18 +00:00
Rasmus Lerdorf 459b3bfa6a 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
Jani Taskinen 4abb6878fd - 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 3bb252a461 - Opss, fix the fix... 2009-07-25 21:56:31 +00:00
Felipe Pena 0b75925a6f - Fix test 2009-07-25 21:52:33 +00:00
Rasmus Lerdorf d1b5964a6e Fix dumb typo in the skipif 2009-07-25 21:37:04 +00:00
Jani Taskinen ee9e684705 - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..) 2009-07-25 20:58:51 +00:00
Jani Taskinen 6e1f000090 - 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 4b9b4ad0dd - Making Valgrind happy 2009-07-25 20:39:01 +00:00
Derick Rethans e5bbeae477 - Updated to version 2009.11 (2009k) 2009-07-25 15:14:33 +00:00
Jani Taskinen a231624c60 - Fix bad environment usage 2009-07-25 14:52:52 +00:00
Jani Taskinen 7c2896d60c - Fix test when responder is something like lighttpd 2009-07-25 14:49:17 +00:00
Jani Taskinen 728069b96b - Fix test 2009-07-25 14:20:38 +00:00
Jani Taskinen 89de347f92 - Merge from PHP_5_3:
r280810 | kalle: Fixed compiler warnings
r276286 | iliaa: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs under heavy load)
2009-07-25 13:09:03 +00:00
Jani Taskinen 1941fb2bf1 - Fixed bug #49052 (context option headers freed too early when using --with-curlwrappers) 2009-07-25 13:00:25 +00:00
Moriyoshi Koizumi 3e3099f0d0 - MFH 2009-07-24 23:50:12 +00:00
Jani Taskinen c912e1c07b - Fix test 2009-07-24 19:51:55 +00:00
Rafael Machado Dohms 918889c957 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
Jani Taskinen 1cee22e83f - Fixed tests to be more portable 2009-07-23 19:06:56 +00:00
Jani Taskinen ff9403f4c0 - Allow using huge values for chunklen in this branch too 2009-07-23 17:39:21 +00:00
Jani Taskinen bf7764ce57 - Fix test 2009-07-23 16:24:24 +00:00
Jani Taskinen ed14e50435 - fix test 2009-07-23 15:16:08 +00:00
Jani Taskinen eddb79e0ab - Fixed bug #48802 (printf() returns incorrect outputted length) 2009-07-23 14:54:04 +00:00
Jani Taskinen e02a2ac8e8 - Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference) 2009-07-23 14:42:46 +00:00
Jani Taskinen ad6945538c - PHP_5_2 branch does not have these macros 2009-07-21 23:06:18 +00:00
Jani Taskinen 913ca7786c - Fix badly applied patch (bug #48774) 2009-07-21 22:57:08 +00:00
Rasmus Lerdorf 954bb8e35e 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 7f87b7e15c - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()). 2009-07-21 20:32:32 +00:00
Ilia Alshanetsky 3050decf1e Fixed bug #48962 (cURL does not upload files with specified filename). 2009-07-21 15:56:08 +00:00
Zoe Slattery 0dab567bcc Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +00:00
Jani Taskinen 0158a15046 Fixed bug #48929 (Double \r\n after HTTP headers when "header" context option is an array) 2009-07-20 10:54:37 +00:00
Rafael Machado Dohms 8d3123a0a1 Removing deprecated test replaced by individual tests for imageistruecolor and imagetruecolortopalette 2009-07-20 03:48:55 +00:00
Rafael Machado Dohms 563b6ba594 Separating and complementing imageistruecolor and imagetruecolortopalette tests 2009-07-20 03:47:29 +00:00
Felipe Pena c16d5d946c - Fixed bug #48057 (Only the date fields of the first row are fetched, others are empty)
patch by: info at programmiernutte dot net
2009-07-20 00:17:24 +00:00
Felipe Pena 22bd02b4b8 - Fixed bug #48980 (Crash when compiling with pdo_firebird) 2009-07-19 23:33:50 +00:00
Felipe Pena 6346c75d15 - Revert my mistake 2009-07-19 22:46:03 +00:00
Rafael Machado Dohms d5045b3697 Adjusting tests to use EXPECTF (faster testing) and adjusting 5_2 version to lack of parameter validation 2009-07-19 22:16:35 +00:00
Felipe Pena 790b65617a - Fixed module check (Related to bug #48785) 2009-07-19 20:53:26 +00:00
Felipe Pena 995950facb - Fixed bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS with ctor_args)
[HEAD only]
2009-07-19 18:55:31 +00:00
Christopher Jones 757a492651 make it easier for maintainers to set un/pw in environments that don't pass shell variables 2009-07-19 16:21:35 +00:00
Pierre Joye 1d16a525a5 - Fix #48763, create corrupt archive 2009-07-19 15:31:05 +00:00
Pierre Joye 19059ef91e - MF53 2009-07-19 15:21:13 +00:00
Felipe Pena e03540f80e - Removed unnecessary strlen() call and if statement. 2009-07-19 14:36:16 +00:00
Rafael Machado Dohms 874e9e0006 Adding tests for imagecreatetruecolor for PHP_5_2 and trunk 2009-07-19 01:44:19 +00:00
Pierre Joye 86659d4de0 - let try to be smart, read the bug report.... 2009-07-18 17:08:11 +00:00
Zoe Slattery a809e1429e Adding explanation 2009-07-18 16:53:54 +00:00
Zoe Slattery b718e008f5 removing empty XFAIL sections 2009-07-18 16:41:16 +00:00
Zoe Slattery 920290d0dc Removing unnecessary SKIPIF sections 2009-07-18 13:47:08 +00:00
andy wharmby b2f934d74b New cURL tests. Tested on Windows, Linux and Linux 64 bit 2009-07-17 20:46:30 +00:00