summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* New memory managerDmitry Stogov2006-07-181-17/+1
* MFH: initialize EG(exit_status) in ZTS modeAntony Dovgal2006-07-121-0/+1
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-0/+1
* Make zend_print_zval_r_ex() use the write callback function.Ilia Alshanetsky2006-06-111-22/+31
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-0/+1
* SAPI globals are destroied at this point and reporting errors about memory le...Dmitry Stogov2006-06-021-1/+1
* Optimized zend_try/zend_catch macroses (eliminated memcpy())Dmitry Stogov2006-05-191-2/+2
* Fixed bug #35512 (Lack of read permission on main script results inIlia Alshanetsky2006-05-171-1/+1
* - Missing __toString() piecesMarcus Boerger2006-05-121-17/+16
* no need to destroy the zval hereAntony Dovgal2006-05-111-1/+0
* - Missing __ToString() syncMarcus Boerger2006-05-101-9/+4
* - Missing __tostring() conversion snippetsMarcus Boerger2006-05-101-0/+3
* add missing parts of E_RECOVERABLE mergeAntony Dovgal2006-05-101-0/+1
* - MFH as discussedMarcus Boerger2006-05-091-9/+2
* fix compilation on AIXAntony Dovgal2006-03-301-1/+1
* fix #36878 (error messages are printed even though an exception has been thrown)Antony Dovgal2006-03-271-1/+1
* Optimization of module unloading (temporary modules can be only in the end)Dmitry Stogov2006-03-171-1/+1
* - MFH Use object handler get in the same way as the rest of the engine doesMarcus Boerger2006-03-021-1/+4
* - MFH Fix string-conversion and const updatingMarcus Boerger2006-03-011-1/+6
* - Update copyright notices to 2006Andi Gutmans2006-01-041-2/+2
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-0/+11
* Fixed bug #35373 (HP-UX "alias not allowed in this configuration")Dmitry Stogov2005-11-301-1/+1
* Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)Dmitry Stogov2005-11-151-0/+3
* Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is...Dmitry Stogov2005-11-071-1/+1
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-1/+1
* Fixed huge memory leak in ZTS mode (backport from HEAD)Dmitry Stogov2005-09-121-6/+15
* Bump up the yearfoobar2005-08-031-2/+2
* Fixed bug #33802 (throw Exception in error handler causes crash)Dmitry Stogov2005-07-221-11/+2
* - Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).foobar2005-06-271-5/+12
* Fixed OS X compatibilityDmitry Stogov2005-06-151-1/+1
* Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol '...Dmitry Stogov2005-06-131-0/+3
* Fixed double call to php_stream_close() on compiler errorsDmitry Stogov2005-06-091-0/+2
* Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result...Dmitry Stogov2005-06-091-0/+3
* fix leakStanislav Malyshev2005-05-221-1/+4
* fix for #29890 - part 2Stanislav Malyshev2005-05-181-0/+1
* fix bug #29975 (memory leaks when set_error_handler() is used inside error ha...Antony Dovgal2005-05-131-1/+6
* fix bug #32924: prepend does not add file to included filesStanislav Malyshev2005-05-041-0/+4
* fix shutdown so that dl()'d modules are unloaded after all the dtors haveWez Furlong2005-03-151-0/+1
* 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