summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed cleanup on request shutdownDmitry Stogov2014-03-181-6/+10
* Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*Dmitry Stogov2014-03-171-11/+13
* Fixed passing arguments by reference from internal functionsDmitry Stogov2014-03-111-1/+6
* Review endedXinchen Hui2014-03-111-15/+6
* An demo(for review) to show how to fix the problem(symbol table resize)Xinchen Hui2014-03-101-6/+15
* Revert "An demo(for review) to show how to fix the problem we meet"Xinchen Hui2014-03-101-3/+4
* An demo(for review) to show how to fix the problem we meetXinchen Hui2014-03-101-4/+3
* Fixed memleak while sending IS_REFERENCEXinchen Hui2014-03-091-1/+3
* Fixed refcountingDmitry Stogov2014-03-071-1/+1
* Internal functions may return (e.g. on wrong arguments) keeping the original ...Dmitry Stogov2014-03-061-1/+1
* Fixed passing reference by value in call_user_func()Dmitry Stogov2014-03-061-1/+1
* Fixed support for undefined constants in RECV_INITDmitry Stogov2014-03-061-4/+3
* Fixed by reference parameter passing from internal functionsDmitry Stogov2014-03-051-23/+22
* Handle interned strings as non-refcounted scalarsDmitry Stogov2014-03-051-2/+2
* Fixied calling object closures from internal functionsDmitry Stogov2014-03-051-8/+4
* Fixed constant expressions in array indeces handlingDmitry Stogov2014-02-271-2/+5
* Various fixes related to read_property(), read_dimension() and iterators refa...Dmitry Stogov2014-02-271-1/+1
* Fixed refcountingDmitry Stogov2014-02-261-1/+1
* Fixed memory leakDmitry Stogov2014-02-251-0/+1
* Changes zend_is_callable() to use zend_string* instead of char*Dmitry Stogov2014-02-251-5/+5
* Fixed NULL pointer dereferenceXinchen Hui2014-02-251-2/+2
* Fixed create_function()Dmitry Stogov2014-02-241-3/+1
* More constant related fixesDmitry Stogov2014-02-241-3/+3
* Merge branch 'refactoring2' of github.com:zend-dev/php into refactoring2Dmitry Stogov2014-02-241-2/+2
|\
| * Fixed invalid write in vsprintf testsXinchen Hui2014-02-241-2/+2
* | fixed support for constant expressionsDmitry Stogov2014-02-241-32/+38
|/
* Fixed zend_rebuild_symbol_table() using IS_INDIRECTDmitry Stogov2014-02-241-2/+2
* Fixed error messagesDmitry Stogov2014-02-211-1/+1
* Fixed assertionsDmitry Stogov2014-02-211-1/+3
* Fixed missed REFCOUNTED checkingXinchen Hui2014-02-211-21/+23
* Use better data structures (incomplete)Dmitry Stogov2014-02-191-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-191-5/+5
* Use better data structures (incomplete)Dmitry Stogov2014-02-191-1/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-181-8/+9
* Use better data structures (incomplete; able to run bench.php)Dmitry Stogov2014-02-181-3/+3
* Use better data structures (incomplete)Dmitry Stogov2014-02-181-4/+9
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-11/+12
* Use better data structures (incomplete)Dmitry Stogov2014-02-141-41/+31
* Use better data structures (incomplete)Dmitry Stogov2014-02-141-2/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-121-4/+5
* Use better data structures (incomplete) - refactored return_value handlingDmitry Stogov2014-02-121-25/+17
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-337/+278
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-2/+2
|/
* Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: refe...Dmitry Stogov2013-12-101-2/+2
* Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-291-0/+8
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-11-291-0/+8
| |\
| | * Added validation of class names in the autoload processDmitry Stogov2013-11-291-0/+8
* | | Constant expressions refactoringDmitry Stogov2013-11-061-173/+168