summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Use strncpy instead of sprintfStanislav Malyshev2003-03-311-1/+2
* Try to report class name of the exceptionStanislav Malyshev2003-03-301-3/+9
* remove unused variableSterling Hughes2003-03-291-2/+0
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-1/+1
* - Fix win32 buildAndi Gutmans2003-03-231-1/+1
* resore namespace on shutdown - since some functions useStanislav Malyshev2003-03-231-0/+5
* add a standard Exception class.Sterling Hughes2003-03-231-0/+2
* Add infrastructure for JIT initialization of auto globalsZeev Suraski2003-03-021-3/+4
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-181-0/+2
* Fix initializationZeev Suraski2003-02-161-1/+1
* ZTS fixesSebastian Bergmann2003-02-161-3/+3
* Namespace patch. Big changes:Stanislav Malyshev2003-02-161-7/+9
* Centralize class initializationZeev Suraski2003-02-101-17/+3
* Rework static class properties - now supports access restrictionsZeev Suraski2003-02-051-1/+1
* Reimplement PPP propertiesZeev Suraski2003-02-041-2/+1
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+1