1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Commit Graph

19901 Commits

Author SHA1 Message Date
Jani Taskinen
aaa295fa35 MFH:- Fixed bug #43301 (mb_ereg*_replace() crashes when replacement string is
invalid PHP expression and 'e' option is used)
2007-11-16 12:28:34 +00:00
Antony Dovgal
332e1b8482 MFH: fix test 2007-11-15 22:14:29 +00:00
Hannes Magnusson
177ed895d3 MFH test 2007-11-15 13:14:19 +00:00
Ilia Alshanetsky
dbdbfe37f2 MFB: Don't show file names being examined 2007-11-14 23:45:39 +00:00
Raghubansh Kumar
b298641605 New testcases for uasort() function 2007-11-14 17:17:51 +00:00
Raghubansh Kumar
bfe5708953 fix test for linux64 - choosing smaller float values 2007-11-14 16:30:09 +00:00
Hannes Magnusson
d3fd30265a MFB5.3: Fixed bug#43293 (Multiple segfaults in getopt()) 2007-11-14 15:19:29 +00:00
Hannes Magnusson
1dd3064045 Fix test 2007-11-14 13:07:07 +00:00
Ilia Alshanetsky
916ad03b84 MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in
'params' to strings)
2007-11-13 20:08:04 +00:00
Dmitry Stogov
5c6a2679c8 Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer) 2007-11-13 15:10:05 +00:00
Antony Dovgal
3258e0cef2 fix typo 2007-11-13 10:31:34 +00:00
Dmitry Stogov
6c7761c807 Fixed Bug #43248 (backward compatibility break in realpath()) 2007-11-13 09:46:39 +00:00
Rob Richards
376d5f828d MFH: fix bug #43221 (SimpleXML adding default namespace in addAttribute)
add test
2007-11-12 18:59:26 +00:00
Ilia Alshanetsky
5d09ce66a3 Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on
file
2007-11-12 18:47:46 +00:00
Raghubansh Kumar
7a39cd0117 New testcases for ksort() function 2007-11-12 15:55:10 +00:00
Raghubansh Kumar
09e35a5107 New testcases for krsort() function 2007-11-12 15:54:35 +00:00
Antony Dovgal
7a369dc593 MFH: fix #42736 (xmlrpc_server_call_method() crashes) 2007-11-12 11:24:13 +00:00
Ilia Alshanetsky
9ed8465d1b MFB: Fixed parse error described in bug #43228 2007-11-11 13:38:28 +00:00
Johannes Schlüter
6ff45cf55e - Use #if instead of #ifdef there (by Mikko Koppanen) 2007-11-10 19:52:08 +00:00
Raghubansh Kumar
ad732b6140 fix tests 2007-11-09 12:00:57 +00:00
Dmitry Stogov
1ea2e504e3 Fixed bug #43216 (stream_is_local() returns false on "file://") 2007-11-09 09:37:42 +00:00
Raghubansh Kumar
a91fe5ca49 fix test: better float values 2007-11-09 08:57:18 +00:00
Raghubansh Kumar
6ca1fdbc25 fix tests: better float values 2007-11-09 07:09:52 +00:00
Ilia Alshanetsky
9623aa59eb Fixed win32 build 2007-11-09 03:51:12 +00:00
Antony Dovgal
e9e1ba64e9 MFH 2007-11-08 11:39:59 +00:00
Antony Dovgal
2bb2bcdcce fix tests 2007-11-08 11:19:46 +00:00
Antony Dovgal
f237b06942 fix test 2007-11-08 10:30:08 +00:00
Antony Dovgal
9958658fc3 MFH: fix test 2007-11-08 10:13:47 +00:00
Antony Dovgal
527f581a6b MFH 2007-11-08 08:12:01 +00:00
Dmitry Stogov
76a5faaf8f Fixed tests 2007-11-08 07:06:55 +00:00
Antony Dovgal
0e6b470417 fix tests 2007-11-07 12:07:59 +00:00
Antony Dovgal
295c1cc04e MFH 2007-11-07 08:31:04 +00:00
Jani Taskinen
df35a307cc MFH: - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input) 2007-11-06 13:28:21 +00:00
Raghubansh Kumar
c6779ec584 New testcases for asort() function 2007-11-05 16:37:45 +00:00
Raghubansh Kumar
f87b27a84e better test title 2007-11-05 16:24:37 +00:00
Raghubansh Kumar
bbc87a14eb New testcases for sort() function 2007-11-05 15:38:03 +00:00
Raghubansh Kumar
c1ee9eeecf New testcases for array_intersect_assoc() function 2007-11-05 14:39:42 +00:00
Derick Rethans
db4b1f7f46 - Updated to version 2007.9 2007-11-05 10:36:50 +00:00
Mattias Bengtsson
5697c1a9ac - Right filename 2007-11-05 01:14:18 +00:00
Mattias Bengtsson
7f57a366dc - Fixed Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd) 2007-11-04 23:56:00 +00:00
Raghubansh Kumar
72c994d464 fix tests: proper temp file names 2007-11-02 03:54:05 +00:00
Raghubansh Kumar
5302a164b1 fix tests: proper temp file names 2007-11-02 03:16:22 +00:00
Raghubansh Kumar
72a009a2f2 Fix test: better float values 2007-11-02 03:00:18 +00:00
Antony Dovgal
f6966f28d0 MFH: initialize correct variable 2007-11-01 19:13:49 +00:00
Dmitry Stogov
67f6979df2 Another fix for bug #42773 2007-11-01 15:41:13 +00:00
Dmitry Stogov
fc6d3652f9 Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown) 2007-11-01 14:11:47 +00:00
Dmitry Stogov
375bf36e42 Fixed bug #42773 (WSDL error causes HTTP 500 Response) 2007-11-01 14:10:19 +00:00
Robert Nicholson
997925db9f delete .project file 2007-11-01 10:34:38 +00:00
Robert Nicholson
fa0e4863a2 update min_error and max_error testcases to take into account bug fix for bug#43125 2007-11-01 08:42:32 +00:00
Jani Taskinen
171184b64d MFH: fix typo 2007-10-31 13:39:14 +00:00