summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* improve namespace name hanflingStanislav Malyshev2003-04-011-1/+1
* fix get_declared_classes()Stanislav Malyshev2003-04-011-0/+3
* Add __NAMESPACE__ auto-constant.Stanislav Malyshev2003-04-012-0/+15
* make get_declared_classes() work with namespaces (based on Tal Peer's patch)Stanislav Malyshev2003-04-011-4/+34
* ChangeLog update2003-04-011-0/+22
* Multi-purpose patch:Andrei Zmievski2003-03-317-32/+111
* Use strncpy instead of sprintfStanislav Malyshev2003-03-311-1/+2
* ChangeLog update2003-03-311-0/+19
* Since zend_do_begin_class_member_function_call assumes the previousAndrei Zmievski2003-03-301-1/+1
* ZTS fix.Sebastian Bergmann2003-03-301-1/+1
* Try to report class name of the exceptionStanislav Malyshev2003-03-301-3/+9
* Fix namespace switchStanislav Malyshev2003-03-301-1/+1
* ChangeLog update2003-03-301-0/+19
* Add missing initializationZeev Suraski2003-03-291-0/+1
* Fix crashZeev Suraski2003-03-291-1/+1
* Initial support for enforcing prototype of abstract/interface method implemen...Zeev Suraski2003-03-293-12/+75
* remove unused variableSterling Hughes2003-03-291-2/+0
* ChangeLog update2003-03-281-0/+5
* fix fetch_class bugletStanislav Malyshev2003-03-271-1/+1
* ChangeLog update2003-03-271-0/+34
* Un-nest namespaces - now namespace X { namespace Y {} } is a parse errorStanislav Malyshev2003-03-262-7/+6
* Fixed bug #22900 (declaration of namespaces with same name results in leaks).Ilia Alshanetsky2003-03-261-1/+2
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-269-20/+18
* Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_add...Sebastian Bergmann2003-03-264-12/+9
* ChangeLog update2003-03-261-0/+7
* - Temporarily fix problem with inheriting from an internal class. This mightAndi Gutmans2003-03-251-0/+1
* ChangeLog update2003-03-251-0/+6
* MFHZE2Ilia Alshanetsky2003-03-241-1/+5
* Fix {include|require}_once error message - if openStanislav Malyshev2003-03-241-2/+2
* ChangeLog update2003-03-241-0/+40
* - Fix win32 buildAndi Gutmans2003-03-231-1/+1
* resore namespace on shutdown - since some functions useStanislav Malyshev2003-03-231-0/+5
* ZTS fix.Sebastian Bergmann2003-03-232-2/+2
* Another fix for implicit public, perhaps it was not such a good idea :IZeev Suraski2003-03-231-0/+7
* Add new files to ZendTS.dsp. Sync list of files in Zend.dsp with ZendTS.dsp. ...Sebastian Bergmann2003-03-234-36/+120
* DEFAULT_CLASSES_H not DEFAULT_INTERFACES_HSterling Hughes2003-03-232-4/+4
* add a standard Exception class.Sterling Hughes2003-03-236-1/+349
* ChangeLog update2003-03-231-0/+8
* export functions needed by cliShane Caraveo2003-03-221-2/+2
* fix crash in win32 debug buildShane Caraveo2003-03-221-0/+2
* ChangeLog update2003-03-211-0/+5
* Add stdlib.h too - it is needed fot strto{ld}Stanislav Malyshev2003-03-201-0/+1
* ChangeLog update2003-03-201-0/+15
* - Keep track of starting/ending line numbers for user functions.Andrei Zmievski2003-03-196-4/+35
* Lowercase the function name when used as key in the function name. TheAndrei Zmievski2003-03-191-1/+9
* ChangeLog update2003-03-191-0/+14
* - Fix situation where a derived class declares a public (or implicit public)Zeev Suraski2003-03-182-11/+30
* * email address changeStig Bakken2003-03-181-1/+1
* ChangeLog update2003-03-181-0/+11
* MFZE1Stanislav Malyshev2003-03-171-0/+1