summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Improved parse error messagesFelipe Pena2011-06-231-0/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | . The VM stacks for passing function arguments and syntaticaly nested calls w...Dmitry Stogov2012-11-301-2/+0
* | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-3/+1
* | - 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