summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Change get_class() so that it returns qualified names for namespacedStanislav Malyshev2003-04-211-0/+23
* Rename zend_register_internal_class_in_ns() to a better, less filling,Andrei Zmievski2003-04-081-1/+1
* Fix namespace issuesStanislav Malyshev2003-04-041-5/+9
* Patch from Timm Friede for when EG(active_namespace) is NULL initially.Andrei Zmievski2003-04-031-3/+7
* Initialize all relevant zend_class_entry fields to avoid accidentalAndrei Zmievski2003-04-031-1/+0
* - Add zend_register_internal_namespace() API function.Andrei Zmievski2003-04-021-1/+53
* Initial support for enforcing prototype of abstract/interface method implemen...Zeev Suraski2003-03-291-0/+1
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-7/+6
* Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_add...Sebastian Bergmann2003-03-261-2/+2
* Lowercase the function name when used as key in the function name. TheAndrei Zmievski2003-03-191-1/+9
* Fix warning in va_start().Andrei Zmievski2003-03-131-1/+1
* Initialize the namespace when registering functions.Andrei Zmievski2003-03-121-0/+1
* add missing strtolowerHarald Radi2003-03-031-0/+2
* commiting zend_disable_class patch for George:Harald Radi2003-03-031-0/+28
* ZTS fixesSebastian Bergmann2003-02-161-1/+1
* Removed zend_get_module(), this function is not used by anything and moreIlia Alshanetsky2003-02-121-11/+0
* Centralize class initializationZeev Suraski2003-02-101-12/+2
* Add missing destructorsZeev Suraski2003-02-101-1/+1
* fixed zend_parse_method_paramGeorg Richter2003-02-081-30/+17
* Rework static class properties - now supports access restrictionsZeev Suraski2003-02-051-1/+1
* Reimplement PPP propertiesZeev Suraski2003-02-041-2/+1
* extend the parameter parsing API by two functionsHarald Radi2003-02-021-0/+85
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
* Replace snprintf() call using zend_error's capabilitiesSascha Schumann2003-01-261-4/+1
* fix memory leaks and key sizeStanislav Malyshev2003-01-141-8/+15
* Make add_property_ functions work via write_property handlerStanislav Malyshev2003-01-141-24/+45
* Automatically register constructor, destructor, and clone function whenAndrei Zmievski2003-01-101-2/+23
* Win32 build fixZeev Suraski2003-01-011-1/+10
* Fix Wez's problemZeev Suraski2003-01-011-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Implement public/protected/private methods.Zeev Suraski2002-12-061-0/+1
* h WHitespaceAndi Gutmans2002-11-301-1/+1
* - Commit Marcus' cleanup of abstract and static inheritance and improveAndi Gutmans2002-11-231-6/+6
* - Initialize all functions to non-static (patch by Marcus BörgerDerick Rethans2002-11-221-0/+1
* MFZE1 zend_str_tolower issue.Ilia Alshanetsky2002-10-091-4/+4
* MFZE1Ilia Alshanetsky2002-09-261-4/+4
* MFZE1Andrei Zmievski2002-09-161-1/+1
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-1/+1
* - Commit patch to support protected member variables (by Timm Friebe w/Andi Gutmans2002-07-151-0/+1
* - Centralize global class fetchAndi Gutmans2002-06-261-1/+1
* Make OBJCE return zend_class_entry*, also some cleanupsStanislav Malyshev2002-04-301-14/+6
* MFZE1 saschas 'Avoid exceeding buffer limits' patchHarald Radi2002-04-241-1/+2
* some type cleanup workHarald Radi2002-04-231-3/+3
* added get_class_entry callback handler to theHarald Radi2002-04-221-6/+21
* - Another couple of indirection fixes.Andi Gutmans2002-03-121-6/+2
* Fix standard object creationStanislav Malyshev2002-03-121-1/+1
* - make class tables contain class_entry *, not class_entryStanislav Malyshev2002-03-121-10/+17
* MFZE1Andrei Zmievski2002-03-011-1/+4
* MFZE1Andrei Zmievski2002-03-011-1/+1
* - Fix bug in nested try/catch'sAndi Gutmans2002-03-011-0/+1