summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-1079-79/+79
* ChangeLog update2003-06-101-0/+33
* Fix for Bug #23951Wez Furlong2003-06-091-5/+12
* remove NS leftoverStanislav Malyshev2003-06-091-5/+1
* Fix bogus implicit declarations of properties (squash bug #23671)Zeev Suraski2003-06-093-10/+37
* Support 'self' and 'parent' in call_user_func()Stanislav Malyshev2003-06-092-3/+16
* Fix indirect reference calls to bogus function namesZeev Suraski2003-06-091-0/+8
* ChangeLog update2003-06-091-0/+17
* wsfoobar2003-06-091-8/+8
* Fix casing issues in access level checksZeev Suraski2003-06-081-2/+2
* Nicer handling of protected/private members in print_r()Zeev Suraski2003-06-083-4/+32
* Fix handling of object property assignments in switch expressionsZeev Suraski2003-06-081-5/+4
* Fix set_error_handler()Zeev Suraski2003-06-081-11/+5
* ChangeLog update2003-06-071-0/+5
* mfb #24025 fixSascha Schumann2003-06-061-1/+3
* ChangeLog update2003-06-051-0/+25
* fix non-ZTS buildStanislav Malyshev2003-06-041-1/+2
* Fix segfault. Again.Sebastian Bergmann2003-06-041-0/+1
* rm namespace leftoversStanislav Malyshev2003-06-046-38/+5
* Fix segfault. #Hopefully not a Voodoo Fix[TM].Sebastian Bergmann2003-06-041-2/+3
* ChangeLog update2003-06-031-0/+26
* Leftover.Sebastian Bergmann2003-06-021-1/+0
* Leftover.Sebastian Bergmann2003-06-021-3/+0
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-0216-751/+85
* ChangeLog update2003-06-021-0/+21
* No nested classesMarcus Boerger2003-06-011-71/+7
* Add some ZE2 bug testsMarcus Boerger2003-06-015-0/+170
* Bugfix #23670: implements and extends cause Apache 2 crashMarcus Boerger2003-06-011-1/+1
* Do it correct alwaysMarcus Boerger2003-06-011-3/+3
* Defining it once is enoughMarcus Boerger2003-06-011-1/+0
* ChangeLog update2003-06-011-0/+20
* Fix init shutdownMarcus Boerger2003-05-311-1/+3
* revert the function call caching patch until a new solution is decidedSterling Hughes2003-05-312-11/+2
* Fix constants (noticed by David Brown <dave@codewhore.org>)Marcus Boerger2003-05-311-4/+4
* c->name_len already contains the '\0'Marcus Boerger2003-05-311-2/+3
* ChangeLog update2003-05-311-0/+5
* Update2003-05-301-0/+219
* fix crash on exceptions when return value of the inside function is usedStanislav Malyshev2003-05-301-1/+1
* ChangeLog update2003-05-301-0/+19
* Fix ~ operator in class constants.Marcus Boerger2003-05-292-2/+6
* Faster interface inheritance & faster inheritance checksMarcus Boerger2003-05-293-14/+38
* CSMarcus Boerger2003-05-291-2/+2
* Fix Bug #23285 (Potential Stack Overflow in zendlex).Wez Furlong2003-05-291-2/+3
* ChangeLog update2003-05-291-0/+12
* no reason to do this at runtimeSterling Hughes2003-05-281-4/+8
* Cache function call lookups with loops (store in a temporary variable on theSterling Hughes2003-05-282-25/+21
* ChangeLog update2003-05-281-0/+11
* Assume lazy consensus regarding the cast_object() patch. *Only* implementedSterling Hughes2003-05-274-13/+50
* ChangeLog update2003-05-271-0/+6
* Add pseudo constant __METHOD__ to easily report namespace::class::method.Marcus Boerger2003-05-261-0/+29