Commit Graph

21578 Commits

Author SHA1 Message Date
Jani Taskinen
fc5d24284f - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL) 2007-11-16 14:18:59 +00:00
Jani Taskinen
113ab1bc79 fix bug number 2007-11-16 12:29:29 +00:00
Jani Taskinen
bf84a7a9a9 - Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string
is invalid PHP expression and 'e' option is used)
2007-11-16 12:26:05 +00:00
Greg Beaver
9d7d44d60c typo 2007-11-16 04:17:37 +00:00
Antony Dovgal
c70b4662a5 fix test (thanks to Felipe Pena for noticing) 2007-11-15 22:14:04 +00:00
Hannes Magnusson
ebc540d2c9 - Allow numeric options
- Add tests
2007-11-15 13:11:48 +00:00
Greg Beaver
4a86b3d6ea Ensure that the same phar can be referenced in multiple logical ways:
1) full path, with \ or / path separator
2) relative path to getcwd()

This should fix the last remaining windows-related quirks as well as similar problems
on unix
2007-11-15 05:21:11 +00:00
Raghubansh Kumar
185411fd0d New testcases for uasort() function 2007-11-14 17:21:09 +00:00
Derick Rethans
bf10f44aa2 - Add a testcase for chgrp() with a NULL as group name, which crashes ATM. 2007-11-14 15:51:35 +00:00
Hannes Magnusson
31aa5f545c MFB; Fix test 2007-11-14 15:22:45 +00:00
Hannes Magnusson
93850f2d70 MFB5.3: Fixed bug#43293 (Multiple segfaults in getopt()) 2007-11-14 14:55:44 +00:00
Etienne Kneuss
4faad51ab1 Fix typos 2007-11-13 23:37:09 +00:00
Ilia Alshanetsky
d703b11676 MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'
to strings)
2007-11-13 20:08:17 +00:00
Dmitry Stogov
d96b6fe0c1 Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer) 2007-11-13 15:10:28 +00:00
Antony Dovgal
c4bf9143c8 remove Oracle8 support (it should have been done long ago..) 2007-11-13 11:09:30 +00:00
Dmitry Stogov
bc939dce43 Fixed bug #43248 (backward compatibility break in realpath()) 2007-11-13 09:47:19 +00:00
Greg Beaver
999961f080 begin win32 fixes for Phar object - still have a problem I can't track down yet, but it's only a matter of time before it is killed too
when passing in a full path with drive letter to the Phar object, we were
then passing "phar://C:/path/to/blah.phar" to php_parse_url(), which
thinks it is getting a valid url scheme "phar", host "C" path "/path/to/blah.phar"

we now pass "phar:///C:/path/to/blah.phar" to make it fail, and then properly
parse the url inside phar
2007-11-13 05:57:14 +00:00
Rob Richards
62d03825b2 fix bug #43221 (SimpleXML adding default namespace in addAttribute)
add test
2007-11-12 18:58:01 +00:00
Raghubansh Kumar
d2ac4233b0 New testcases for ksort() function 2007-11-12 15:49:29 +00:00
Raghubansh Kumar
8ff0f5d766 new testcases for krsort() function 2007-11-12 15:44:47 +00:00
Antony Dovgal
428fe33f4f fix #42736 (xmlrpc_server_call_method() crashes) 2007-11-12 11:22:00 +00:00
Ilia Alshanetsky
071077e6b0 MFB: Fixed parse error described in bug #43228 2007-11-11 13:38:35 +00:00
Jani Taskinen
ad9605a722 - Allow using full path to load modules using "extension" directive 2007-11-09 16:26:55 +00:00
Jani Taskinen
3025b4296d ws + cs 2007-11-09 13:49:06 +00:00
Andrey Hristov
4ba0bd49fb Fix crashes with pconn (merge from 5_3) 2007-11-09 12:13:15 +00:00
Raghubansh Kumar
f5c11b39b2 fix tests 2007-11-09 12:06:08 +00:00
Raghubansh Kumar
5d8097975c fix test : better float values 2007-11-09 08:49:28 +00:00
Raghubansh Kumar
6079ffd434 fix tests: better float values 2007-11-09 07:29:18 +00:00
Lars Westermann
358eec9bcc MFB
- Fixed bug #30690: (Resource handle from ibase_execute becomes invalid after return)
- Fixed bug #30907: (ibase_query() crashes (in fact the same bug as #32143)
- Fixed bug #32143: (ibase_query() causing IBserver 7 crash with NULL param as link-id)
- Fixed bug #39056: (Interbase NUMERIC data type error)
- Fixed bug #39397: (invalid statement handle in Unknown on line 0)
- Fixed bug #39700: (NUMERIC error when result precision are 7,8 or 12-14)
- Fixed bug #42284: (duplicate of #39700)
- snprintf -> slprintf
2007-11-08 19:41:57 +00:00
Andrey Hristov
6555eb521f Fix segfault in debug build 2007-11-08 17:29:06 +00:00
Antony Dovgal
f7199024dc fix open tag 2007-11-08 13:34:35 +00:00
Dmitry Stogov
c49b08fe9a Fixed bug #43216 (stream_is_local() returns false on "file://") 2007-11-08 13:29:38 +00:00
Antony Dovgal
a4d95c001f plug memory leak on invalid result type 2007-11-08 13:28:38 +00:00
Antony Dovgal
ea324b63c0 fix test 2007-11-08 11:39:10 +00:00
Antony Dovgal
82d0dcd73c fix tests 2007-11-08 11:19:19 +00:00
Antony Dovgal
31699e093a fix test 2007-11-08 10:29:40 +00:00
Antony Dovgal
4cb29ab065 this error message may vary 2007-11-08 10:19:39 +00:00
Antony Dovgal
fcb4bfdcdf fix test 2007-11-08 10:13:18 +00:00
Antony Dovgal
39c5922c3c add missing 64bit version of the test 2007-11-08 10:06:52 +00:00
Antony Dovgal
c09a7e55b8 fix tests 2007-11-08 08:11:41 +00:00
Antony Dovgal
90da048857 fix tests 2007-11-07 12:05:55 +00:00
Dmitry Stogov
dfbabf37f4 Fixed compilation 2007-11-07 08:32:17 +00:00
Jani Taskinen
2162944156 Ws + cs + missing fix for MOPB-33-2007:PHP mail() Message ASCIIZ Byte Truncation 2007-11-06 17:58:41 +00:00
Marcus Boerger
5dfcb7dee0 - MFB Add tests 2007-11-06 15:29:32 +00:00
Marcus Boerger
0e83c5c37a - fix more variable stuff 2007-11-06 14:49:15 +00:00
Marcus Boerger
74fe7a1e20 - fix tests 2007-11-06 14:47:11 +00:00
Antony Dovgal
3739470713 fix tests 2007-11-06 14:31:08 +00:00
Jani Taskinen
a210bf4314 fix: #2 2007-11-06 13:44:04 +00:00
Jani Taskinen
a27600b42a - Fixed bug #43196 (array_intersect_assoc() crashes with non-array input)
# Note: Same problem was with array_diff_assoc()
2007-11-06 13:26:24 +00:00
Jani Taskinen
52cdef821b fix cleanup 2007-11-06 13:21:55 +00:00