Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed support for references | Dmitry Stogov | 2014-04-15 | 2 | -9/+9 |
| | |||||
* | Fixed invaid write/read | Xinchen Hui | 2014-04-15 | 1 | -7/+4 |
| | |||||
* | Fixed return uninitialized_zval | Xinchen Hui | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Fixed Typo | Xinchen Hui | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Fixed zend_object_get_t in simpleXML | Xinchen Hui | 2014-04-15 | 9 | -157/+237 |
| | |||||
* | Fixed test (support for MarinaDB) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Fixed reference counting | Dmitry Stogov | 2014-04-15 | 2 | -11/+11 |
| | |||||
* | Fixed memory leak | Dmitry Stogov | 2014-04-15 | 1 | -3/+3 |
| | |||||
* | Fixed memory leak | Dmitry Stogov | 2014-04-14 | 2 | -2/+2 |
| | |||||
* | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2 | Dmitry Stogov | 2014-04-14 | 6 | -277/+224 |
|\ | |||||
| * | Fixed SXE iterator(14 tests fail) | Xinchen Hui | 2014-04-15 | 1 | -20/+8 |
| | | |||||
| * | Fixed sxe object clone | Xinchen Hui | 2014-04-15 | 1 | -2/+2 |
| | | |||||
| * | Fixed double free | Xinchen Hui | 2014-04-15 | 1 | -5/+6 |
| | | |||||
| * | Fixed libxml handling default context | Xinchen Hui | 2014-04-14 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2 | Xinchen Hui | 2014-04-14 | 11 | -94/+209 |
| |\ | |||||
| * | | Refactor simpleXML (compilable, but incompleted) | Xinchen Hui | 2014-04-14 | 5 | -261/+219 |
| | | | |||||
* | | | The test works out of the box | Dmitry Stogov | 2014-04-14 | 1 | -2/+0 |
| | | | |||||
* | | | Fixed nested GC calls (valgrind error in Zend/tests/gc_016.phpt) | Dmitry Stogov | 2014-04-14 | 1 | -7/+23 |
| |/ |/| | |||||
* | | Fixed passing arguments by reference into array_walk() callbacks. | Dmitry Stogov | 2014-04-14 | 1 | -9/+20 |
| | | |||||
* | | Fixed interface constants inheritance. | Dmitry Stogov | 2014-04-14 | 10 | -20/+85 |
| | | | | | | | | | | Now we use IS_REFERENCE for inhereted class constants. I might miss some edje cases. | ||||
* | | Copy varname before unset | Nikita Popov | 2014-04-13 | 2 | -65/+104 |
|/ | | | | | Otherwise we get issues when the varname variable coincides with the variable that is deleted. | ||||
* | Temporary fix for Zend/tests/bug46238.phpt | Dmitry Stogov | 2014-04-12 | 1 | -2/+14 |
| | |||||
* | Fixed test (now string data allocated together with zend_string structure) | Dmitry Stogov | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | Fixed test (order of variables doesn't mater) | Dmitry Stogov | 2014-04-11 | 1 | -8/+12 |
| | |||||
* | Fix argument unpacking | Nikita Popov | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | for some reason gcc -O2 compiled the previous code in unexpected way | Dmitry Stogov | 2014-04-11 | 2 | -25/+10 |
| | |||||
* | Fixed memory leak | Dmitry Stogov | 2014-04-11 | 1 | -1/+3 |
| | |||||
* | Fixed double free | Dmitry Stogov | 2014-04-11 | 1 | -3/+0 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2014-04-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2 | Dmitry Stogov | 2014-04-11 | 4 | -88/+80 |
|\ | |||||
| * | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2 | Xinchen Hui | 2014-04-11 | 7 | -16/+30 |
| |\ | |||||
| * | | Refactor libxml (incompleted) | Xinchen Hui | 2014-04-11 | 3 | -87/+80 |
| | | | |||||
| * | | No need anymore | Xinchen Hui | 2014-04-11 | 1 | -1/+0 |
| | | | |||||
* | | | Fixed support for references | Dmitry Stogov | 2014-04-11 | 2 | -45/+45 |
| | | | |||||
* | | | Fixed memory leaks | Dmitry Stogov | 2014-04-11 | 1 | -9/+9 |
| | | | |||||
* | | | fixed persistent reaource destruction | Dmitry Stogov | 2014-04-11 | 1 | -3/+21 |
| |/ |/| | |||||
* | | Fixed srialize() | Dmitry Stogov | 2014-04-11 | 1 | -1/+1 |
| | | |||||
* | | Fixed tests (added session_destroy() to avoid side effects on the following ↵ | Dmitry Stogov | 2014-04-11 | 2 | -0/+3 |
| | | | | | | | | tests) | ||||
* | | Fixed tests (they might fail from time to time because of session GC) | Dmitry Stogov | 2014-04-11 | 2 | -0/+2 |
| | | |||||
* | | Fixed reference counting | Dmitry Stogov | 2014-04-11 | 2 | -15/+24 |
|/ | |||||
* | Fixed support for references | Dmitry Stogov | 2014-04-11 | 2 | -3/+3 |
| | |||||
* | hmm, make it consistent | Xinchen Hui | 2014-04-11 | 1 | -0/+0 |
| | |||||
* | Fixed _php_mbstr_parse_mail_headers | Xinchen Hui | 2014-04-11 | 1 | -83/+41 |
| | |||||
* | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2 | Xinchen Hui | 2014-04-11 | 22 | -563/+673 |
|\ | |||||
| * | Close all files and resources before before destroying object storage, ↵ | Dmitry Stogov | 2014-04-11 | 2 | -1/+8 |
| | | | | | | | | because resources may point to objects. (THIS CHANGE MAY BE DANGEROUS) | ||||
| * | Introduced API to close all resources at once | Dmitry Stogov | 2014-04-11 | 2 | -58/+50 |
| | | |||||
| * | Fixed memory leak | Dmitry Stogov | 2014-04-10 | 2 | -346/+352 |
| | | |||||
| * | Fixed tests (added missing zend.multibyte=On) | Dmitry Stogov | 2014-04-10 | 3 | -0/+6 |
| | | |||||
| * | fixed serialize() | Dmitry Stogov | 2014-04-10 | 1 | -3/+12 |
| | | |||||
| * | Fixed suppor for multibyte encoding | Dmitry Stogov | 2014-04-10 | 2 | -362/+376 |
| | |