Commit Graph

43739 Commits

Author SHA1 Message Date
Antony Dovgal
dde6be986c add missing .cvsignore 2008-12-27 20:03:42 +00:00
Felipe Pena
3ce0968f5a - Fixed tests 2008-12-27 19:14:45 +00:00
Felipe Pena
867a7946b9 - Fixed code (comparison with string literal) 2008-12-27 19:06:19 +00:00
Felipe Pena
549bba6713 - Fixed memory leaks 2008-12-27 13:31:07 +00:00
Rob Richards
4defef2736 proper exports/imports for win32 2008-12-27 12:21:36 +00:00
Rob Richards
0c1e5d044c add missing exports 2008-12-27 12:14:56 +00:00
Brian Shire
d6a1c7a674 fix explode behavior to respect negative limit when string is empty. 2008-12-27 05:13:30 +00:00
Arnaud Le Blanc
3b0cd9f644 Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists) 2008-12-27 03:06:16 +00:00
cc83eff88a ChangeLog update 2008-12-27 01:32:32 +00:00
Rob Richards
9761f623cf force export on win32 to workaround win32 conig issues 2008-12-27 01:07:18 +00:00
Felipe Pena
56acf97039 - Fix test 2008-12-27 01:04:09 +00:00
Rob Richards
ebe5b582aa properly export functions 2008-12-26 20:27:14 +00:00
Pierre Joye
435de70481 - MFB:
- remove the temp hack for libxml path (fixed now)
  - do not raise a warning if the extension was not enabled anyway
2008-12-26 14:16:38 +00:00
Pierre Joye
65a7e59867 - usual suspects must be in the default include/lib path (thx Rob for the notice!)
- fix the --wtih-php-build doc, remove dead url, update the name of the deps dir
2008-12-26 14:10:26 +00:00
Pierre Joye
ee9948ecd7 - MFB: be sure we define the deps so the right exts are built before (dom symbol error when dom and xsl are shared) 2008-12-26 14:06:29 +00:00
ed14f3e744 ChangeLog update 2008-12-26 01:32:19 +00:00
Felipe Pena
b71d8ab002 - Unicodifing 2008-12-25 19:55:15 +00:00
Felipe Pena
a5e8f6b3c2 - Fixed memory leak 2008-12-25 19:30:28 +00:00
Scott MacVicar
9e6124f2d1 Enable salsa hashing algorithm 2008-12-25 13:34:49 +00:00
0ad3511ce4 ChangeLog update 2008-12-25 01:32:48 +00:00
Pierre Joye
ae5b22b042 - be sure that at least one SAPI has been selected 2008-12-25 00:09:32 +00:00
Pierre Joye
779444f43c - the config summary is a must, do not allow to disable 2008-12-25 00:03:39 +00:00
Pierre Joye
41f0a56f8f - disable simplexml when libxml is not enabled 2008-12-25 00:00:49 +00:00
Scott MacVicar
aaa89d7adb Stop using sqlite3_aggregate_count() as this is now deprecated. 2008-12-24 19:21:42 +00:00
Scott MacVicar
0d860e26ca Make sure we clear out the error when the scalar version decoding works. 2008-12-24 18:09:00 +00:00
Scott MacVicar
b80786d066 Fix bug #45991 - UTF-8 BOM breaks ini parser 2008-12-24 13:46:59 +00:00
Felipe Pena
53737291aa - Fixed memory leak in imap_rfc822_parse_adrlist 2008-12-24 13:30:49 +00:00
Felipe Pena
d84b198323 - New test 2008-12-24 11:50:42 +00:00
848653b6a1 ChangeLog update 2008-12-24 01:32:31 +00:00
Felipe Pena
965f76ca81 - Merged into 5.3 2008-12-24 00:44:51 +00:00
Felipe Pena
b110b1d78b - Standard 2008-12-24 00:04:40 +00:00
037743fc3e ChangeLog update 2008-12-23 01:32:35 +00:00
Scott MacVicar
67e6af2b91 Remove all of the stuff we have in here for pre PHP 5.2 support and memset the fileinfo struct. 2008-12-22 16:44:51 +00:00
Scott MacVicar
938bf96a11 Enable ICU support within bundled SQLite 2008-12-22 16:42:34 +00:00
Etienne Kneuss
4e5c7990ce Fix #46646 (Implement zend functions to restrict serialization or internal classes) 2008-12-22 13:50:43 +00:00
Scott MacVicar
3264d66e18 Patch has the wrong filename 2008-12-22 13:26:10 +00:00
Scott MacVicar
e6e0907ace SQLite 3.6.7 plus a vc6 backport for LL 2008-12-22 13:17:23 +00:00
1dd1bca47c ChangeLog update 2008-12-21 01:32:31 +00:00
Lars Strojny
d2520327a2 Adding test for stream_resolve_include_path() 2008-12-20 16:23:37 +00:00
32ed769056 ChangeLog update 2008-12-20 01:32:38 +00:00
Etienne Kneuss
58b4b656fa Fix #46647 (segfault in SplFileinfo::fgetcsv()) 2008-12-20 00:53:21 +00:00
Etienne Kneuss
b884dddbbf Fix #46636 (segfault in SplFileinfo::fgetcsv()) 2008-12-20 00:51:00 +00:00
Scott MacVicar
b0b32deb12 Add json_last_error() for getting a bit of information about what failed during a decode, also fixes a segfault when we have [1}
[DOC]
2008-12-19 02:00:59 +00:00
27fc14abdc ChangeLog update 2008-12-19 01:32:18 +00:00
Pierre Joye
6983c20844 - no need to look for bindlib_w32, not used anymore 2008-12-18 23:20:44 +00:00
Derick Rethans
ba76cf017e - Fixed bug #46268 (DateTime::modify() does not reset relative time
values).
2008-12-18 20:32:44 +00:00
Ilia Alshanetsky
992033a41c MFB: Fixed bug #46887 (Invalid calls to php_error_docref()) 2008-12-18 20:04:26 +00:00
Arnaud Le Blanc
c00195e6b5 Fixed test 2008-12-18 16:04:38 +00:00
Robin Fernandes
1355a8f433 Additional output buffering tests. 2008-12-18 15:20:47 +00:00
Derick Rethans
ad6f6c9a52 - Fixed bug #46889: Memory leak in strtotime(). 2008-12-18 14:54:51 +00:00