summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Switch from ZEND_ACC_DYNAMIC to ZEND_ACC_ALLOW_STATIC and disallow callingMarcus Boerger2004-01-241-3/+5
* Simplify detection of methods that must be called dynamic (with object)Marcus Boerger2004-01-231-3/+3
* Disallow static declaration of cloneMarcus Boerger2004-01-231-0/+6
* Nuke compile warning by using the LANG_SCNG macro insteadfoobar2004-01-171-1/+1
* Don't allow interfaces to implement anythingZeev Suraski2004-01-141-0/+4
* - Return the PHP 4 behavior of not allowing class declerations withinAndi Gutmans2004-01-121-0/+5
* TSRMLS fixWez Furlong2004-01-111-1/+1
* - This should fix the problem of conditional function decleration on theAndi Gutmans2004-01-111-10/+10
* Bug #25816 - disallow arrays in class constantsStanislav Malyshev2004-01-091-0/+4
* Fix Bug #26077 - memory leak when new() result is not assignedStanislav Malyshev2004-01-091-0/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-3/+3
* Fix order of class_entry member initialization (needed for example for DOM)Marcus Boerger2003-12-281-7/+6
* Preserve class name casing.Marcus Boerger2003-12-221-6/+10
* Dynamic function call from object's property was fixedDmitry Stogov2003-12-171-3/+10
* export class initialization functionStanislav Malyshev2003-12-161-1/+1
* Fix behavior of return-by-reference functions. Remove erroneous warnings,Zeev Suraski2003-12-141-5/+10
* This test is against interfaces not abstract classes.Marcus Boerger2003-12-061-1/+1
* - Remove two unneeded convert_to_string() (found by Marcus)Andi Gutmans2003-12-051-3/+1
* - Fix for bug #26182Andi Gutmans2003-12-021-0/+5
* Revert accidential commit until decisionMarcus Boerger2003-11-291-1/+0
* Make exception code more robust:Marcus Boerger2003-11-291-0/+1
* - Fix __autoload() to preserve class case.Andi Gutmans2003-11-241-8/+2
* Backpatch the correct opcode for list(), property overloading needs moreMarcus Boerger2003-11-181-1/+10
* - Make sure internal clasess are mallocedAndi Gutmans2003-11-131-3/+5
* Split isset/isempty for object property and object dimension hooking.Marcus Boerger2003-11-101-1/+3
* Add missing initialization.Marcus Boerger2003-11-071-0/+1
* make CATCH opcode use "class" T like other opcodes do - via IS_CONSTStanislav Malyshev2003-10-301-1/+1
* fix crash in do_implement_interface when compilingShane Caraveo2003-10-281-0/+2
* Expand Interface C API.Marcus Boerger2003-10-221-12/+40
* Fix class/iterator relationship & handlingMarcus Boerger2003-10-181-0/+6
* Allow foo::$bar()Zeev Suraski2003-10-091-11/+19
* Remove redundant '\n'Moriyoshi Koizumi2003-09-301-1/+1
* Show name of missing function as typedMarcus Boerger2003-09-171-2/+6
* Go with studlyCaps in error messages/backtrace/reflection outputMarcus Boerger2003-09-171-11/+15
* Fix property inheritance where a derived class inherits a public propertyMarcus Boerger2003-09-081-8/+10
* Partly revert and reintroduce hash table entries for the ctor.Marcus Boerger2003-09-031-3/+19
* Nuke unused variable, tooMarcus Boerger2003-09-031-2/+0
* - Inheritance applies to __clone() too.Marcus Boerger2003-09-031-18/+10
* Cannot turn a static property into a non static one and vice versaMarcus Boerger2003-09-031-0/+6
* Fix handling of static properties initialized to arraysMarcus Boerger2003-09-031-1/+1
* Add missing error messages when violating static property inheritance rules.Marcus Boerger2003-09-031-0/+10
* Fix static properties.Marcus Boerger2003-09-031-3/+14
* Allow redeclareing a protected property as public.Marcus Boerger2003-09-031-0/+11
* Revert bogus patchZeev Suraski2003-09-031-3/+3
* Fix error messagesMarcus Boerger2003-09-021-3/+3
* Fix error levelMarcus Boerger2003-09-021-3/+3
* Currently we cannot support static ctor/dtorMarcus Boerger2003-09-021-0/+6
* Fix a problem in implicit public properties and inheritanceZeev Suraski2003-08-291-2/+3
* Add format attribute to a number of functionsSascha Schumann2003-08-281-2/+1