summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-241-17/+1
* Use pemalloc()Zeev Suraski2003-08-241-1/+1
* Internal classes can now have default properties.Marcus Boerger2003-08-231-12/+40
* - Flag ctor/dtor methodsMarcus Boerger2003-08-231-0/+7
* wsZeev Suraski2003-08-181-1/+1
* Implement a TBD: JMP to the end of foreachMarcus Boerger2003-08-171-1/+1
* WSMarcus Boerger2003-08-171-12/+12
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-0/+52
* Bugfix #24637 __destruct not calledMarcus Boerger2003-08-101-0/+3
* Fix segfault when a referenced parameter is specified with typehint.Moriyoshi Koizumi2003-08-091-1/+1
* fix leaks: bug #24831Stanislav Malyshev2003-08-041-0/+3
* Simplify code using XORZeev Suraski2003-08-041-9/+6
* Fix test and add missing initializationMarcus Boerger2003-08-031-1/+10
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-79/+25
* Generalize fetch_classZeev Suraski2003-08-031-12/+27
* Finish the array overloading patchZeev Suraski2003-07-311-0/+5
* Get rid of an opcodeZeev Suraski2003-07-301-2/+4
* Support overloading of $foo["bar"] += "baz"Zeev Suraski2003-07-301-14/+25
* Improve array overloading - support unset($foo["bar"])Zeev Suraski2003-07-301-1/+3
* fix compareStanislav Malyshev2003-07-271-1/+1
* use zend_binary_strncasecmpStanislav Malyshev2003-07-271-1/+1
* make clone and throw coexist peacefullyStanislav Malyshev2003-07-271-0/+1
* fix leaks with class constants (bug #24699)Stanislav Malyshev2003-07-271-0/+2
* make __clone call case insensitive, just as other calls areStanislav Malyshev2003-07-271-1/+1
* Fix another HANDLE_NUMERIC bug. Looks like you opened Pandora's box, Sterlin...Zeev Suraski2003-07-241-1/+1
* Remove useless codeZeev Suraski2003-07-241-1/+1
* Support references in foreach()Zeev Suraski2003-07-241-2/+20
* Remove namespace leftoversStanislav Malyshev2003-07-231-57/+0
* Fix bug in the verification of interface-function implementationZeev Suraski2003-07-161-1/+16
* More cleanup for assign-op handling of objectsZeev Suraski2003-07-161-37/+2
* Rework zend_do_declare_property and related code into one code baseZeev Suraski2003-07-071-49/+2
* Initial support for overloading of array syntax for objects (very initial)Zeev Suraski2003-07-071-0/+9
* Allow final private methodsMarcus Boerger2003-07-031-3/+0
* enable Classname() constructor to be called via parent::__constructor()Stanislav Malyshev2003-07-031-2/+9
* - Nuke CG(in_clone_method)Andi Gutmans2003-07-021-4/+0
* nuke "main" as a reserved keywordSterling Hughes2003-06-301-2/+1
* - ZE coding style requires if ( instead of if(Andi Gutmans2003-06-301-2/+2
* Add final classesMarcus Boerger2003-06-211-0/+3
* Fix bug #23384 - static class::constant constants should nowStanislav Malyshev2003-06-151-0/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* Fix bogus implicit declarations of properties (squash bug #23671)Zeev Suraski2003-06-091-9/+35
* Nicer handling of protected/private members in print_r()Zeev Suraski2003-06-081-0/+13
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-179/+3
* revert the function call caching patch until a new solution is decidedSterling Hughes2003-05-311-2/+0
* Fix ~ operator in class constants.Marcus Boerger2003-05-291-1/+4
* Faster interface inheritance & faster inheritance checksMarcus Boerger2003-05-291-8/+31