summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-2/+2
* Another tweak to make 5.2 compile on gcc2Rasmus Lerdorf2009-06-161-1/+1
* MFH: Fixed module loading order and made request shutdown functions also toJani Taskinen2009-05-141-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-2/+2
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-2/+2
* MFH: fix build on Tru64Antony Dovgal2007-04-261-1/+1
* fix #40815 (using strings like "class::func" and static methods in set_except...Antony Dovgal2007-03-151-0/+3
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-5/+3
* Fixed bug #39969 (ini setting short_open_tag has no effect when using --enabl...Dmitry Stogov2007-01-121-4/+22
* Fixed bug #35634 (Erroneous "Class declarations may not be nested" error rais...Dmitry Stogov2007-01-111-1/+18
* MFH: Bump year.Sebastian Bergmann2007-01-011-2/+2
* that was not intentionalAntony Dovgal2006-12-281-2/+2
* MFHAntony Dovgal2006-12-281-11/+2
* is_numeric_string() optimizationIlia Alshanetsky2006-12-261-1/+1
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-061-0/+2
* Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an exten...Dmitry Stogov2006-11-081-3/+4
* - MFH: Fix issue with some mangeled propertiesMarcus Boerger2006-11-031-2/+2
* Fixed bug #39140 (Uncaught exception may cause crash)Dmitry Stogov2006-10-161-0/+2
* MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scr...Sara Golemon2006-10-061-0/+3
* Revert until 5.2's release since we're in RC stageSara Golemon2006-10-061-3/+0
* MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling zend_execute_scr...Sara Golemon2006-10-051-0/+3
* MFH: fix #38779 (engine crashes when require()'ing file with syntax error thr...Antony Dovgal2006-09-111-0/+1
* Use proper write callbackIlia Alshanetsky2006-08-191-1/+1
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-1/+1
* fetch tsrm_ls, don't use it uninitializedAntony Dovgal2006-07-191-1/+1
* 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