summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* initialize op1Stanislav Malyshev2008-12-151-0/+1
* cleanup from ::->\ changeStanislav Malyshev2008-11-261-2/+4
* Added support for namespaces with brackets. (Greg)Dmitry Stogov2008-11-251-16/+68
* MFH: Fixed bug #46649 (Setting array element with that same array producesArnaud Le Blanc2008-11-231-0/+1
* fix potential crash in zend_do_assign due to opcodes reallocStanislav Malyshev2008-11-121-2/+9
* fix crash - using old opline after reallocStanislav Malyshev2008-11-121-3/+6
* Removed unused varsIlia Alshanetsky2008-11-121-2/+0
* Namespace resolution streamlining patchStanislav Malyshev2008-11-111-172/+70
* - Fixed bug #46546 (Segmentation fault when using declare statement with non-...Felipe Pena2008-11-111-1/+2
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-147/+284
* MFH: Use a better function name for closure related errors and debug_backtrace()Johannes Schlüter2008-11-031-2/+2
* Imporoved compile-time constant substitution (Matt)Dmitry Stogov2008-08-291-10/+9
* MFH:Etienne Kneuss2008-08-241-0/+8
* - MFH: Removed unused argumentsFelipe Pena2008-08-221-1/+1
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-94/+94
* - No C++ comments in C files!Jani Taskinen2008-08-031-1/+1
* Fixed constant substitution in constant expression contextDmitry Stogov2008-07-311-9/+8
* Fixed constant substitution (Matt)Dmitry Stogov2008-07-281-5/+3
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-42/+18
* Substitute persistent constants by their values at compile time. (Matt)Dmitry Stogov2008-07-251-1/+10
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-5/+7
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-3/+3
* Fixed bug #45178 (memory corruption on assignment result of "new" by reference)Dmitry Stogov2008-07-241-0/+2
* - Deprecate ticksFelipe Pena2008-07-171-0/+2
* Fixed is_callable() to support closures and return appropriate function nameDmitry Stogov2008-07-141-1/+1
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-3/+57
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-0/+72
* Allowed to override internal classaes with "use"Dmitry Stogov2008-06-201-1/+4
* - Improved warning message to call-time pass-by-reference when used with inte...Felipe Pena2008-06-151-8/+13
* - Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods)Felipe Pena2008-06-101-14/+14
* - Fixed bug #45089 (__callStatic $name case sensitivity)Felipe Pena2008-06-031-4/+1
* - MFH: Fixed bug #44769 (declaring private magic methods should throw error)Felipe Pena2008-06-031-1/+52
* Fixed bug #44952 (isset() does not checks correctly variable variable)Dmitry Stogov2008-05-121-1/+4
* Use IS_CV for dirrent access to $this variableDmitry Stogov2008-05-071-37/+77
* - Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)Dmitry Stogov2008-05-051-4/+13
* Support for old-style constructors in namespacesDmitry Stogov2008-05-051-7/+15
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-10/+6
* fix heredoc+nowdocNuno Lopes2008-04-101-2/+0
* Bug #44653 (Invalid namespace name resolution)Dmitry Stogov2008-04-091-10/+3
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+111
* Removed unused variableIlia Alshanetsky2008-03-251-2/+0
* MFH:Felipe Pena2008-03-251-18/+9
* - SimplifyMarcus Boerger2008-03-211-2/+1
* Removed hack (we don't need to modify class name).Dmitry Stogov2008-03-181-8/+4
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-59/+60
* MFH: fix #39127 (Old-style constructor fallbacks produce strange results)Antony Dovgal2008-03-171-2/+3
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-51/+12
* Code simplificationDmitry Stogov2008-03-121-14/+1
* Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single ZEND_ADD_INTERFAC...Dmitry Stogov2008-03-121-16/+6