Commit Graph

42503 Commits

Author SHA1 Message Date
Etienne Kneuss
7aa5e4ab32 Remove cast and fix mem errors 2008-08-03 18:15:18 +00:00
Felipe Pena
6f78f32cc2 - Fixed error levels 2008-08-03 17:19:24 +00:00
Derick Rethans
d84a4ed4ab - Fixed bug #45696 (Not all DateTime methods allow method chaining). 2008-08-03 16:44:31 +00:00
Jani Taskinen
c9c53d7bcd - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
Jani Taskinen
82d833a94c - fix comment style 2008-08-03 12:10:51 +00:00
Jani Taskinen
9a3b00b16e missing eol 2008-08-03 12:04:57 +00:00
Jani Taskinen
6928f2e279 - Fix comment 2008-08-03 12:03:02 +00:00
Jani Taskinen
f679eeb6cb - No C++ comments in C files! 2008-08-03 11:56:45 +00:00
Jani Taskinen
3cd81726a2 oops 2008-08-03 11:55:06 +00:00
Jani Taskinen
74e779a7a9 - No C++ comments in C files! 2008-08-03 11:47:09 +00:00
Jani Taskinen
e008959c02 - Added missing $Id$ tags and nuked c++ comments 2008-08-03 11:46:02 +00:00
Jani Taskinen
3d0b68418b - These files do not conform to any kind of coding standard. Sync from 5.3 too 2008-08-03 11:32:45 +00:00
4458737a6b ChangeLog update 2008-08-03 01:32:30 +00:00
Moriyoshi Koizumi
b0f6875659 - Forgot to take account of the case when mbstring.language is processed
afterwards.
2008-08-03 00:04:06 +00:00
Moriyoshi Koizumi
51180a707c - Fixed bug #45691 (Some per-dir or runtime settings may leak into other requests). 2008-08-02 20:48:30 +00:00
Pierre Joye
c8a42610e5 - improve previous fix for scan, disable optimizer only for scan() using #pragma optimize 2008-08-02 16:49:56 +00:00
Pierre Joye
2317deb6f5 - parser's scan function is too large for VC6-7.x, disable the optimizer (size optimization instead) fixes it 2008-08-02 15:49:14 +00:00
Steph Fox
254768c9fc - Remove obsolete check 2008-08-02 15:37:38 +00:00
Derick Rethans
2c577a4aaf - Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO
durations).
2008-08-02 13:50:30 +00:00
Felipe Pena
8a4278ed25 - Fixed undefined variable 2008-08-02 13:39:26 +00:00
Arnaud Le Blanc
630fb69796 MFB: Allow urlencode()d filer names in php://filter (fixes #43008) 2008-08-02 06:37:34 +00:00
Felipe Pena
611ecc5111 - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
Felipe Pena
dd3d9fc455 - Removed unnecessary TSRMLS_FETCH() 2008-08-02 02:49:46 +00:00
Arnaud Le Blanc
67a7949c80 Avoid leaks when zlib streams can not be closed properly. 2008-08-02 02:36:14 +00:00
7a8b17ff52 ChangeLog update 2008-08-02 01:32:24 +00:00
Moriyoshi Koizumi
957bdafb86 - Add a test for bug #43993. 2008-08-01 22:56:35 +00:00
Moriyoshi Koizumi
9bcdf1d802 - Fixed bug #43993 (mb_substr_count() behaves differently to substr_count() with overlapping needles) 2008-08-01 22:55:47 +00:00
Stanislav Malyshev
8b5fa55af1 remove unneeded define 2008-08-01 22:45:59 +00:00
Pierre Joye
2ad7c548f0 - use static lib first if found 2008-08-01 21:19:46 +00:00
Pierre Joye
75937acbaf - fix EOL broken by previous commit 2008-08-01 19:09:15 +00:00
Pierre Joye
a2a18797c0 - MFH: drop 8.x support 2008-08-01 18:58:15 +00:00
Steph Fox
fa2f1c171b - Somehow 'cvs add' managed to ignore these completely(?) 2008-08-01 17:34:03 +00:00
Steph Fox
1c36e772b7 - Merge Dmitry's changes from PHP_5_3 branch 2008-08-01 16:28:19 +00:00
Pierre Joye
5550ef750b - support for Oracle 11g (either 8 or 11g can be built but not both 2008-08-01 15:06:56 +00:00
Dmitry Stogov
d93a86b4d2 Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys). 2008-08-01 14:21:46 +00:00
Steph Fox
c6aa379d74 - This is as good as it gets in HEAD at present (~30% tests fail here) 2008-08-01 13:45:06 +00:00
Steph Fox
63249f7ea3 - Bring phar command into sync with 5_3 and PECL 2008-08-01 13:41:30 +00:00
Steph Fox
755642c355 - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
Scott MacVicar
2feac2e6d2 MFB: Make pdo_sqlite use the bundled extension with sqlite3 2008-08-01 12:02:40 +00:00
Pierre Joye
f2fcee5553 - add new default dir (old still works) 2008-08-01 11:25:16 +00:00
Pierre Joye
839bd439b0 - first static lib then dyn or old one 2008-08-01 11:21:27 +00:00
Hannes Magnusson
1ddbfe44c8 MFB5.3: INI options for new extions 2008-08-01 11:01:11 +00:00
Antony Dovgal
2846fc1c02 fix int<->long mess causing lots of segfaults on x86_64 2008-08-01 08:27:46 +00:00
Hannes Magnusson
6894772e55 fix skipif 2008-08-01 08:02:06 +00:00
f0f283650d ChangeLog update 2008-08-01 01:32:11 +00:00
Pierre Joye
3b0d28bbb5 - new usual suspects 2008-07-31 23:05:02 +00:00
Hannes Magnusson
166dee99e0 MFB5.3: "without" and "do not include" 2008-07-31 22:32:46 +00:00
Scott MacVicar
76970a5a39 MFB: Enable by default and fix compile error 2008-07-31 22:25:18 +00:00
Johannes Schlüter
e0e15347e2 - Add array_replace/array_replace_recursive (Mett Wilmas) 2008-07-31 20:17:07 +00:00
Pierre Joye
0fb301bcc9 - add detection for newer libs 2008-07-31 18:04:21 +00:00