Commit Graph

43489 Commits

Author SHA1 Message Date
Ilia Alshanetsky
f95b96e55a MFB: Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly) 2008-11-24 21:23:53 +00:00
Arnaud Le Blanc
a8405af732 *** empty log message *** 2008-11-24 19:31:02 +00:00
Stanislav Malyshev
3da4e38bdf MFB: restore BC for arrays 2008-11-24 19:24:09 +00:00
Arnaud Le Blanc
77fed72461 Fixed bug #44075 (strtok misbehaving on unicode string) 2008-11-24 19:21:20 +00:00
Stanislav Malyshev
9a2f84fa7d add object-compatible array modes 2008-11-24 19:18:34 +00:00
Stanislav Malyshev
04c165274a add object-compatible array parameters 2008-11-24 19:17:24 +00:00
Arnaud Le Blanc
7161dcc35b Fixed some conditional jumps depending on uninitialised value 2008-11-24 19:16:51 +00:00
Iain Lewis
e512037ced Adding some tests for array_product 2008-11-24 17:36:44 +00:00
David Soria Parra
e61a107e8b Revert fix for 43782, as it caused problems.
[DOC] We better document the issue at it is.
2008-11-24 15:35:03 +00:00
Sanjay Mantoor
21e22981c1 Fixed testcsae inputs so that test runs faster 2008-11-24 11:05:02 +00:00
6487a1b0ce ChangeLog update 2008-11-24 01:32:23 +00:00
Arnaud Le Blanc
9e3d2e3655 Fixed bug #46649 (Setting array element with that same array produces
inconsistent results)
2008-11-23 20:34:40 +00:00
Felipe Pena
9dc4271531 - New parameter parsing API 2008-11-23 20:00:51 +00:00
d0977cb642 ChangeLog update 2008-11-23 01:32:17 +00:00
Pierre Joye
3def8739ce - declaration first (fix build win) 2008-11-22 23:52:40 +00:00
Felipe Pena
c38d183090 - Fixed segfault [only in this branch] 2008-11-22 15:44:07 +00:00
Scott MacVicar
fe99e3ade9 Patch file for sqlite3 amalgamation so things don't get missed. 2008-11-22 15:43:34 +00:00
Scott MacVicar
aceb9694ba Better fix for va_copy since some architectures like to do a deep copy. 2008-11-22 15:16:42 +00:00
David Coallier
978f553308 - Removed my duplicate news entry 2008-11-22 14:50:00 +00:00
Felipe Pena
5af16d68f5 - Fixed segfault [only in this branch, because add_next_* are macro] 2008-11-22 14:41:21 +00:00
David Coallier
010c3eb637 - Added the fixed bug #46615 2008-11-22 14:35:39 +00:00
David Coallier
a3a0dbe923 - Return the key - 1
- Bug #46615
2008-11-22 14:18:15 +00:00
David Coallier
84020c1560 - Added tests for bug #46615 (Adjustments) 2008-11-22 14:17:40 +00:00
Pierre Joye
2c770afe27 - MFB: Fix windows build 2008-11-22 13:46:17 +00:00
Pierre Joye
a52a11b0d8 - MFB: make va_copy safer using () around arguments 2008-11-22 13:39:04 +00:00
Scott MacVicar
47ada9b75d Fix build on Windows 2008-11-22 12:39:13 +00:00
Scott MacVicar
32cdeaeba9 Error handler isn't properly restored when using fetchObject() with SQLite 2008-11-22 11:48:38 +00:00
Scott MacVicar
55e5bb5a99 Update libsqlite to 3.6.6 2008-11-22 11:04:26 +00:00
Scott MacVicar
a064b61971 Warnings from libmagic should be notices rather than sent to stderr, this fixes a test on Windows 2008-11-22 10:27:19 +00:00
e8326532d4 ChangeLog update 2008-11-22 01:32:12 +00:00
Felipe Pena
6ac6838961 - Fixed bug #46604 (ReflectionClass::getProperty() fails) [only in this branch] 2008-11-21 23:32:50 +00:00
Felipe Pena
17e9523363 - Missing SKIPIF :( 2008-11-21 22:55:38 +00:00
Felipe Pena
111b8ca02f - Fixed memory leak in readline_callback_handler_remove() 2008-11-21 22:26:49 +00:00
Scott MacVicar
98766dcd57 Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though! 2008-11-21 21:49:52 +00:00
Felipe Pena
a33932883e - New tests 2008-11-21 21:43:47 +00:00
Felipe Pena
93d71e1ea6 - Fix test 2008-11-21 21:03:25 +00:00
Felipe Pena
8c9626395c - New tests 2008-11-21 21:00:16 +00:00
Felipe Pena
3b06b39d54 - Fixed bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote) 2008-11-21 19:14:47 +00:00
Jani Taskinen
7397249d2e - Nuke unused file 2008-11-21 16:37:49 +00:00
Pierre Joye
a2e64a999e - expose PHP_BUILD in the Makefile
- ICU 3.8/4.0 are dynamically linked, add $PHP_BUILD\bin to the PATH so php.exe can find them (nmake test, nmake snaps)
2008-11-21 14:05:04 +00:00
Pierre Joye
2fc3a87410 - add build type (debug/release) and TS info to the summary 2008-11-21 14:03:23 +00:00
Sanjay Mantoor
86bca2c39e New testcases for gmmktime function 2008-11-21 06:21:51 +00:00
b2438596aa ChangeLog update 2008-11-21 01:32:11 +00:00
Felipe Pena
2a0e4837be - Changed split() to preg_split() 2008-11-20 23:13:30 +00:00
Felipe Pena
4361a1ef27 - Fixed memory leaks in readline_completion_function() 2008-11-20 22:23:53 +00:00
Andrey Hristov
2452619ed7 mysqlnd fixes for Windows :
- less warnings
- PHPAPI for mysqlnd_poll
2008-11-20 17:29:55 +00:00
Kalle Sommer Nielsen
81f5248b00 Fix typo 2008-11-20 16:05:59 +00:00
Mark Karpeles
7fb3277334 - MFB: ext/wddx: fixed test 003 which depended on arch (32bits vs 64bits) 2008-11-20 15:14:19 +00:00
Felipe Pena
2f6efa49ea - Fixed memory leak in wddx_add_vars() 2008-11-20 14:47:29 +00:00
Felipe Pena
85d06e4585 - Added ZEND_FETCH_RESOURCE_NO_RETURN 2008-11-20 14:47:04 +00:00