1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Commit Graph

5640 Commits

Author SHA1 Message Date
Matt Wilmas
dd4b27e943 MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
Also simplified related array_push() test
2009-06-07 19:28:33 +00:00
Scott MacVicar
4b5eda20ae MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of control. Lazy LRU here. 2009-05-29 00:03:28 +00:00
Arnaud Le Blanc
7055f3bae5 MFH: New tests 2009-05-28 13:26:52 +00:00
Arnaud Le Blanc
721fe01e55 MFH: merged http ignore_errors context option
# [DOC] "since 5.2.10". See also bug #38802.
2009-05-28 13:20:22 +00:00
Ilia Alshanetsky
0008c005b9 Improve fix for bug #48313 2009-05-24 16:02:22 +00:00
Arnaud Le Blanc
ecf2cabcdd MFH: set second argument of gettimeofday() to NULL (fixes #48346,
patch by adriano at guiadohardware dot net)
2009-05-21 14:21:53 +00:00
Jani Taskinen
77816c4ed9 - Fix win32 build 2009-05-20 12:09:33 +00:00
Jani Taskinen
fbaed2ba81 ws 2009-05-19 19:38:00 +00:00
Jani Taskinen
61abd918e7 MFH: Unify macros 2009-05-19 11:12:33 +00:00
Ilia Alshanetsky
558d25649d MFB: Fixed bug #48313 (fgetcsv() does not return null for empty rows) 2009-05-18 18:46:06 +00:00
Arnaud Le Blanc
ea8bdf5d8f MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
update stream position of plain files)
2009-05-17 14:59:24 +00:00
Arnaud Le Blanc
49fa689d5b MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source
is a socket)
2009-05-16 20:24:01 +00:00
Felipe Pena
8d7a9aa9a3 - New tests (testfest Quebec) 2009-05-16 18:27:19 +00:00
Felipe Pena
2a39c5e435 - New tests (testfest CataloniaUG) 2009-05-16 14:41:48 +00:00
Moriyoshi Koizumi
9ebb304ed5 - MFH: Roll it back. 2009-05-15 17:03:43 +00:00
Christopher Jones
255d78111a MFH: New array_multisort() test (Simon Westcott) 2009-05-15 16:47:36 +00:00
Arnaud Le Blanc
f7e075e4b9 MFB: Fix test (use canonical name, fixes #45493) 2009-05-14 16:16:33 +00:00
Arnaud Le Blanc
947b9ce3f3 MFB: Fixed #45540 (stream_context_create creates bad http request) 2009-05-14 16:15:38 +00:00
Jani Taskinen
2cce527199 MFH: prevent freeing NULL 2009-05-14 13:49:50 +00:00
Ilia Alshanetsky
fb7437d7f1 MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns
wrong result)
2009-05-12 12:35:45 +00:00
Jani Taskinen
a05ca2c6d3 - Fix paths 2009-05-11 05:01:48 +00:00
Etienne Kneuss
a7b3f59f7b Add test for #48224 2009-05-10 20:11:37 +00:00
Etienne Kneuss
c94580895f Fix #48224 (Remove incorrect shuffle) 2009-05-10 16:45:01 +00:00
Arnaud Le Blanc
78ecc18710 MFB5.3 fix for bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as
expected when lines end in \r\n) (fixes #48175)
2009-05-08 09:49:27 +00:00
Jani Taskinen
271b03b6f7 MFH: - Fixed Bug #45092 header HTTP context option not being used (--with-curlwrappers) 2009-05-05 00:33:03 +00:00
Jani Taskinen
d3d84cc152 MFH: sync 2009-05-05 00:25:40 +00:00
Jani Taskinen
3cea6c7bf4 - SPL can be disabled in PHP_5_2 2009-05-02 18:10:44 +00:00
Jani Taskinen
30bc1b72ef - Fix test 2009-05-02 03:17:51 +00:00
Antony Dovgal
c133062470 fix test (for real) 2009-04-30 20:35:37 +00:00
Pierre Joye
4d2e295344 - #45997, safe_mode bypass with exec/sytem/passthru (windows only) 2009-04-30 15:25:05 +00:00
Jani Taskinen
8d7ecdfdbb MFH: fix tests 2009-04-30 13:22:24 +00:00
Jani Taskinen
b91afb10af - Fix test: It is still possible to enable/disable fastcgi in PHP_5_2 2009-04-30 13:02:43 +00:00
Ilia Alshanetsky
51eb7b4aea Update tests to accomodate new parameter parsing API and make long2ip() use
it as well
2009-04-29 22:06:28 +00:00
Zoe Slattery
38576823b1 Refixing to follow documented behaviour 2009-04-29 07:52:03 +00:00
Ilia Alshanetsky
1e09a216e4 MFB: Fixed bug #47365 (ip2long() may allow some invalid values on certain
64bit systems)
2009-04-28 22:31:25 +00:00
Antony Dovgal
1ae79dfe28 fix test 2009-04-28 09:04:17 +00:00
Sebastian Schürmann
82be89d366 - fixes to tests
- spl_classes only checks  for is_array(), the output in 5_3_0 and 5_2_0 is very different,
test will run this way in 5.2 and 5.3 w.o. problems
- call user method recognizes the different errormessage in 5_2_0 now
- the php_sap_name_variation001 check now goes for cgi instead of the cgi-fcgi output string
2009-04-26 23:54:12 +00:00
Jani Taskinen
ff9c528454 - Fix test cleanup 2009-04-26 01:20:03 +00:00
Sebastian Schürmann
dd7d7e2b6e Initial commit 2009-04-25 18:59:54 +00:00
Sebastian Schürmann
35d506b942 - Initial commit 2009-04-25 18:36:04 +00:00
Sebastian Schürmann
055622caf2 Initial commit 2009-04-25 18:29:23 +00:00
Jani Taskinen
7c7b7b4042 - In PHP_5_2 it is still possible to disable reflection. 2009-04-25 17:29:46 +00:00
andy wharmby
ce125a6d46 Fix test 2009-04-21 08:53:26 +00:00
Arnaud Le Blanc
91e30c22d1 MFH: Better fix for #47997 2009-04-19 17:10:52 +00:00
Ilia Alshanetsky
8b083a9938 MFB: Fixed bug #47937 (system() calls sapi_flush() regardless of output
buffering)
2009-04-19 15:01:11 +00:00
Arnaud Le Blanc
ce2c662791 MFB5.3: Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams) 2009-04-19 14:44:09 +00:00
Antony Dovgal
f2e15c11c4 sync test with other branches 2009-04-15 20:57:26 +00:00
Antony Dovgal
d60e754107 fix test 2009-04-15 20:54:59 +00:00
Ilia Alshanetsky
0a68541055 MFB: Fixed bug #47969 (ezmlm_hash() returns different values depend on OS) 2009-04-15 14:25:06 +00:00
Rasmus Lerdorf
629eecbf7c Don't strip leading zeros on floating point numbers
And fix the test case
2009-04-09 16:04:15 +00:00