summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* MFB: - Rationalize code a bitfoobar2005-01-091-9/+5
* port fix for #30998: Crash when user error handler returns false on amd64Stanislav Malyshev2004-12-061-1/+10
* - RecommitAndi Gutmans2004-09-091-1/+0
* - Roll back VM commitAndi Gutmans2004-09-091-0/+1
* - Drop namespace relictMarcus Boerger2004-09-091-1/+0
* Fix reverse dependencyZeev Suraski2004-09-051-0/+2
* - Second wave of garbage removal.Andi Gutmans2004-08-191-16/+0
* - Execute destructors earlier (Florian Schaper, fschaper at intux org)Marcus Boerger2004-07-251-0/+7
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-3/+3
* - Convert zend_class_entry -> zend_class_entry *Andi Gutmans2004-07-121-2/+2
* DragonFly BSD is derived from FreeBSD and requires the same floating pointJon Parise2004-07-101-4/+4
* - If user error handler returns "false" then we relay to the built in errorAndi Gutmans2004-06-011-1/+1
* Allow user-defined error handlers to indicate whether default errorAndrei Zmievski2004-05-281-0/+3
* Retval may not be set when zend_execute() is overloadedMarcus Boerger2004-04-171-1/+1
* - Add hook for exception handler (Derick)Andi Gutmans2004-04-131-0/+1
* - Fix Reflection class namesMarcus Boerger2004-03-301-0/+1
* Initialize the complete structMarcus Boerger2004-03-281-1/+1
* try get handler on printable conversionStanislav Malyshev2004-03-281-3/+13
* Even though it is uncommented it should be rightMarcus Boerger2004-03-271-1/+1
* New autoload protection schema was implemented (Using HashTable instead of bo...Dmitry Stogov2004-03-241-1/+1
* - Stop make_printable_zval() from calling __toString()Andi Gutmans2004-03-171-0/+2
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-161-3/+3
* Fixed bug #27590 (crash during shutdown when freeing persistent resourcesIlia Alshanetsky2004-03-141-1/+1
* - Fix flow of logicAndi Gutmans2004-03-141-2/+4
* - Support Cast operator in convert_to_* so that we support internalAndi Gutmans2004-03-141-1/+2
* - 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