summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* typoStanislav Malyshev2012-06-081-1/+1
* Use emalloc instead of mallocXinchen Hui2012-05-211-7/+7
* Fixed bug #61998 (Using traits with method aliases appears to result in crash...Dmitry Stogov2012-05-211-2/+3
* Fixed bug #61761 ('Overriding' a private static method with a different signa...Xinchen Hui2012-04-181-2/+2
* Fixed Bug #61052 (Missing error check in trait 'insteadof' clause)Stefan Marr2012-03-041-1/+16
* Fixed Bug #60911 (Confusing error message when extending traits)Stefan Marr2012-03-041-1/+1
* Fixed Bug #60717 (Order of traits in use statement can cause a fatal error)Stefan Marr2012-03-041-13/+23
* MFH: Fixed bug #60573 (type hinting with "self" keyword causes weird errors)Xinchen Hui2012-03-021-24/+63
* Fixed Bug #60809 (TRAITS - PHPDoc Comment Style Bug)Dmitry Stogov2012-01-201-64/+55
* Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-139/+7
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax)Dmitry Stogov2011-12-281-1/+2
* Fix #60613 (Segmentation fault with $cls->{expr}() syntax)Xinchen Hui2011-12-281-4/+5
* Fix bug #60611 (Segmentation fault with Cls::{expr}() syntax)Xinchen Hui2011-12-271-3/+8
* Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-191-0/+55
* Codes standard & Remove useless empty linesXinchen Hui2011-12-191-41/+23
* Fixed inconsistent and broken handling of private properties in traits.Stefan Marr2011-12-171-30/+35
* Coding standardPierrick Charron2011-12-061-1/+1
* Fix typoXinchen Hui2011-12-051-1/+1
* Fixed bug #60444 (Segmentation fault with include & class extending)Dmitry Stogov2011-12-051-5/+5
* Fixed Bug #60369 Crash with static property in traitStefan Marr2011-11-231-2/+3
* - Fixed bug #43200 (Interface implementation / inheritence not possible in ab...Felipe Pena2011-11-191-1/+2
* - CSFelipe Pena2011-11-181-18/+21
* Fixes Bug #54441 (Handling of changing modifiers on a trait alias)Stefan Marr2011-11-181-5/+38
* - Fix buildFelipe Pena2011-11-171-1/+1
* Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exceptio...Stefan Marr2011-11-171-1/+68
* - Fixed bug #60099 (__halt_compiler() works in braced namespaces)Felipe Pena2011-11-161-0/+5
* Fixed inconsistent whitespace.Stefan Marr2011-11-051-33/+33
* Fixed Bug #60217 (Requiring the same method from different traits)Stefan Marr2011-11-051-19/+32
* use jmp_addr only when it's initializedAntony Dovgal2011-11-031-6/+20
* fix folding, ws and csAntony Dovgal2011-11-021-3/+6
* initialize variable and fix segfaulting testsAntony Dovgal2011-11-021-1/+1
* Fixed Bug #60153 (Interface method prototypes not enforced when implementd vi...Stefan Marr2011-11-011-8/+17
* Added missing consistency check for abstract methods required by one trait an...Stefan Marr2011-11-011-0/+6
* Fixed Bug #60145 (Usage of trait's use statement inside interfaces not proper...Stefan Marr2011-11-011-0/+6
* Fixed bug #60174 (Notice when array in method prototype error)Xinchen Hui2011-10-311-1/+4
* Improved ternary operator performance when returning arraysArnaud Le Blanc2011-10-181-8/+41
* Bug #55754 - Only variables should be passed by reference for ZEND_SEND_PREFE...Stanislav Malyshev2011-10-161-1/+1
* Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC]Stefan Marr2011-10-091-19/+34
* Use ZEND_ constants instead of plain strings for names of magic methods.Stefan Marr2011-10-081-10/+10
* Remove unecessary codesXinchen Hui2011-10-071-11/+3
* Fixed bug #55825, and add test scriptXinchen Hui2011-10-031-1/+2
* Improve the warning message of incompatible arguments. (#55719)Xinchen Hui2011-09-231-3/+168
* - Fixed compiler warnings (patch by Kalle Sommer Nielsen)Derick Rethans2011-09-131-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-21/+23
* Fixed bug #55524 Traits should not be able to extend a classStefan Marr2011-08-291-1/+6
* Improve errormessage on wrong use statementsHannes Magnusson2011-08-161-0/+3
* Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-20/+31
* Bug #55424 Fatal error when calling a method from a trait that is defined in ...Stefan Marr2011-08-151-4/+7
* Fixed Bug #55355: Inheritance chain was not regarded when checking whether th...Stefan Marr2011-08-151-0/+8