summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+2
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-2/+0
* - Fixed crash (reported by Lupus Michaelis)Felipe Pena2008-08-141-1/+3
* - Improved exception linkingMarcus Boerger2008-08-141-8/+36
* Fixed memory leakDmitry Stogov2008-07-291-0/+1
* - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-6/+4
* - Fix setting previous exception and add new helper functionMarcus Boerger2008-07-131-11/+35
* - Add support for linking exceptions (implements TODO)Marcus Boerger2008-07-121-59/+78
* Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI)Dmitry Stogov2008-04-171-17/+0
* Added new macro for check void parameters.Felipe Pena2008-02-281-2/+2
* Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXC...Dmitry Stogov2008-01-211-1/+19
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* remove semicolons and make SunCC happyAntony Dovgal2007-05-301-2/+2
* fix folding, mark functions as unicode safeAntony Dovgal2007-01-181-48/+51
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-22/+6
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-2/+2
* Fixed wrong "type" argument to read_property() handlerDmitry Stogov2006-07-211-1/+1
* - Fix issues with __get() returning arrays (might need to be revised)Marcus Boerger2006-07-101-1/+1
* - Arginfo fix (Hannes)Marcus Boerger2006-06-131-2/+2
* - zend_spprintf() is actually used elsewhere in the engineMarcus Boerger2006-05-091-1/+1
* - MFB WS/CS, zend_spprintf() must not be exportedMarcus Boerger2006-05-091-1/+1
* Fixed ZTS buildDmitry Stogov2006-03-271-0/+2
* Fix a case where we could have an encoding conversion exception thrownAndrei Zmievski2006-03-271-0/+11
* Use (unsigned char) to make sure that only the control chars areAndrei Zmievski2006-03-271-2/+2
* - Fix issue with uncaught exceptions in unicode modeMarcus Boerger2006-03-031-1/+2
* Unicode support: fixed __toString() in user defined exceptionsDmitry Stogov2006-02-221-4/+5
* Portable unicode string API:Dmitry Stogov2006-02-211-8/+9
* WSDmitry Stogov2006-02-211-22/+22
* Preparation for portable string API (use macroses to access zval).Dmitry Stogov2006-02-201-8/+8
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-35/+35
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-3/+34
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* MF51: improve error messagesAntony Dovgal2005-12-051-2/+2
* fix #35539 (typo in error message for ErrorException)Antony Dovgal2005-12-041-2/+2
* - Move Reflection into its own extensionMarcus Boerger2005-11-171-1/+0
* Add an additional field $frame['object'] to the result array of debug_backtra...Sebastian Bergmann2005-11-011-1/+1
* Unicode supportDmitry Stogov2005-08-231-6/+42
* Unicode supportDmitry Stogov2005-08-191-1/+1
* Unicode supportDmitry Stogov2005-08-191-1/+10
* Suppoer for unicode exception messagesDmitry Stogov2005-08-181-9/+23
* Unicode supportDmitry Stogov2005-08-181-6/+12
* Fixed memory leakDmitry Stogov2005-08-161-0/+1
* - UnicodeMarcus Boerger2005-08-131-1/+1
* ZTS fixes.Sebastian Bergmann2005-08-121-2/+2
* Unicode supportDmitry Stogov2005-08-121-36/+30
* Unicode supportAndrei Zmievski2005-08-111-11/+17
* Bump up the yearfoobar2005-08-031-1/+1