summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Make DOM compileNikita Popov2014-04-1523-872/+423
* Add functions for extracting long/double/string from zvalNikita Popov2014-04-154-79/+20
* Start working on dom extensionNikita Popov2014-04-157-397/+271
* Cleanup (2-nd round)Dmitry Stogov2014-04-1523-114/+78
* Fixed memory leakDmitry Stogov2014-04-151-1/+5
* Cleanup (1-st round)Dmitry Stogov2014-04-15102-731/+776
* Fixed invaid write/readXinchen Hui2014-04-151-7/+4
* Fixed return uninitialized_zvalXinchen Hui2014-04-151-1/+1
* Fixed TypoXinchen Hui2014-04-151-1/+1
* Fixed zend_object_get_t in simpleXMLXinchen Hui2014-04-151-19/+5
* Fixed test (support for MarinaDB)Dmitry Stogov2014-04-151-1/+1
* Fixed memory leakDmitry Stogov2014-04-151-3/+3
* Fixed memory leakDmitry Stogov2014-04-141-1/+1
* Fixed SXE iterator(14 tests fail)Xinchen Hui2014-04-151-20/+8
* Fixed sxe object cloneXinchen Hui2014-04-151-2/+2
* Fixed double freeXinchen Hui2014-04-151-5/+6
* Fixed libxml handling default contextXinchen Hui2014-04-141-3/+3
* Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-04-144-11/+23
|\
| * Fixed passing arguments by reference into array_walk() callbacks.Dmitry Stogov2014-04-141-9/+20
| * Fixed interface constants inheritance.Dmitry Stogov2014-04-143-2/+3
* | Refactor simpleXML (compilable, but incompleted)Xinchen Hui2014-04-145-261/+219
|/
* Fixed test (now string data allocated together with zend_string structure)Dmitry Stogov2014-04-111-1/+1
* Fixed test (order of variables doesn't mater)Dmitry Stogov2014-04-111-8/+12
* Fixed memory leakDmitry Stogov2014-04-111-1/+3
* Fixed memory leaksDmitry Stogov2014-04-111-0/+1
* Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Dmitry Stogov2014-04-113-86/+78
|\
| * Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-04-115-1/+6
| |\
| * | Refactor libxml (incompleted)Xinchen Hui2014-04-112-85/+78
| * | No need anymoreXinchen Hui2014-04-111-1/+0
* | | Fixed memory leaksDmitry Stogov2014-04-111-9/+9
| |/ |/|
* | Fixed srialize()Dmitry Stogov2014-04-111-1/+1
* | Fixed tests (added session_destroy() to avoid side effects on the following t...Dmitry Stogov2014-04-112-0/+3
* | Fixed tests (they might fail from time to time because of session GC)Dmitry Stogov2014-04-112-0/+2
|/
* hmm, make it consistentXinchen Hui2014-04-111-0/+0
* Fixed _php_mbstr_parse_mail_headersXinchen Hui2014-04-111-83/+41
* Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-04-1112-139/+223
|\
| * Fixed tests (added missing zend.multibyte=On)Dmitry Stogov2014-04-103-0/+6
| * fixed serialize()Dmitry Stogov2014-04-101-3/+12
| * Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Dmitry Stogov2014-04-101-24/+20
| |\
| | * Port tokenizer extensionNikita Popov2014-04-101-24/+20
| * | Fixed unserialize()Dmitry Stogov2014-04-106-102/+159
| * | Compatibility fix for ext/session/tests/session_id_error3.phptDmitry Stogov2014-04-101-4/+11
| * | Fixed test (it requires ext/hash)Dmitry Stogov2014-04-101-0/+1
| * | Fixed access to uninitialized dataDmitry Stogov2014-04-102-30/+32
| * | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Dmitry Stogov2014-04-109-44/+43
| |\ \ | | |/
| * | var_push_dtor_no_addref() is useles (var_push_dtor() doesn't work properly as...Dmitry Stogov2014-04-102-37/+43
* | | session_id is binary safe nowXinchen Hui2014-04-101-0/+0
| |/ |/|
* | Fix ZTS buildNikita Popov2014-04-099-44/+43
|/
* Temporary refcounting fixDmitry Stogov2014-04-101-7/+7
* Fixed ext/spl/tests/iterator_035.phptDmitry Stogov2014-04-091-1/+3