1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00
Commit Graph

22417 Commits

Author SHA1 Message Date
Ant Phillips f17c2db736 Revert to the previous version for these tests as they were overwritten by mistake (checked on Windows but not on Linux... so the six skipped tests may not work correctly... but they should be ok and I'll watch the test results). 2008-12-30 16:49:43 +00:00
Zoe Slattery 553d34e811 refixing missing skipif 2008-12-30 15:57:23 +00:00
Felipe Pena e33a951c58 - MFH Added missing check for void param. (patch by Kalle) 2008-12-30 12:50:16 +00:00
Felipe Pena 9212a9584e - MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria) 2008-12-30 02:17:30 +00:00
Felipe Pena cfe152206c - Bug #46957 (The tokenizer returns deprecated values) 2008-12-27 23:16:56 +00:00
Antony Dovgal 16fef2c6b0 MFH 2008-12-27 20:23:12 +00:00
Antony Dovgal 16df93413f MFH: fix compile warning 2008-12-27 20:22:10 +00:00
Felipe Pena 90e87528b4 - Fixed tests 2008-12-27 19:16:49 +00:00
Felipe Pena e13d011551 - MFH: Fixed code (comparison with string literal) 2008-12-27 19:06:48 +00:00
Felipe Pena 2f2fb609df - MFH: Fixed memory leaks 2008-12-27 13:32:24 +00:00
Rob Richards b3f4191d35 MFH: proper exports/imports for win32 2008-12-27 12:22:38 +00:00
Rob Richards 8fc5e99478 MFH: add missing exports 2008-12-27 12:16:12 +00:00
Brian Shire b4141cc424 MFH: fix explode behavior to respect negative limit when string is empty. 2008-12-27 05:15:51 +00:00
Arnaud Le Blanc 2dd8d6ff94 MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists) 2008-12-27 03:06:57 +00:00
Felipe Pena 765618b97f - Fix test 2008-12-27 01:19:49 +00:00
Rob Richards 90b040b7d0 MFH: force export on win32 to workaround win32 conig issues 2008-12-27 01:07:49 +00:00
Felipe Pena 4cf4b5bf44 - MFH: Fix test 2008-12-27 01:05:07 +00:00
Rob Richards 5690e188da MFH: properly export functions 2008-12-26 20:28:43 +00:00
Pierre Joye 50d26a85a6 - 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:13:38 +00:00
Pierre Joye bfa5044bb3 - be sure we define the deps so the right exts are built before (dom symbol error) 2008-12-26 14:05:05 +00:00
Felipe Pena 84c12b2df4 - MFH: Fixed memory leak 2008-12-25 19:30:47 +00:00
Scott MacVicar 6267a33aba MFH Enable salsa hashing algorithm 2008-12-25 13:35:05 +00:00
Pierre Joye be4a8abd0c - add libxml cflag for shared and static 2008-12-25 01:00:26 +00:00
Pierre Joye b73aec3e08 - work around missing libxml include path (will be replaced by a PHP_SETUP_LIBXML macro) 2008-12-25 00:47:32 +00:00
Pierre Joye 68bf21ecad - MFH: disable simplexml when libxml is not enabled 2008-12-25 00:01:10 +00:00
Scott MacVicar 3fb7f05991 MFH Stop using sqlite3_aggregate_count() as this is now deprecated. 2008-12-24 19:22:16 +00:00
Scott MacVicar 7fe245af85 MFH Make sure we clear out the error when the scalar version decoding works. 2008-12-24 18:09:09 +00:00
Felipe Pena b4caf5314f - MFH: Fixed memory leak in imap_rfc822_parse_adrlist 2008-12-24 13:31:16 +00:00
Felipe Pena da9a15d586 - New test 2008-12-24 11:51:04 +00:00
Pierre Joye 0696223079 - version and WS 2008-12-24 11:08:14 +00:00
Felipe Pena 6651864c25 - Sync code with HEAD
- [DOC] Backported: shm_has_var()
2008-12-24 00:23:18 +00:00
Scott MacVicar 372256b002 MFH Remove all of the stuff we have in here for pre PHP 5.2 support and memset the fileinfo struct. 2008-12-22 16:45:07 +00:00
Scott MacVicar 178e0c726e MFH Enable ICU support within bundled SQLite if intl is enabled but not shared. 2008-12-22 16:43:21 +00:00
Etienne Kneuss f48d22afa1 MFH: Fix #46646 (Implement zend functions to restrict serialization or internal classes) 2008-12-22 14:11:49 +00:00
Scott MacVicar 3c1e53deb4 MFH Patch has the wrong filename 2008-12-22 13:26:25 +00:00
Scott MacVicar 366fe43d79 MFH SQLite 3.6.7 plus a vc6 backport for LL 2008-12-22 13:22:25 +00:00
Scott MacVicar fdf2d1e46f MFH 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:57 +00:00
Derick Rethans e5491af3c5 - MFH: Fixed bug #46268 (DateTime::modify() does not reset relative time
values).
2008-12-18 20:32:23 +00:00
Ilia Alshanetsky c9f030f576 Fixed bug #46887 (Invalid calls to php_error_docref())
# Patch by oeriksson at mandriva dot com and crrodriguez at opensuse dot org
2008-12-18 20:02:20 +00:00
Arnaud Le Blanc 0cd7fdd99f MFH: Fixed test 2008-12-18 16:04:59 +00:00
Derick Rethans aea378c91c - MFH: Fixed bug #46889: Memory leak in strtotime(). 2008-12-18 14:55:36 +00:00
Ilia Alshanetsky 9c97213e0b Fix a small portion of memory leak in bug #46889 2008-12-17 21:32:29 +00:00
Scott MacVicar 6393540c75 MFH Fix Windows build 2008-12-17 15:46:21 +00:00
Zoe Slattery fee9ce41f3 README for ext/imap tests 2008-12-17 15:36:06 +00:00
Zoe Slattery b8a79234df Miscellaneous tests for ext/imap 2008-12-17 15:07:30 +00:00
Scott MacVicar e5587ee4cc MFH Test for bug #45791 2008-12-17 14:46:47 +00:00
Scott MacVicar 8ef7fe1d99 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:40:06 +00:00
Jani Taskinen 77a63540a5 MFH:- Fixed bug #45161 (Reusing a curl handle leaks memory) 2008-12-17 14:13:40 +00:00
Jani Taskinen 3ce9e6d6d9 MFH 2008-12-17 14:00:20 +00:00
Zoe Slattery 7156227045 New FTP test from Nathaniel McHugh 2008-12-17 12:35:26 +00:00