summaryrefslogtreecommitdiff
path: root/Zend/zend_exceptions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed bug #33967 (misuse of Exception constructor doesn\'t display errorfile)foobar2005-08-021-2/+2
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-271-1/+11
* No c++ comments in C codefoobar2005-04-191-1/+1
* Fixed bug #30904 (segfault when recording soapclient into session).Dmitry Stogov2004-12-071-1/+2
* - Fix protosMarcus Boerger2004-10-301-1/+1
* - Fix memeleakMarcus Boerger2004-09-271-1/+4
* - Roll back VM commitAndi Gutmans2004-09-091-1/+1
* - Some architectural changes:Andi Gutmans2004-09-081-1/+1
* - Be specific about visibilityMarcus Boerger2004-07-271-2/+2
* - Add optional parameters $filename and $lineno to ErrorExceptionMarcus Boerger2004-07-251-6/+16
* Fix prototypesZeev Suraski2004-07-201-2/+2
* Add descriptionsZeev Suraski2004-07-201-0/+43
* - Add new class ErrorException to encapsulate errors in exceptionsMarcus Boerger2004-07-151-15/+93
* Revert; obviously I missed the function at the bottom of the file...Wez Furlong2004-05-201-1/+1
* Export this, so extensions may throw their own exception objects thatWez Furlong2004-05-201-1/+1
* Classnames shall start with an uppercase characterMarcus Boerger2004-04-131-1/+1
* - Add hook for exception handler (Derick)Andi Gutmans2004-04-131-0/+5
* - Fix crash in exception handling (zend_exception_error(...) andAndi Gutmans2004-03-011-3/+1