summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-2/+0
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-0/+2
* - add EG(windows_version_info), set at init time once per instancePierre Joye2009-01-161-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Added support for namespaces with brackets. (Greg)Dmitry Stogov2008-11-251-0/+2
* - MFH Improve exception linkingMarcus Boerger2008-08-141-1/+1
* - MFH Fix memleak with new error handling stack'ingMarcus Boerger2008-08-111-1/+0
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-13/+14
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-0/+33
* Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)Scott MacVicar2008-04-091-1/+1
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+3
* Make the sigsetjmp change more robust. On systems that don't haveRasmus Lerdorf2008-03-181-1/+1
* Use sigsetjmp and siglongjmp instead of setjmp/longjmp in order to beRasmus Lerdorf2008-03-181-1/+1
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-1/+0
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-4/+5
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-53/+29
* User error handlers no longer catch supressed errors (patch by Etienne Kneuss)Felipe Pena2008-03-081-0/+4
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-1/+2
* Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXC...Dmitry Stogov2008-01-211-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-1/+0
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-0/+1
* NamespacesDmitry Stogov2007-09-281-0/+3
* MFH:Jani Taskinen2007-09-281-0/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix #38779 (engine crashes when require()'ing file with syntax error thr...Antony Dovgal2006-09-111-0/+2
* New memory managerDmitry Stogov2006-07-181-30/+0
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-0/+1
* Optimized zend_try/zend_catch macroses (eliminated memcpy())Dmitry Stogov2006-05-191-2/+1
* Optimized shutdown sequence to iterate only over modified ini directivesDmitry Stogov2006-05-151-0/+2
* - MFH as discussedMarcus Boerger2006-05-091-1/+0
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-0/+5
* Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)Dmitry Stogov2005-11-151-0/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-3/+0
* Reverted the NetWare Specific Stack limit related patches as asked by AndiAnantha Kesari H Y2004-09-231-4/+0
* NetWare specific stack limit checksAnantha Kesari H Y2004-09-221-0/+4
* - Boost up __autoload() calls by caching the lookupMarcus Boerger2004-08-231-0/+1
* - Second wave of garbage removal.Andi Gutmans2004-08-191-6/+0
* - Fix Reflection class namesMarcus Boerger2004-03-301-0/+2
* New autoload protection schema was implemented (Using HashTable instead of bo...Dmitry Stogov2004-03-241-1/+1
* - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ...Zeev Suraski2004-02-251-1/+1
* Rewrote exception support. Fixes a few limitations and bugs in the oldZeev Suraski2004-02-031-1/+2
* Added error mask to set_error_handler()Zeev Suraski2004-01-101-0/+2
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Fixed bug #26697 (calling class_exists on a nonexistent class in __autoloadMarcus Boerger2003-12-231-0/+1
* - added script encoding support to Zend Engine 2.Masaki Fujimoto2003-08-111-0/+32
* Remove namespace leftoversStanislav Malyshev2003-07-231-1/+0
* - Nuke CG(in_clone_method)Andi Gutmans2003-07-021-1/+0