Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #37276 (problems witch $_POST array) | Dmitry Stogov | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2006-04-18 | 1 | -6/+4 |
| | |||||
* | more cleanup (lingering ini settings which do not exist anymore, etc.) | foobar | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | Optimization | Dmitry Stogov | 2006-04-07 | 1 | -59/+43 |
| | |||||
* | Fixed register_argc_argv behavior. Now it behave in the same way as before ↵ | Dmitry Stogov | 2006-03-20 | 1 | -14/+19 |
| | | | | | | | in combinations with variables_order and auto_globals_jit. $argc and $argv global variables are registered only in CLI mode and under $_SERVER[] in other case. (This is done because register_globals was removed and assumed - off). | ||||
* | Fixed register_argc_argv | Dmitry Stogov | 2006-03-17 | 1 | -2/+2 |
| | |||||
* | Allowed 'auto_globals_jit' work together with 'register_argc_argv' | Dmitry Stogov | 2006-03-17 | 1 | -2/+14 |
| | |||||
* | Dropped register_long_arrays, added E_CORE for all dropped setting | Dmitry Stogov | 2006-03-16 | 1 | -23/+7 |
| | |||||
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -41/+8 |
| | | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR | ||||
* | - remove register_globals support (aka "Kill the f***ing thing" :) | Pierre Joye | 2006-03-07 | 1 | -25/+6 |
| | |||||
* | Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings | Dmitry Stogov | 2006-03-02 | 1 | -8/+8 |
| | |||||
* | Unicode support: MS Visual C compatibility | Dmitry Stogov | 2006-02-26 | 1 | -9/+12 |
| | |||||
* | Portable unicode string API: | Dmitry Stogov | 2006-02-21 | 1 | -7/+8 |
| | | | | | | | | - use the same type (int) for zval.value.usr.len and zval.value.str.len - use union "zstr" as char*/UChar* mixture instead of void* - Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE() - nuke int32_t from ZE (not finisned) | ||||
* | pval -> zval (Steph) | Dmitry Stogov | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | Fixed bug #36205 (Memory leaks on duplicate cookies) | Dmitry Stogov | 2006-02-13 | 1 | -0/+1 |
| | |||||
* | Made server wide switch for unicode on/off (according to PDM). | Dmitry Stogov | 2006-02-13 | 1 | -6/+3 |
| | |||||
* | Unicode stuff is changed according to decision maden on PDM. | Dmitry Stogov | 2006-01-17 | 1 | -3/+1 |
| | | | | | Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode. | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Fixed possible GLOBALS variable override when register_globals are ON. | Ilia Alshanetsky | 2005-09-28 | 1 | -0/+7 |
| | | | | | Fixed possible register_globals toggle via parse_str(). | ||||
* | Fixed bug #34331 (php crashes when variables_order is empty). | Ilia Alshanetsky | 2005-09-01 | 1 | -2/+2 |
| | |||||
* | Fixed incorrect variable parsing in non-unicode mode | Dmitry Stogov | 2005-08-12 | 1 | -1/+0 |
| | |||||
* | Unicode support. | Andrei Zmievski | 2005-08-11 | 1 | -28/+271 |
| | |||||
* | MFB minor consistency cleanup | Rasmus Lerdorf | 2005-08-10 | 1 | -5/+4 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash) | Ilia Alshanetsky | 2005-08-02 | 1 | -1/+3 |
| | |||||
* | Fixed bug #33904 (input array keys being escaped when magic quotes is off). | Ilia Alshanetsky | 2005-07-29 | 1 | -2/+10 |
| | |||||
* | I could have sworn I committed this a while ago. Just a tiny NULL safety | Rasmus Lerdorf | 2005-07-25 | 1 | -1/+1 |
| | | | | | check here. | ||||
* | revert my last change; chasing ghosts. | Wez Furlong | 2005-07-19 | 1 | -9/+3 |
| | | | | | # the lesson is, ensure that php4 and php5 aren't loaded at the same time | ||||
* | Don't crash when no treat_data method has been set in the sapi module | Wez Furlong | 2005-07-19 | 1 | -3/+9 |
| | | | | | # how come no one ran into this before? | ||||
* | Revert cookie patch for BC reasons. | Ilia Alshanetsky | 2005-07-18 | 1 | -2/+1 |
| | |||||
* | Fixed handling of HTTP requests with multiple Cookie headers. | Ilia Alshanetsky | 2005-07-18 | 1 | -1/+2 |
| | |||||
* | Fixed "refcount" counting for autoglobals | Dmitry Stogov | 2005-06-01 | 1 | -2/+19 |
| | |||||
* | Fixed possible memory corruption on request shutdown | Dmitry Stogov | 2005-05-31 | 1 | -0/+2 |
| | | | | | `valgrind -q --tool=memcheck sapi/cli/php tests/reflection/001.phpt` | ||||
* | Fixed bug #29971 (variables_order behaviour) | Dmitry Stogov | 2005-05-25 | 1 | -2/+12 |
| | |||||
* | Revert. (Nokia is not that important :) | foobar | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | MFB: zval** not zval* | Ilia Alshanetsky | 2005-04-24 | 1 | -1/+1 |
| | |||||
* | Fixed bug #32802 (General cookie overrides more specific cookie). | Ilia Alshanetsky | 2005-04-24 | 1 | -0/+12 |
| | |||||
* | - Fixed bug #32111 (Cookies can also be separated by colon) | foobar | 2005-04-23 | 1 | -1/+1 |
| | |||||
* | ws, pval -> zval | foobar | 2005-04-23 | 1 | -56/+40 |
| | |||||
* | added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. | Rui Hirokawa | 2005-04-04 | 1 | -0/+3 |
| | |||||
* | Proper fix for the memory leak. | Ilia Alshanetsky | 2005-03-28 | 1 | -2/+1 |
| | |||||
* | Fixed memory leak when variables_order does not contain 'S'. | Ilia Alshanetsky | 2005-03-28 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals | Ilia Alshanetsky | 2005-02-17 | 1 | -1/+7 |
| | | | | | is enabled). | ||||
* | Make request start time be available via $_SERVER['REQUEST_TIME']. | Ilia Alshanetsky | 2004-10-24 | 1 | -0/+8 |
| | | | | | # As discussed on internals. | ||||
* | fix bug #30442 ( segmentation fault when parsing ?getvariable[][ ) | Antony Dovgal | 2004-10-18 | 1 | -1/+5 |
| | |||||
* | Stop at the index on an unmatched [ | Rasmus Lerdorf | 2004-09-09 | 1 | -1/+1 |
| | |||||
* | Ooups... | Stefan Esser | 2004-07-11 | 1 | -0/+3 |
| | |||||
* | Fixed: PARSE_TYPE parameter to input_filter | Stefan Esser | 2004-07-11 | 1 | -2/+7 |
| | | | | | Fixed: input_filter should also be able to filter empty variables by name | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -3/+6 |
| | |||||
* | As long we pass values by reference this is needed. Ugly! | Stefan Esser | 2004-06-26 | 1 | -0/+4 |
| |