summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-2/+2
* Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-3/+1
* Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-0/+7
* Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*Dmitry Stogov2014-03-171-2/+2
* IS_REFERENCE is unfrequentXinchen Hui2014-03-071-9/+12
* Passing symbol_table into user error handlersDmitry Stogov2014-03-041-7/+2
* Fixed ASSIGN_OBJ with IS_TMP and IS_CONST operandDmitry Stogov2014-02-271-0/+3
* Generator related fixesDmitry Stogov2014-02-261-2/+4
* Fixed refcountingDmitry Stogov2014-02-261-1/+1
* Fixed user error handler invocation (temporary disabled symbol table passing)Dmitry Stogov2014-02-251-3/+13
* Fixed converting IS_REFERENCE to stringDmitry Stogov2014-02-251-0/+8
* Fixed wrong array to string convertionXinchen Hui2014-02-241-1/+1
* Wrong string destructionDmitry Stogov2014-02-211-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-4/+25
* Use better data structures (incomplete)Dmitry Stogov2014-02-141-14/+3
* Use better data structures (incomplete) - refactored return_value handlingDmitry Stogov2014-02-121-5/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-130/+105
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-2/+2
|\
| * Bump yearXinchen Hui2014-01-031-2/+2
* | Merge branch 'PHP-5.6'Anatol Belski2013-12-231-4/+0
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2013-12-231-4/+0
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-12-231-4/+0
| | |\
| | | * removed outdated IsDebuggerPresent declarationAnatol Belski2013-12-231-4/+0
| * | | export more Zend APIkrakjoe2013-11-201-2/+2
* | | | Eliminate the TSRMLS_FETCH() calls in the ticks functions and hookKalle Sommer Nielsen2013-12-181-1/+1
* | | | export more Zend APIkrakjoe2013-11-171-2/+2
|/ / /
* | | limit virtual_cwd_activate() duplicated call to ZTS onlyAnatol Belski2013-11-021-0/+2
* | | reverted the previous commit, both calls are needed in TS modeAnatol Belski2013-11-011-0/+1
* | | virtual_cwd_activate() should be called only in one placeAnatol Belski2013-11-011-1/+0
* | | applied and fixed the original patchAnatol Belski2013-10-171-0/+12
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2013-09-291-1/+3
|\ \ | |/
| * Fix bug #65322: compile time errors won't trigger auto loadingNikita Popov2013-09-291-1/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-181-2/+4
|\ \ | |/
| * Fix bug #65470 Segmentation fault in zend_error() with --enable-dtraceStanislav Malyshev2013-08-181-2/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-08-141-1/+1
|\ \ | |/
| * Fixed #65431 (Discarded qualifiers from pointer target warnings when using --...Xinchen Hui2013-08-141-1/+1
* | Fixed bug #63980 (object members get trimmed by zero bytes)Xinchen Hui2013-01-141-2/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-01-011-1/+7
|\ \ | |/
| * Bug #43177: If an eval() has a parse error, the overall exit status and retur...Stanislav Malyshev2013-01-011-1/+7
| * Happy New YearXinchen Hui2013-01-011-2/+2
* | Happy New YearXinchen Hui2013-01-011-2/+2
* | . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-2/+2
|/
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-061-0/+23
|\
| * - Fixed bug #61767 (Shutdown functions not called in certain error situation)Dmitry Stogov2012-09-061-0/+23
| * - Year++Felipe Pena2012-01-011-2/+2
| * Use snprintf and strncat to make the static analyzers happyPierrick Charron2011-08-081-3/+3
| * Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)Dmitry Stogov2011-08-021-0/+41
| * - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-071-0/+1
| * - Year++Felipe Pena2011-01-011-2/+2
* | Fixed bug #62328 (implementing __toString and a cast to string fails)Xinchen Hui2012-08-121-6/+3