History log of /PHP-5.6/main/php_variables.c (Results 101 – 125 of 197)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 75e6dd1c 18-Jul-2005 Ilia Alshanetsky

Fixed handling of HTTP requests with multiple Cookie headers.


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 28446a4e 01-Jun-2005 Dmitry Stogov

Fixed "refcount" counting for autoglobals


# 84fef059 31-May-2005 Dmitry Stogov

Fixed possible memory corruption on request shutdown
`valgrind -q --tool=memcheck sapi/cli/php tests/reflection/001.phpt`


# 1add2cc7 25-May-2005 Dmitry Stogov

Fixed bug #29971 (variables_order behaviour)


# 0783e0a3 25-Apr-2005 foobar

Revert. (Nokia is not that important :)


# 320dd754 24-Apr-2005 Ilia Alshanetsky

MFB: zval** not zval*


# 409c3fd4 24-Apr-2005 Ilia Alshanetsky

Fixed bug #32802 (General cookie overrides more specific cookie).


# 815aff1c 23-Apr-2005 foobar

- Fixed bug #32111 (Cookies can also be separated by colon)


# e642d180 23-Apr-2005 foobar

ws, pval -> zval


Revision tags: RELEASE_0_3
# 8235a70e 04-Apr-2005 Rui Hirokawa

added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.


Revision tags: php-5.0.4, php-4.3.11
# 6071843d 28-Mar-2005 Ilia Alshanetsky

Proper fix for the memory leak.


# ec841c8e 28-Mar-2005 Ilia Alshanetsky

Fixed memory leak when variables_order does not contain 'S'.


Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4
# ed9e8c7c 17-Feb-2005 Ilia Alshanetsky

Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals
is enabled).


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 0802b128 24-Oct-2004 Ilia Alshanetsky

Make request start time be available via $_SERVER['REQUEST_TIME'].

# As discussed on internals.


Revision tags: PRE_NEW_VM_GEN_PATCH
# e865bc2b 18-Oct-2004 Antony Dovgal

fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# bb8167cd 09-Sep-2004 Rasmus Lerdorf

Stop at the index on an unmatched [


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# 0e8de752 11-Jul-2004 Stefan Esser

Ooups...


# 8c075de7 11-Jul-2004 Stefan Esser

Fixed: PARSE_TYPE parameter to input_filter
Fixed: input_filter should also be able to filter empty variables by name


# e5cfb1d0 10-Jul-2004 Andi Gutmans

- Better stability during premature shutdown of request startup


# 59d55efb 26-Jun-2004 Stefan Esser

As long we pass values by reference this is needed. Ugly!


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2
# 02344b1d 16-Mar-2004 Zeev Suraski

Improve the way auto-globals JIT works, and add the ability to turn it off


Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2
# e3c80d52 26-Jan-2004 foobar

- Remove gpc_order since it doesn't serve any purpose.


Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 74eed615 01-Dec-2003 Derick Rethans

- Fix the default SAPI filter too; all weird problems should be gone again.


# 750b0338 29-Nov-2003 Derick Rethans

- Fix sapi_input_filter patch. Returning 1 from the filter handler should
make PHP register the variable, returning 0 shouldn't. The new length of
the variables being filtered is now retu

- Fix sapi_input_filter patch. Returning 1 from the filter handler should
make PHP register the variable, returning 0 shouldn't. The new length of
the variables being filtered is now returned in the new_val_len argument
of the function.

show more ...


12345678