Commit Graph

6571 Commits

Author SHA1 Message Date
Jani Taskinen
03133b0df2 - Fix test 2009-07-23 16:28:17 +00:00
Jani Taskinen
b10dc00263 - Fixed bug #48802 (printf() returns incorrect outputted length) 2009-07-23 14:54:04 +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
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
Zoe Slattery
ec97c3c3e3 Remove empty sections. Fix bad use of --SKIP-- 2009-07-21 14:02:24 +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
Kalle Sommer Nielsen
6e3185b0fb Fix Windows build 2009-07-20 04:30:38 +00:00
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
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
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
Jani Taskinen
c111a9c036 - Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly) 2009-07-17 11:13:51 +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
Stanislav Malyshev
1c6587dc9c fix freed mem reference 2009-07-15 23:57:52 +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
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
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
Kalle Sommer Nielsen
a49bb5425f Fix test on Windows 2009-07-01 20:26:37 +00:00
andy wharmby
b77d7c801a Basic test for max() on 64 bit platforms. Tested on Linux 64 bit 2009-06-29 07:52:26 +00:00
andy wharmby
6513ceb4dc Basic tests for sleep() and usleep(). Tested on Windows, Linux and Linux 64 bit 2009-06-29 07:31:15 +00:00
Felipe Pena
6abff59291 - Fixed bug #48709 (metaphone and 'wh') 2009-06-28 18:41:20 +00:00
Felipe Pena
eeb997d888 - Fixed bug #48658 (Change in behaviour of parse_str on php 6.0) 2009-06-28 02:36:19 +00:00
andy wharmby
7d60127c1e New and fixed html tests. Tested in Windows, Linux and Linux 64. 2009-06-23 22:45:30 +00:00
andy wharmby
0dfd8754a6 New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658 2009-06-23 22:39:42 +00:00
Kalle Sommer Nielsen
535e251612 Move these defines to config.w32.h 2009-06-23 06:55:45 +00:00
Ilia Alshanetsky
ca74bf9e44 MFB: Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in
existing headers)
2009-06-21 15:30:23 +00:00
Kalle Sommer Nielsen
663600b41d Fixed arginfo for array_map, patch by Matthew Fonda <matthewfonda@gmail.com> 2009-06-20 06:05:26 +00:00
andy wharmby
e4ef8e925a Fix test; remove spurious code 2009-06-18 21:53:14 +00:00
andy wharmby
a2dd5c26cd Basic tests for strftime(). Tested on Windows (all tests skip), Linux and Liinux 64 bit 2009-06-18 21:14:14 +00:00
Hannes Magnusson
ae9ba9cd60 fix skipf 2009-06-17 10:18:42 +00:00
Felipe Pena
ccfdb9b9ad - Fixed tests 2009-06-16 19:49:04 +00:00
andy wharmby
62b2bc8d55 New strcoll error test. Tested on Windows, Linux and Linux 64. 2009-06-16 19:39:37 +00:00
Pierre Joye
a6b40a6e88 - MF53: fix readlink in TS SAPI 2009-06-16 16:53:56 +00:00
andy wharmby
9faad585d4 Fix typo in test 2009-06-16 11:37:11 +00:00
andy wharmby
a1fdddce49 New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:56 +00:00
Pierre Joye
1c9d43d430 - silent warning 2009-06-15 08:32:18 +00:00
andy wharmby
f586200746 New intval() tests. Tested on Windows, Linux and linux 64 2009-06-11 22:26:54 +00:00
andy wharmby
b4ef9c4950 New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:05 +00:00