Commit Graph

43506 Commits

Author SHA1 Message Date
Felipe Pena
0d181765d5 - New parameter parsing API 2008-11-27 02:16:56 +00:00
add52dbc38 ChangeLog update 2008-11-27 01:32:24 +00:00
Ant Phillips
977a9400fe File system tests: checked on PHP 6.0 latest snap (Windows, Linux and Linux 64 bit) - there are quite a large number of failing test cases (all marked with an XFAIL section), they wiill have bugs raised to cover the issues real soon now... 2008-11-26 17:48:41 +00:00
Antony Dovgal
3c06283750 fix test 2008-11-26 11:30:42 +00:00
Felipe Pena
36e7442c2f - New test 2008-11-26 10:16:30 +00:00
Arnaud Le Blanc
c8f24ea5bd Fixed bug #46673 (stream_lock call with wrong paramater) 2008-11-26 04:18:24 +00:00
Arnaud Le Blanc
181c08a32a Missed file from commit for #44181 & #44182 2008-11-26 04:08:07 +00:00
Arnaud Le Blanc
eef1ad9ddf [DOC] Added ENT_IGNORE as a compatibility flag for htmlentities() and
htmlspecialchars() to skip multibyte sequences intead of returning an
empty string (as iconv's //IGNORE). These functions will still never
return an invalid or incomplete multibyte sequence.
Example: htmlspecialchars("...", ENT_QUOTES | ENT_COMPAT, "utf-8");
2008-11-26 02:57:32 +00:00
Arnaud Le Blanc
763a92d7e0 MFB 5.2 2008-11-26 02:43:43 +00:00
eadaffad27 ChangeLog update 2008-11-26 01:32:21 +00:00
Arnaud Le Blanc
9891ad135f Fixed bug #42473 (ob_start php://output and headers) 2008-11-26 01:20:10 +00:00
Arnaud Le Blanc
1064f9721b Fixed bugs #44181 & #44182 (extract() and references)
(robin_fernandes at uk dot ibm dot com)
2008-11-26 00:59:13 +00:00
Ilia Alshanetsky
42df01cf6e MFB: Upgraded bundled sqlite to version 3.6.6.1. 2008-11-25 23:53:34 +00:00
Stanislav Malyshev
3a54f031e4 cleanup 2008-11-25 22:23:28 +00:00
Arnaud Le Blanc
76e5580b2e Fixed endless loop in cli when ignore_user_abort is on 2008-11-25 03:49:21 +00:00
20e2c0b8fe ChangeLog update 2008-11-25 01:32:38 +00:00
Stanislav Malyshev
f778e6c4f9 MFB: fix php_value application order for Apache 2008-11-25 00:33:11 +00:00
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