summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
Commit message (Expand)AuthorAgeFilesLines
* Implement JIT request decoding support for $_GET and $_POST.Andrei Zmievski2009-05-231-1/+2
* 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
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MF5: Merge namespaces changesStanislav Malyshev2008-12-041-0/+2
* - Improved exception linkingMarcus Boerger2008-08-141-1/+1
* - Fix memleak with new error handling stack'ingMarcus Boerger2008-08-111-1/+0
* MFB: Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)Scott MacVicar2008-04-091-1/+1
* MFB 5.3: Rewrite scanner to be based on re2c instead of flexScott MacVicar2008-03-261-22/+30
* MFBRasmus Lerdorf2008-03-191-1/+1
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-4/+2
* MFB: User error handlers no longer catch supressed errors (patch by Etienne K...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
* 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 ".htaccess" style user-defined php.ini files support forJani Taskinen2007-09-281-0/+3
* Late Static Binding (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-261-0/+1
* NamespacesDmitry Stogov2007-07-121-0/+3
* Added runtime JIT auto-globals fetching and cachingDmitry Stogov2007-02-161-0/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Turn doc comments into zstr strings with corresponding adjustments.Andrei Zmievski2006-10-271-1/+1
* Fix off-by-one error.Andrei Zmievski2006-09-291-0/+3
* Add INI controlled default stream encoding (unicode.stream_encoding).Sara Golemon2006-09-191-0/+4
* fix #38779 (engine crashes when require()'ing file with syntax error through ...Antony Dovgal2006-09-111-0/+2
* New memory managerDmitry Stogov2006-07-181-30/+0
* Implement unicode_set_error_handler() / unicode_restore_error_handler().Andrei Zmievski2006-06-201-0/+3
* Optimized zend_try/zend_catch macroses (eliminated memcpy())Dmitry Stogov2006-05-191-2/+1
* Optimized request shutdown sequence to iterate only over modified ini directivesDmitry Stogov2006-05-151-0/+2
* Add a global ASCII connverter, macros to return single codepointsAndrei Zmievski2006-05-041-0/+1
* Move to refcounted implementation of collators.Andrei Zmievski2006-04-201-2/+2
* Add API hooks and unicode.filesystem_encoding for handling unicodeSara Golemon2006-03-311-0/+1
* Implement to-Unicode conversion error behavior. Note the adjusted APIs.Andrei Zmievski2006-03-261-1/+0
* * Remove unicode.from_error_mode and unicode.from_subst_char from INIAndrei Zmievski2006-03-261-3/+4
* Update conversion error behavior and add some new modes.Andrei Zmievski2006-03-231-1/+1
* Dropped allow_call_time_pass_reference, the error is maden E_STRICT.Dmitry Stogov2006-03-161-1/+0
* Dropped zend.ze1_compatibility_modeDmitry Stogov2006-03-161-1/+0
* Implemented "jump label" operator (limited "goto")Dmitry Stogov2006-03-101-0/+3
* Reverted "break label"Dmitry Stogov2006-03-071-4/+0
* Added support for "continue" and "break" operators with labels. Each loop or ...Dmitry Stogov2006-03-031-0/+4
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-12/+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/+3
* - Require declare(encoding=...) to come before any opcodes. Read sourceAndrei Zmievski2005-08-241-0/+3
* Unicode supportAndrei Zmievski2005-08-111-29/+42
* 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