summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed support for referencesDmitry Stogov2014-04-152-9/+9
* 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-159-157/+237
* Fixed test (support for MarinaDB)Dmitry Stogov2014-04-151-1/+1
* Fixed reference countingDmitry Stogov2014-04-152-11/+11
* Fixed memory leakDmitry Stogov2014-04-151-3/+3
* Fixed memory leakDmitry Stogov2014-04-142-2/+2
* Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Dmitry Stogov2014-04-146-277/+224
|\
| * 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-1411-94/+209
| |\
| * | Refactor simpleXML (compilable, but incompleted)Xinchen Hui2014-04-145-261/+219
* | | The test works out of the boxDmitry Stogov2014-04-141-2/+0
* | | Fixed nested GC calls (valgrind error in Zend/tests/gc_016.phpt)Dmitry Stogov2014-04-141-7/+23
| |/ |/|
* | Fixed passing arguments by reference into array_walk() callbacks.Dmitry Stogov2014-04-141-9/+20
* | Fixed interface constants inheritance.Dmitry Stogov2014-04-1410-20/+85
* | Copy varname before unsetNikita Popov2014-04-132-65/+104
|/
* Temporary fix for Zend/tests/bug46238.phptDmitry Stogov2014-04-121-2/+14
* 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
* Fix argument unpackingNikita Popov2014-04-111-1/+1
* for some reason gcc -O2 compiled the previous code in unexpected wayDmitry Stogov2014-04-112-25/+10
* Fixed memory leakDmitry Stogov2014-04-111-1/+3
* Fixed double freeDmitry Stogov2014-04-111-3/+0
* Fixed memory leaksDmitry Stogov2014-04-111-0/+1
* Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Dmitry Stogov2014-04-114-88/+80
|\
| * Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2Xinchen Hui2014-04-117-16/+30
| |\
| * | Refactor libxml (incompleted)Xinchen Hui2014-04-113-87/+80
| * | No need anymoreXinchen Hui2014-04-111-1/+0
* | | Fixed support for referencesDmitry Stogov2014-04-112-45/+45
* | | Fixed memory leaksDmitry Stogov2014-04-111-9/+9
* | | fixed persistent reaource destructionDmitry Stogov2014-04-111-3/+21
| |/ |/|
* | 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
* | Fixed reference countingDmitry Stogov2014-04-112-15/+24
|/
* Fixed support for referencesDmitry Stogov2014-04-112-3/+3
* 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-1122-563/+673
|\
| * Close all files and resources before before destroying object storage, becaus...Dmitry Stogov2014-04-112-1/+8
| * Introduced API to close all resources at onceDmitry Stogov2014-04-112-58/+50
| * Fixed memory leakDmitry Stogov2014-04-102-346/+352
| * Fixed tests (added missing zend.multibyte=On)Dmitry Stogov2014-04-103-0/+6
| * fixed serialize()Dmitry Stogov2014-04-101-3/+12
| * Fixed suppor for multibyte encodingDmitry Stogov2014-04-102-362/+376