summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MFH:Felipe Pena2008-03-251-1/+2
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-0/+28
* - Fix buildMarcus Boerger2008-03-161-1/+0
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-8/+0
* Fixed bug #44414 (Incomplete reporting about abstract methods)Dmitry Stogov2008-03-121-0/+4
* [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__)Stanislav Malyshev2008-02-121-0/+1
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Allowed import of global classes "use ::GlobalClassName;"Dmitry Stogov2007-12-131-1/+1
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-0/+1
* - MFH Improved version of ternary shortcut (Marcus)Johannes Schlüter2007-11-211-0/+3
* Added support for "namespace::" prefix that is resolved to current namespace ...Dmitry Stogov2007-11-201-1/+1