summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix crash in exception handling (zend_exception_error(...) andAndi Gutmans2004-03-011-4/+0
* - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ...Zeev Suraski2004-02-251-14/+2
* Forward-port fixlet from PHP 4 (thanks to Michael Sisolak)Zeev Suraski2004-02-181-0/+1
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-1/+1
* Must be initialized in ZTS modeMarcus Boerger2004-02-111-0/+1
* Fix exceptions thrown without a stack frameZeev Suraski2004-02-111-6/+0
* Nice patch Christian, but it wasn't at all enabled? :)Zeev Suraski2004-01-151-1/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-1/+1
* Add missing noticeMarcus Boerger2003-12-291-0/+1
* Fixed bug #26697 (calling class_exists on a nonexistent class in __autoloadMarcus Boerger2003-12-231-0/+1
* Bug #25547 (error_handler and array index with function call) was fixedDmitry Stogov2003-12-191-0/+18
* Reenable __tostring() magic for print,echo,concatenation,function naming...Marcus Boerger2003-12-151-6/+5
* Free is needed in non ZTS tooMarcus Boerger2003-12-121-2/+2
* Fix memleaks in ZTS modeMarcus Boerger2003-12-121-2/+14
* Fix memleaksMarcus Boerger2003-12-121-0/+3
* - Add E_STRICT, to be used to warn purists (like Jani :)Andi Gutmans2003-11-181-1/+2
* Handle exceptions in casting more gracefully.Marcus Boerger2003-11-081-0/+6
* Fixed bug #25922 (Crash in error handler when 5th argument is modified).Ilia Alshanetsky2003-10-221-7/+7
* Added missing format.Ilia Alshanetsky2003-09-221-1/+1
* Fallback to default behaviour for unsupported object type conversionsMarcus Boerger2003-09-181-4/+5
* Bugfix #25335Marcus Boerger2003-09-141-9/+7
* Fix registering/derigistering of stdClass in ZTS and NON ZTS modeMarcus Boerger2003-09-081-9/+1
* Invalidate exception in this case tooMarcus Boerger2003-09-011-0/+1
* Revisited: Replace the non portable code by spprintfMarcus Boerger2003-08-311-19/+3
* Make vspprintf available as zend utility function. Use it in exception output.Marcus Boerger2003-08-311-0/+2
* Classe tables work this wayMarcus Boerger2003-08-281-1/+1
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-241-3/+3
* Add exec_finished() callback for modules - this is the last place where theZeev Suraski2003-07-301-0/+15
* Remove the obfuscation caused by the double "#ifdef ZTS"foobar2003-07-291-1/+1
* Make print_r() binary safe with keysZeev Suraski2003-07-241-1/+1
* - ZE coding style requires if ( instead of if(Andi Gutmans2003-06-301-4/+4
* Fix bug #23279 - exception handler exits after first function callStanislav Malyshev2003-06-151-4/+9
* Bugfix #24182: va_arg macro error in Zend/zend.cMarcus Boerger2003-06-141-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* Nicer handling of protected/private members in print_r()Zeev Suraski2003-06-081-4/+18
* fix non-ZTS buildStanislav Malyshev2003-06-041-1/+2
* Fix segfault. Again.Sebastian Bergmann2003-06-041-0/+1
* rm namespace leftoversStanislav Malyshev2003-06-041-1/+0
* Fix segfault. #Hopefully not a Voodoo Fix[TM].Sebastian Bergmann2003-06-041-2/+3
* Leftover.Sebastian Bergmann2003-06-021-3/+0
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-26/+20
* Fix init shutdownMarcus Boerger2003-05-311-1/+3
* Assume lazy consensus regarding the cast_object() patch. *Only* implementedSterling Hughes2003-05-271-2/+7
* Fix bug #23162 user_error() crashs if > 1024 bytes (Marcus, Moriyoshi)Marcus Boerger2003-05-041-6/+11
* Change get_class() so that it returns qualified names for namespacedStanislav Malyshev2003-04-211-6/+6
* 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-181-3/+9
* Patch by Marcus Börger <helly@php.net>.Sebastian Bergmann2003-04-171-5/+3
* Initialize all relevant zend_class_entry fields to avoid accidentalAndrei Zmievski2003-04-031-1/+0