summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed ZTS buildFelipe Pena2010-12-101-1/+1
* MFH: Fix indirect reference of $thisScott MacVicar2010-12-101-0/+4
* Fixed covariance of return-by-ref constraintsEtienne Kneuss2010-11-031-1/+4
* - Improved fix for bug #52573Felipe Pena2010-08-181-1/+2
* separate properties of internal classes in ZTS mode fully,Sascha Schumann2010-08-121-19/+2
* In ZTS mode default properties and constants of internal classes can't be mod...Dmitry Stogov2010-08-111-2/+22
* - Reverted fix for bug #51421Felipe Pena2010-06-281-6/+2
* - Fixed bug #51421 (Abstract __construct constructor argument list not enforced)Felipe Pena2010-06-261-3/+10
* - Fixed bug #52160 (Invalid E_STRICT redefined constructor error)Felipe Pena2010-06-261-3/+1
* change namespaced ctors - only __construct would workStanislav Malyshev2010-04-041-15/+6
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - 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