Commit Graph

39419 Commits

Author SHA1 Message Date
Yiduo (David) Wang
95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
d20f6ecac8 ChangeLog update 2007-10-07 01:31:26 +00:00
Antony Dovgal
8e1a65814b fix ws & folding, nuke unused vars 2007-10-06 21:28:10 +00:00
Antony Dovgal
6549f5b422 fix ws and avoid freeing integer vars 2007-10-06 21:15:46 +00:00
Jani Taskinen
9e8288e75e - Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_OPT_NETWORK_TIMEOUT) 2007-10-06 02:13:31 +00:00
Jani Taskinen
cffb1afb10 - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting network timeout 2007-10-06 01:42:40 +00:00
edb05ab6c0 ChangeLog update 2007-10-06 01:31:29 +00:00
Raghubansh Kumar
dd24301ac6 New testcases for setlocale() function 2007-10-05 19:35:45 +00:00
Raghubansh Kumar
e379d3e914 New testcases for nl2br() function 2007-10-05 18:47:47 +00:00
Raghubansh Kumar
703626aa98 New testcases for strrpos() function 2007-10-05 18:35:49 +00:00
Raghubansh Kumar
0513f160c9 New testcases for str_split() function 2007-10-05 18:20:57 +00:00
Raghubansh Kumar
871cae6d64 New testcases for vsprintf() function 2007-10-05 18:12:36 +00:00
Rob Richards
b9b4dd6d09 fix win build 2007-10-05 15:59:42 +00:00
Jani Taskinen
5051719bd6 MFB:-r1.139.2.2 Export symbols that will allow building WDDX as shared object 2007-10-05 15:19:47 +00:00
Jani Taskinen
d386401a1d fix test 2007-10-05 14:57:18 +00:00
Nuno Lopes
b548802b58 MFB: allow lcov 1.6 2007-10-05 14:49:40 +00:00
David Soria Parra
68327cba36 WS/Indent fix. 2007-10-05 09:38:54 +00:00
44d269eec0 ChangeLog update 2007-10-05 01:31:43 +00:00
Ilia Alshanetsky
42ec1edea4 MFB: Fixed bug #42817 (clone() on a non-object does not result in a fatal
error)
2007-10-04 23:25:53 +00:00
Andrey Hristov
74952b148b Fix error 2007-10-04 11:04:22 +00:00
Andrey Hristov
d1215883b5 Try to fix the windows build of mysqlnd 2007-10-04 09:53:19 +00:00
Andrey Hristov
59b1ba561a Fix problems in Windows build 2007-10-04 09:00:02 +00:00
Greg Beaver
eb67969b73 fix Bug #12124: Phar object cannot be iterated over
remove unused variables
fix jit file open sprintf calls
2007-10-04 03:33:21 +00:00
Greg Beaver
07c509935c fix phar to work with PHP 5.3 2007-10-04 02:24:49 +00:00
f73e41c62f ChangeLog update 2007-10-04 01:31:22 +00:00
Ilia Alshanetsky
1e6e22885d MFB: Fixed bug #42783 (pg_insert() does not accept an empty list for
insertion)
2007-10-03 23:31:04 +00:00
Michael Wallner
25f77827dd - fix CURLOPT_TIMEOUT_MS support (available since 7.16.2) 2007-10-03 20:32:52 +00:00
Antony Dovgal
c53602571d remove \u, \U and \C support in single quotes, as they are meant to contain binary data only and no escape sequences except \'
fixes bug #42746
2007-10-03 18:38:35 +00:00
Jani Taskinen
55d3a263f0 - Removed the %destructor declaration (requires bison 1.875 or above) 2007-10-03 13:03:06 +00:00
Dmitry Stogov
ce5c38af25 Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class). 2007-10-03 10:33:45 +00:00
David Soria Parra
ab38cc8d89 - Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. 2007-10-03 10:31:04 +00:00
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