Commit Graph

25447 Commits

Author SHA1 Message Date
Nuno Lopes
bb3a4a2bf8 Add support for proc_open()'s bypass_shell feature for Unix systems (slightly modified patch from Gwynne) 2009-07-19 14:52:27 +00:00
Felipe Pena
1e842a6791 - Removed unnecessary strlen() call and if statement. 2009-07-19 14:36:16 +00:00
Rafael Machado Dohms
4c0885dcd8 Adding tests for imagecreatetruecolor for PHP_5_2 and trunk 2009-07-19 01:44:19 +00:00
Pierre Joye
f92a5aebe0 - let try to be smart, read the bug report.... 2009-07-18 17:10:12 +00:00
Zoe Slattery
5f3bfd11d2 Added comment to XFAIL 2009-07-18 17:00:53 +00:00
Zoe Slattery
67711b4c9f Adding explanation 2009-07-18 16:53:54 +00:00
Zoe Slattery
e9e1be0ce5 removing empty XFAIL sections 2009-07-18 16:39:35 +00:00
Zoe Slattery
199a181a2c Removing unnecessary SKIPIF sections 2009-07-18 13:44:15 +00:00
Zoe Slattery
6ae52f1e92 fixing paths in INI section 2009-07-18 13:12:56 +00:00
andy wharmby
c38b0195ea New cURL tests. Tested on Windows, Linux and Linux 64 bit 2009-07-17 20:46:30 +00:00
andy wharmby
cddf963fbb Fix cURL tests 2009-07-17 20:44:50 +00:00
Alexey Zakhlestin
4a63a75539 removing test. this one tests system-specific behavior, not something implemented in php 2009-07-17 17:17:57 +00:00
Alexey Zakhlestin
00a0f088d0 MFB: fixed tests. money_format() is implemented in underlying system, not in php. So, we shouldn't test for actual values returned. They are different between systems 2009-07-17 16:21:00 +00:00
Gwynne Raskind
aec7f21a86 fix crash when session hash function generated long hashes with hash_bits_per_character larger than 4 2009-07-17 14:21:31 +00:00
Felipe Pena
4ab3a4e9cc - Fix test 2009-07-17 14:03:17 +00:00
Jani Taskinen
c111a9c036 - Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly) 2009-07-17 11:13:51 +00:00
Zoe Slattery
392f70ecbe fix tests 2009-07-17 09:25:13 +00:00
Zoe Slattery
f018b09af8 fix tests 2009-07-17 09:03:04 +00:00
Felipe Pena
cf72b81479 - Fixed bug #48893 (Problems compiling with Curl) 2009-07-17 00:24:20 +00:00
Felipe Pena
6147389d79 - Fixed bug #48762 (IPv6 address filter still rejects valid address) 2009-07-16 23:28:12 +00:00
Felipe Pena
5180421361 - MFB: Double to string conversion fix (#41698 #48924) 2009-07-16 22:37:24 +00:00
Andrei Zmievski
d69178b56b Adjust base64_encode() according to PDM notes. 2009-07-16 22:19:09 +00:00
Andrei Zmievski
3db16aae10 Adjust rawurlencode() according to PDM notes. 2009-07-16 22:08:02 +00:00
Andrei Zmievski
28889769af Adjust urlencode() according to PDM notes. 2009-07-16 21:48:10 +00:00
Jani Taskinen
017e58a708 - remove accidental commit (?) 2009-07-16 16:11:50 +00:00
Rasmus Lerdorf
f5980b7a4c Buffer handling fixes 2009-07-16 00:06:08 +00:00
Stanislav Malyshev
1c6587dc9c fix freed mem reference 2009-07-15 23:57:52 +00:00
Rasmus Lerdorf
6b58d80b69 Limit connection strings to 255 chars here 2009-07-15 19:05:09 +00:00
Alexey Zakhlestin
7b6eae5402 fix tests corrupted by svn's eol-style=native 2009-07-15 14:08:18 +00:00
Alexey Zakhlestin
03fa36f45a fix broken test 2009-07-15 10:05:59 +00:00
Felipe Pena
eb1cabae4d - Fixed bug #48913 (Too long error code strings in pdo_odbc driver) 2009-07-15 02:31:07 +00:00
andy wharmby
62945b541a Fix test 2009-07-09 11:45:37 +00:00
Felipe Pena
0977b2a6f8 - Fixed bug #48854 (array_merge_recursive modifies arrays after first one) 2009-07-08 18:21:13 +00:00
Pierre Joye
07107b8dc6 - skip on windows 2009-07-08 10:44:29 +00:00
Pierre Joye
dc4ba9d304 - windows version 2009-07-08 10:43:32 +00:00
Pierre Joye
3e8a09e9fd - windows version 2009-07-08 10:15:52 +00:00
Pierre Joye
6e6b3a3540 - MF53: skip on win, different error msg 2009-07-08 10:14:14 +00:00
Pierre Joye
849b01a79c - MF53: fix test (mtime only is changed) 2009-07-08 10:00:45 +00:00
Ilia Alshanetsky
31bfaef5f7 MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
symlinked
directories).
2009-07-08 03:09:58 +00:00
Pierre Joye
13045c6900 - MF53: touch() atime field returns different value 2009-07-07 22:13:47 +00:00
Pierre Joye
35ba63180a - fixed, remove XFAIL 2009-07-07 22:05:27 +00:00
Pierre Joye
72d203ea31 - sync with 5.3 2009-07-07 21:56:18 +00:00
Ulf Wendel
8f617842f3 Fixing tests to run with SQL_MODE=ANSI_QUOTES as well. 2009-07-07 11:31:45 +00:00
Pierre Joye
b4dac2a738 - WS 2009-07-07 10:54:36 +00:00
Pierre Joye
eac9477b5b - MF53: #45905, imagefilledrectangle() clipping error 2009-07-07 10:50:06 +00:00
Felipe Pena
b79740b458 - New tests (WurzbrugUG testfest) 2009-07-07 01:15:12 +00:00
Ilia Alshanetsky
0f4c418b98 MFB: Fixed bug #48808 (FILTER_VALIDATE_EMAIL allows some invalid e-mail
syntaxes)
2009-07-07 00:44:26 +00:00
Stanislav Malyshev
0fc2b06b9a fix args 2009-07-06 23:48:10 +00:00
Stanislav Malyshev
8d8026aa92 - merge errors support
- merge IDN
2009-07-06 23:44:16 +00:00
Pierre Joye
6108111d36 - #48116, fix build with openssl 1.0 2009-07-06 23:36:56 +00:00