summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for yielding keysNikita Popov2012-05-301-1/+1
* Add support for $generator->send()Nikita Popov2012-05-291-1/+1
* Add zend_do_suspend_if_generator callsNikita Popov2012-05-191-0/+1
* Add flag for generator functionsNikita Popov2012-05-191-2/+4
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFun...Dmitry Stogov2011-11-081-0/+3
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-12/+12
* - Added zend_is_auto_global_quick functionFelipe Pena2011-07-101-0/+1
* - Changed zend_resolve_class_name() prototypeFelipe Pena2011-07-091-1/+1
* - Fix broken code in 64bitFelipe Pena2011-06-201-0/+4
* - Minor optimization (avoid to re-hash already computed var name hash)Felipe Pena2011-06-191-0/+1
* - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-121-0/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed naming of parameters, was inconsistent with implementation.Stefan Marr2010-12-191-1/+1
* Removed old commented function prototypes.Stefan Marr2010-12-011-2/+0
* C comments instead of C++ commentsDavid Soria Parra2010-11-301-2/+2
* - Improved memory usageDmitry Stogov2010-09-151-30/+49
* - use interned strings for auto globalsDmitry Stogov2010-07-081-3/+3
* - Fix ZTS buildFelipe Pena2010-07-061-1/+1
* eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-061-0/+7
* Used more sutable type. Reduced memory usage.Dmitry Stogov2010-07-011-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+7
* - Added scalar typehinting.Derick Rethans2010-05-201-1/+1
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-0/+27
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-2/+1
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-1/+1
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-43/+63
* restore $this support for closures to its former gloryStanislav Malyshev2010-04-191-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Make pass_two visible to extensions with ZEND_API (required for optimizer).Brian Shire2009-06-051-1/+1
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-1/+1
* Removed wrong warning messageDmitry Stogov2009-01-201-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Added support for namespaces with brackets. (Greg)Dmitry Stogov2008-11-251-1/+3
* Namespace resolution streamlining patchStanislav Malyshev2008-11-111-3/+1
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-1/+2
* MFH: - Updated unary_op_type typedef with TSRMLS_DCMatt Wilmas2008-08-291-2/+3
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-83/+83
* - Fix __halt_compiler() weirdness with zend-mulibyte enabledMoriyoshi Koizumi2008-07-281-1/+1
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-1/+0
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-0/+2
* Substitute persistent constants by their values at compile time. (Matt)Dmitry Stogov2008-07-251-0/+3
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-0/+2
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-1/+7
* - Removed direct executor recursion.Dmitry Stogov2008-06-111-2/+9
* Fixed bug #44952 (isset() does not checks correctly variable variable)Dmitry Stogov2008-05-121-0/+2
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-071-3/+4
* - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)Dmitry Stogov2008-05-051-1/+2
* Fix for segfault on 64bit platformFelipe Pena2008-03-291-2/+2
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+9