Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: Fix test | Felipe Pena | 2008-12-27 | 1 | -0/+8 |
| | |||||
* | MFH: properly export functions | Rob Richards | 2008-12-26 | 3 | -5/+17 |
| | |||||
* | - remove the temp hack for libxml path (fixed now) | Pierre Joye | 2008-12-26 | 1 | -14/+13 |
| | | | | | - do not raise a warning if the extension was not enabled anyway | ||||
* | - MFB: | Pierre Joye | 2008-12-26 | 1 | -3/+6 |
| | | | | | | - 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 | ||||
* | - be sure we define the deps so the right exts are built before (dom symbol ↵ | Pierre Joye | 2008-12-26 | 1 | -2/+4 |
| | | | | error) | ||||
* | - MFH: Fixed memory leak | Felipe Pena | 2008-12-25 | 1 | -0/+2 |
| | |||||
* | MFH Enable salsa hashing algorithm | Scott MacVicar | 2008-12-25 | 4 | -3/+8 |
| | |||||
* | - add libxml cflag for shared and static | Pierre Joye | 2008-12-25 | 1 | -2/+4 |
| | |||||
* | - work around missing libxml include path (will be replaced by a ↵ | Pierre Joye | 2008-12-25 | 1 | -2/+2 |
| | | | | PHP_SETUP_LIBXML macro) | ||||
* | - MFH: be sure that at least one SAPI has been selected | Pierre Joye | 2008-12-25 | 1 | -0/+5 |
| | |||||
* | - MFH: the config summary is a must, do not allow to disable it | Pierre Joye | 2008-12-25 | 2 | -8/+3 |
| | |||||
* | - MFH: disable simplexml when libxml is not enabled | Pierre Joye | 2008-12-25 | 1 | -1/+4 |
| | |||||
* | MFH Stop using sqlite3_aggregate_count() as this is now deprecated. | Scott MacVicar | 2008-12-24 | 3 | -14/+27 |
| | |||||
* | BFN | Scott MacVicar | 2008-12-24 | 1 | -0/+3 |
| | |||||
* | MFH Make sure we clear out the error when the scalar version decoding works. | Scott MacVicar | 2008-12-24 | 1 | -0/+6 |
| | |||||
* | MFH Fix bug #45991 - UTF-8 BOM breaks ini parser | Scott MacVicar | 2008-12-24 | 3 | -116/+130 |
| | |||||
* | - MFH: Fixed memory leak in imap_rfc822_parse_adrlist | Felipe Pena | 2008-12-24 | 1 | -0/+2 |
| | |||||
* | - New test | Felipe Pena | 2008-12-24 | 1 | -0/+69 |
| | |||||
* | - version and WS | Pierre Joye | 2008-12-24 | 1 | -2/+2 |
| | |||||
* | - Merged into 5.3 | Felipe Pena | 2008-12-24 | 1 | -0/+1 |
| | |||||
* | - Sync code with HEAD | Felipe Pena | 2008-12-24 | 8 | -164/+131 |
| | | | | | - [DOC] Backported: shm_has_var() | ||||
* | MFH Remove all of the stuff we have in here for pre PHP 5.2 support and ↵ | Scott MacVicar | 2008-12-22 | 1 | -27/+1 |
| | | | | memset the fileinfo struct. | ||||
* | MFH Enable ICU support within bundled SQLite if intl is enabled but not shared. | Scott MacVicar | 2008-12-22 | 2 | -6/+10 |
| | |||||
* | MFH: Fix #46646 (Implement zend functions to restrict serialization or ↵ | Etienne Kneuss | 2008-12-22 | 1 | -0/+2 |
| | | | | internal classes) | ||||
* | MFH: Fix #46646 (Implement zend functions to restrict serialization or ↵ | Etienne Kneuss | 2008-12-22 | 4 | -16/+23 |
| | | | | internal classes) | ||||
* | MFH Patch has the wrong filename | Scott MacVicar | 2008-12-22 | 1 | -1/+1 |
| | |||||
* | BFN | Scott MacVicar | 2008-12-22 | 1 | -0/+2 |
| | |||||
* | MFH SQLite 3.6.7 plus a vc6 backport for LL | Scott MacVicar | 2008-12-22 | 2 | -4159/+6169 |
| | |||||
* | BFN | Scott MacVicar | 2008-12-19 | 1 | -0/+6 |
| | |||||
* | MFH Add json_last_error() for getting a bit of information about what failed ↵ | Scott MacVicar | 2008-12-19 | 5 | -28/+107 |
| | | | | | | | during a decode, also fixes a segfault when we have [1} [DOC] | ||||
* | - MFH: no need to look for bindlib_w32, not used anymore | Pierre Joye | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | - MFH: Fixed bug #46268 (DateTime::modify() does not reset relative time | Derick Rethans | 2008-12-18 | 3 | -0/+27 |
| | | | | | values). | ||||
* | Fixed bug #46887 (Invalid calls to php_error_docref()) | Ilia Alshanetsky | 2008-12-18 | 2 | -2/+2 |
| | | | | | # Patch by oeriksson at mandriva dot com and crrodriguez at opensuse dot org | ||||
* | MFH: Fixed test | Arnaud Le Blanc | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | Additional output buffering tests. | Robin Fernandes | 2008-12-18 | 39 | -0/+1498 |
| | |||||
* | - MFH: Fixed bug #46889: Memory leak in strtotime(). | Derick Rethans | 2008-12-18 | 4 | -6/+7 |
| | |||||
* | bug #46005 -> 5.2 | Stanislav Malyshev | 2008-12-18 | 1 | -2/+0 |
| | |||||
* | Fix a small portion of memory leak in bug #46889 | Ilia Alshanetsky | 2008-12-17 | 1 | -0/+1 |
| | |||||
* | MFH Fix Windows build | Scott MacVicar | 2008-12-17 | 1 | -0/+3 |
| | |||||
* | README for ext/imap tests | Zoe Slattery | 2008-12-17 | 1 | -0/+45 |
| | |||||
* | Miscellaneous tests for ext/imap | Zoe Slattery | 2008-12-17 | 24 | -0/+2291 |
| | |||||
* | MFH Test for bug #45791 | Scott MacVicar | 2008-12-17 | 1 | -0/+13 |
| | |||||
* | Update the JSON parser with that on json.org, biggest change here is code ↵ | Scott MacVicar | 2008-12-17 | 3 | -461/+422 |
| | | | | | | | | | 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 | ||||
* | MFH:- Fixed bug #45161 (Reusing a curl handle leaks memory) | Jani Taskinen | 2008-12-17 | 2 | -7/+34 |
| | |||||
* | MFH | Jani Taskinen | 2008-12-17 | 4 | -4/+40 |
| | |||||
* | New FTP test from Nathaniel McHugh | Zoe Slattery | 2008-12-17 | 2 | -2/+62 |
| | |||||
* | report fix | Stanislav Malyshev | 2008-12-17 | 1 | -0/+2 |
| | |||||
* | MFH fix #46005 | Stanislav Malyshev | 2008-12-17 | 2 | -0/+7 |
| | |||||
* | Removed unused variable | Ilia Alshanetsky | 2008-12-17 | 1 | -1/+6 |
| | |||||
* | bug #46837 fix | Zoe Slattery | 2008-12-16 | 1 | -0/+7 |
| |