Commit Graph

24360 Commits

Author SHA1 Message Date
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
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
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
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
Felipe Pena
b110b1d78b - Standard 2008-12-24 00:04:40 +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
Lars Strojny
d2520327a2 Adding test for stream_resolve_include_path() 2008-12-20 16:23:37 +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
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
Derick Rethans
ad6f6c9a52 - Fixed bug #46889: Memory leak in strtotime(). 2008-12-18 14:54:51 +00:00
Derick Rethans
e17e4cb658 - Fixed test-case. 2008-12-18 14:53:46 +00:00
Ilia Alshanetsky
84ab9aa404 MFB: Fix a small portion of memory leak in bug #46889 2008-12-17 21:32:40 +00:00
Scott MacVicar
d0cf756f7f Fix Windows build 2008-12-17 15:46:00 +00:00
Jani Taskinen
bfe52a53fc - Fix leak 2008-12-17 15:38:32 +00:00
Zoe Slattery
a5ab3d7ae0 README for ext/imap tests 2008-12-17 15:35:21 +00:00
Zoe Slattery
f6e659c6dd Miscellaneous tests for ext/imap 2008-12-17 15:05:38 +00:00
Scott MacVicar
f3013d0524 Test for bug #45791 2008-12-17 14:46:42 +00:00
Scott MacVicar
cae85c867a Update the JSON parser with that on json.org, biggest change here is code readability. Less magic numbers in the state table.
Add missing reflection information to json_encode()
Fixes bug #45791 with 0e0 not being supported as a value
Error values are stored when encountered during parsing
2008-12-17 14:39:56 +00:00
Jani Taskinen
c7a56d604b - Fixed bug #45161 (Reusing a curl handle leaks memory) 2008-12-17 14:13:25 +00:00
Jani Taskinen
b0fdff274b fix typoes 2008-12-17 14:00:07 +00:00
Jani Taskinen
b2f10ac965 - Added test for bug #45161 2008-12-17 13:59:21 +00:00
Zoe Slattery
8ccb8ee6a2 New FTP test from Nathaniel McHugh 2008-12-17 12:34:49 +00:00
Antony Dovgal
1359b315fc fix build 2008-12-17 12:03:42 +00:00
Ilia Alshanetsky
c379c371ad MFB: removed unused var 2008-12-17 00:30:59 +00:00
Zoe Slattery
db0d8cbd84 bug #46837 fix 2008-12-16 21:34:16 +00:00
Zoe Slattery
c97e3e7438 bug #46884 fix 2008-12-16 21:08:50 +00:00
Rob Richards
9dea98a842 fix bug #46849 (Cloning DOMDocument doesn't clone the properties)
fix some warnings
add test
2008-12-16 12:51:58 +00:00
Steve Seear
433d52facc call_user_func_array() tests 2008-12-15 14:11:35 +00:00
Zoe Slattery
e028ad839f fixed test 2008-12-15 13:16:35 +00:00
Lars Strojny
7611a5d984 MFB: If a wrapper could not be found it is either a typo or a configuration issue. But in both cases it is critical enough to warn the user. [DOC] (?) 2008-12-14 16:27:30 +00:00
Pierre Joye
821c00eb43 - fix build 2008-12-14 16:19:43 +00:00
Ilia Alshanetsky
9a727a1b2b MFB: simplify code 2008-12-14 15:35:51 +00:00
Johannes Schlüter
3c58e71e74 Fix test 2008-12-13 22:22:40 +00:00
Marcus Boerger
394a73fbff Use ' -f' as requested 2008-12-13 14:49:21 +00:00
Scott MacVicar
8e1f9c8acb Fix bug #45989 - json_decode() doesn't return NULL on certain invalid strings 2008-12-12 23:17:44 +00:00
Andrei Zmievski
540131adcb Add sort flags parameter to array_unique(). 2008-12-12 19:19:04 +00:00
Hannes Magnusson
c0dcb08ba8 Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
Hannes Magnusson
effa82043b Fixed bug#46681 (mkdir() fails silently on PHP 5.3) 2008-12-12 12:40:58 +00:00