Commit Graph

39788 Commits

Author SHA1 Message Date
Dmitry Stogov
daf1121292 Fixed bug #42818 ($foo = clone(array()); leaks memory) 2007-10-03 09:47:59 +00:00
Dmitry Stogov
ca4c533843 Fixed bug #42772 (Storing $this in a static var fails while handling a cast to string) 2007-10-03 08:02:57 +00:00
Dmitry Stogov
654fd66533 ws 2007-10-03 06:49:34 +00:00
Stanislav Malyshev
e920066a14 MFB unicode test 2007-10-03 05:08:47 +00:00
Stanislav Malyshev
cbe036de9b MFB do not accept partial multibyte sequences in html* functions 2007-10-03 05:07:31 +00:00
82ef873a7f ChangeLog update 2007-10-03 01:31:32 +00:00
Antony Dovgal
277eb1feee ucnv_toUnicode() in ICU 3.8 requires target buffer size to be even, otherwise it bails out with U_ILLEGAL_ARGUMENT_ERROR
this commit fixes endless loop (due to the absence of error catching) and also fixes the cause of the error
2007-10-02 17:09:22 +00:00
Jani Taskinen
9ac0e1e130 - Use non-unicode input method (other one crashes for some reason in ZTS mode) 2007-10-02 16:52:53 +00:00
Antony Dovgal
8b2cf00c41 fix tests 2007-10-02 11:35:39 +00:00
Antony Dovgal
da50804c67 make strcspn() behave the same way in both Unicode and native mode (bug #42731) 2007-10-02 11:35:26 +00:00
Andrey Hristov
9ac92cfecb Update mysqlnd in HEAD
Updated ext/mysql and ext/mysqli in HEAD
2007-10-02 10:45:27 +00:00
Jani Taskinen
f0e5df4544 fix news (stuff added in 5.3 wont be needed to mentioned here) 2007-10-02 10:40:57 +00:00
Antony Dovgal
b50ed5df9c MF5_2: improved recursion detection in array_walk()
fixes #42752, though the leaks are still there
2007-10-02 10:06:15 +00:00
Dmitry Stogov
ae9a00a641 Fixed access to freed memory in tests/classes/__call_001.phpt 2007-10-02 08:47:42 +00:00
Dmitry Stogov
19d7fed62d Fixed bug #42819 (namespaces in indexes of constant arrays) 2007-10-02 08:27:19 +00:00
Christian Stocker
04e7a85518 - Added xsl->setProfiling() for profiling stylesheets. (MFB) 2007-10-02 06:32:16 +00:00
1bc8d1e5a5 ChangeLog update 2007-10-02 01:31:38 +00:00
Ilia Alshanetsky
07ef5c5526 MFB: Added test for bug #42785 2007-10-01 15:33:29 +00:00
Ilia Alshanetsky
6c4e9b52b9 MFB: Fixed bug #42785 (json_encode() formats doubles according to locale
rather then following standard syntax).
2007-10-01 15:25:01 +00:00
Ilia Alshanetsky
5d68e6a71b MFB: MFB: Fixed typo in previous patch 2007-10-01 15:00:24 +00:00
Ilia Alshanetsky
8c94e4045d MFB: Refactor code to make fixes for coverity issues #385 and #386 a bit
more obvious
2007-10-01 14:56:34 +00:00
Jani Taskinen
5569fd3005 MFB: fix test 2007-10-01 13:55:58 +00:00
Jani Taskinen
59580f57d4 MFB: fix bug #42142 and cs+ws 2007-10-01 13:41:57 +00:00
Jani Taskinen
44cbb46246 - Added common getopt implementation to core.
- Added long-option feature to getopt().
- Made getopt() available on win32 systems.
Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+
2007-10-01 12:32:39 +00:00
Jani Taskinen
69eafc407f - Fix warning 2007-10-01 12:26:55 +00:00
Jani Taskinen
d762757ee5 - Fixed bug #42789 (join() warning messages are not proper & different
return value on php5/6)
# For consistency between 5/6 also made the return value be NULL like it
# has been for ages when invalid stuff is passed.
2007-10-01 12:04:09 +00:00
Jani Taskinen
50b34c8099 - Added unicode result 2007-10-01 12:01:28 +00:00
Dmitry Stogov
d9d9a97454 Late Static Binding make no sense in compile-time constants. 2007-10-01 11:25:26 +00:00
Dmitry Stogov
8d8d86eb7a Fixed bug #42802 (Namespace not supported in typehints) 2007-10-01 10:37:36 +00:00
Dmitry Stogov
f30167922a Fixed bug #42798 (__autoload() not triggered for classes used in method signature). 2007-10-01 09:33:02 +00:00
ba9e8fcdfc ChangeLog update 2007-10-01 01:31:19 +00:00
Jani Taskinen
e237da1572 - Nuked ending dots in error messages 2007-09-30 05:43:28 +00:00
Jani Taskinen
30230074ba - ws+cs (prepare syncing some parts to PHP_5_3) 2007-09-30 05:15:35 +00:00
7c64b0d1bc ChangeLog update 2007-09-30 01:31:20 +00:00
Raghubansh Kumar
413064b576 New testcases for sprintf() function 2007-09-29 14:15:53 +00:00
Raghubansh Kumar
fa61cf8a31 New testcases for chunk_split() function 2007-09-29 12:57:06 +00:00
Dmitry Stogov
75a00aa406 Updated API version numbers 2007-09-29 11:27:05 +00:00
Nuno Lopes
b514dc1070 MFB: fix compiler warnings 2007-09-29 11:26:51 +00:00
Dmitry Stogov
5823265114 Added "compact" handler for Zend MM storage. 2007-09-29 10:37:39 +00:00
Raghubansh Kumar
272cedd5d2 New testcases for strrchr() function 2007-09-29 09:24:27 +00:00
Raghubansh Kumar
46700e7a47 New testcases for stripos() function 2007-09-29 09:22:42 +00:00
Raghubansh Kumar
03d6500fb0 New testcases for join() function 2007-09-29 09:08:24 +00:00
Raghubansh Kumar
a40e2c843c New testcases for htmlspecialchars_decode() function 2007-09-29 09:03:22 +00:00
Dmitry Stogov
51640ce6a4 optimization 2007-09-29 08:52:04 +00:00
Jani Taskinen
751d5232a2 - Nuked unused variable 2007-09-29 02:08:19 +00:00
f1b91a8da4 ChangeLog update 2007-09-29 01:31:29 +00:00
Jani Taskinen
fa0734a520 - Fix copy and paste typo 2007-09-28 23:34:31 +00:00
Nuno Lopes
f044c95b3c fix expected output 2007-09-28 22:40:23 +00:00
Johannes Schlüter
97c89c72e5 - Fix type in example 2007-09-28 22:04:28 +00:00
Dmitry Stogov
976afba41b Support for namespaces in dynamic calls 2007-09-28 19:51:49 +00:00