summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Improved parse error messagesFelipe Pena2011-06-231-0/+1
* - Year++Felipe Pena2011-01-011-1/+1
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-5/+2
* Removed compile time dependency from ext/mbstringDmitry Stogov2010-12-081-5/+0
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-7/+1
* - Improved memory usageDmitry Stogov2010-09-151-2/+4
* improved performance of @ (silence) operatorDmitry Stogov2010-08-181-0/+3
* Eliminated useless allocation of FPU control word on each request startupDmitry Stogov2010-07-091-1/+5
* - MF5.3: Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-301-1/+0
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-0/+1
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-4/+0
* Fixed ZTS buildDmitry Stogov2010-05-241-1/+1
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-261-1/+0
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-0/+12
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* 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