summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #50464 (declare encoding doesn't work with)Felipe Pena2009-12-131-1/+1
* - Fixed bug #49472 (Constants defined in Interfaces can be overridden)Felipe Pena2009-12-031-3/+16
* - Added CG(encoding_declared) initializationFelipe Pena2009-11-161-0/+1
* - Fixed bug #50174 (Incorrectly matched docComment)Felipe Pena2009-11-141-0/+6
* - don't hide previous declarationPierre Joye2009-09-051-10/+10
* Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)Dmitry Stogov2009-09-031-1/+1
* - MFH: Cosmetic changesFelipe Pena2009-07-271-293/+345
* MFH: Changed error messages to use "cannot" instead of "can not" (meaning "al...Matt Wilmas2009-06-071-12/+12
* MFH:Matt Wilmas2009-06-041-3/+1
* MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug #46701Brian Shire2009-04-221-1/+3
* MFH: Fixed bug#47981 (error handler not called regardless)Hannes Magnusson2009-04-161-1/+1
* Removed deprecated code and fixed function name in error messageDmitry Stogov2009-04-081-32/+10
* Removed deprecation warning for ticksArnaud Le Blanc2009-03-271-2/+0
* Clenaup deprecated namespace codeDmitry Stogov2009-03-101-46/+0
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-4/+1
* Removed wrong warning messageDmitry Stogov2009-01-201-1/+1
* Fixed bug #47165 (Possible memory corruption when passing return value by ref...Dmitry Stogov2009-01-201-2/+11
* Fixed bug #46755 (warning: use statement with non-compound name)Dmitry Stogov2009-01-141-1/+1
* MFH: use correct check for constants and stop segfaultingAntony Dovgal2009-01-081-1/+1
* 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