summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* One function call is enoughMarcus Boerger2003-05-121-2/+2
* Inheritance fixMarcus Boerger2003-05-081-11/+14
* Reverting Marcus' incomplete patch which broke the build.Edin Kadribasic2003-05-071-23/+17
* Inheritance fixesMarcus Boerger2003-05-071-17/+23
* Fix namespace issue: Only CG is needed hereMarcus Boerger2003-05-041-3/+3
* Allow functions in internal namespaces (for example factories)Marcus Boerger2003-05-042-13/+24
* Modify the abstract error message so that it shows up to three methods not im...Marcus Boerger2003-05-041-3/+37
* Fix warningsMarcus Boerger2003-05-041-3/+4
* Don't inherit twice what is needed only onceMarcus Boerger2003-05-041-7/+9
* Fix bug #23162 user_error() crashs if > 1024 bytes (Marcus, Moriyoshi)Marcus Boerger2003-05-041-6/+11
* semicolonSterling Hughes2003-05-042-2/+2
* protoSterling Hughes2003-05-032-0/+2
* add an accessor for the default exceptionSterling Hughes2003-05-032-0/+10
* Fix the *= operatorSascha Schumann2003-04-291-2/+3
* Fixed bug #21820 ("$arr[foo]" generates bogus E_NOTICE, should be E_PARSE)foobar2003-04-251-11/+1
* add safe_emallocSascha Schumann2003-04-243-0/+73
* Change get_class() so that it returns qualified names for namespacedStanislav Malyshev2003-04-215-24/+87
* make import * fail if such classes or functions already thereStanislav Malyshev2003-04-211-6/+16
* Add check for final propertiesSterling Hughes2003-04-201-3/+5
* Check name before '::' so that it would be a namespace in zend_lookup_ns_classStanislav Malyshev2003-04-201-1/+1
* refine the set_error_handler fixStanislav Malyshev2003-04-201-2/+2
* Fix for bug #21094 (set_error_handler can not accept methods),Stanislav Malyshev2003-04-201-2/+10
* Corrected patch by Marcus Börger <helly@php.net>.Sebastian Bergmann2003-04-191-1/+5
* Patch by Marcus Börger to fix some memleaksSterling Hughes2003-04-182-3/+15
* - Revert my symbol fix patch, and merge in Stas' fixes to Zend Engine 1.Derick Rethans2003-04-182-1/+7
* - MacOSX also prepends the _ before symbols in bundlesDerick Rethans2003-04-181-1/+1
* Patch by Marcus Börger <helly@php.net>.Sebastian Bergmann2003-04-171-5/+3
* Fix warnings.Sebastian Bergmann2003-04-112-1/+1
* satisfy andi's switch fetish ;-)Sterling Hughes2003-04-101-29/+23
* Fix ZTS build. Fix warning.Sebastian Bergmann2003-04-101-2/+3
* Document 'const' keyword.Sebastian Bergmann2003-04-101-2/+30
* allow expressions within constants, so the following is possibleSterling Hughes2003-04-103-6/+91
* Revert Harald's commitZeev Suraski2003-04-102-2/+11
* One line fix so that it will compileGeorge Schlossnagle2003-04-101-0/+1
* removing the *syntactical sugar* againHarald Radi2003-04-092-11/+1
* Switch some functions to use new zend_lookup_ns_class() methods. ThisAndrei Zmievski2003-04-081-29/+11
* Rename zend_register_internal_class_in_ns() to a better, less filling,Andrei Zmievski2003-04-082-2/+2
* Add zend_lookup_ns_class() function.Andrei Zmievski2003-04-082-0/+35
* Move memnstr into Zend and make an alias for BC in PHP.Andrei Zmievski2003-04-081-0/+25
* ChangeLog update2003-04-081-0/+10
* Fixed bug #23093 (highlight_string() crashed with __FUNCTION__)foobar2003-04-071-1/+5
* add markers that make this file easy to parse for external sourcesSterling Hughes2003-04-071-0/+2
* ChangeLog update2003-04-051-0/+12
* Introduce ZEND_ME() and ZEND_METHOD() macros. Use these for declaringAndrei Zmievski2003-04-041-0/+2
* Fix namespace issuesStanislav Malyshev2003-04-042-5/+10
* ChangeLog update2003-04-041-0/+41
* 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-033-5/+5
* Leftover.Sebastian Bergmann2003-04-031-1/+0
* i will not commit before 12:00Sterling Hughes2003-04-032-18/+0