summaryrefslogtreecommitdiff
path: root/Zend/zend_ast.c
Commit message (Expand)AuthorAgeFilesLines
* Re-applyed Bob's patch with minor fixesDmitry Stogov2014-05-071-1/+69
* Reverted Bob's patch (it breaks many tests when run with opcache and needs to...Dmitry Stogov2014-05-071-37/+1
* Fix ZTS buildNikita Popov2014-05-061-1/+1
* Re-added fix for bug #66015 and adapted for phpng branchBob Weinand2014-05-061-1/+37
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-18/+16
|\
| * Merge branch 'PHP-5.6'Bob Weinand2014-04-111-0/+2
| |\
| | * Fixed tests for recent constant array changesBob Weinand2014-04-111-0/+2
| * | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-1/+1
| |\ \ | | |/
| | * Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-1/+1
| * | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-0/+12
| |\ \ | | |/
| | * Fixed disallowal of array usage in constants at run-timeBob Weinand2014-04-111-0/+12
| * | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-18/+45
| |\ \ | | |/
| | * Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-18/+45
| * | Merge branch 'PHP-5.6'Bob Weinand2014-03-071-0/+7
| |\ \ | | |/
| | * Allow T_POW in constant expressionsTjerk Meesters2014-03-071-0/+7
* | | Optimized constant lookupDmitry Stogov2014-04-251-1/+1
* | | Constant duplication optimizationDmitry Stogov2014-04-041-2/+2
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-2/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-9/+7
|/ /
* | 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-5/+5
|/
* Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: refe...Dmitry Stogov2013-12-101-49/+49
* Moved arrays again to "static_scalar:" & little cleanupBob Weinand2013-11-071-87/+87
* RenamingDmitry Stogov2013-11-071-9/+9
* Constant expressions refactoringDmitry Stogov2013-11-061-80/+279
* converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-46/+33
* Fixed mem leaks, added tests and ternary operatorBob Weinand2013-10-311-23/+38
* Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-0/+128