summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* T_IMPORT -> T_USEDmitry Stogov2007-11-071-1/+1
* Fixed variations of bug #35163Dmitry Stogov2007-10-231-1/+2
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to load...Dmitry Stogov2007-10-031-0/+2
* Added support for __callstatic() magic method. (Sara)Dmitry Stogov2007-09-291-0/+1
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-2/+2
* NamespacesDmitry Stogov2007-09-281-4/+12
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-181-3/+0
* Addres limitation of __HALT_COMPILER() that allowed only one instanceIlia Alshanetsky2007-04-041-0/+1
* Fixed bug #40236 (php -a function allocation eats memory)Dmitry Stogov2007-02-151-3/+6
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-3/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38808 ("maybe ref" issue for current() and others)Dmitry Stogov2006-09-261-34/+16
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-191-0/+1
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-2/+1
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-0/+1
* - MFH: Fix bug #37212 (Access to protected property of common base class)Marcus Boerger2006-05-271-1/+2
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-0/+3
* - MFH as discussedMarcus Boerger2006-05-091-6/+8
* Optimized cleanup loops on request shutdownDmitry Stogov2006-03-131-0/+1
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-0/+3