summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* 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-24/+6
* 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
* - WSPierre Joye2011-09-061-1/+1
* 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
* Fixed Bug #55372 Incorrect handling of literals led to memory corruption.Stefan Marr2011-08-151-24/+48
* Addendum for patch to bug #55214: Class name was freed before method literal ...Stefan Marr2011-08-151-2/+2
* Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ...Stefan Marr2011-07-311-32/+65
* - Fixed bug #55326 (Trait method copying misindentifies serialization callbacks)Felipe Pena2011-07-311-2/+0
* Fixed incorrect initialization when copied op_array.vars was NULL (TRAITS)Stefan Marr2011-07-231-9/+14
* Fixed bug in the handling of conflicting property initializers for traits.Stefan Marr2011-07-231-6/+8
* Fixed bug #55150 (php -a segfaults)Dmitry Stogov2011-07-111-0/+9
* - Added zend_is_auto_global_quick functionFelipe Pena2011-07-101-5/+12
* - Minor optimization taking the computed hash of interned stringsFelipe Pena2011-07-101-2/+18
* - Changed zend_resolve_class_name() prototypeFelipe Pena2011-07-091-18/+11