History log of /PHP-5.5/main/php_variables.c (Results 76 – 100 of 186)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.3RC2
# d3557049 20-Mar-2006 Dmitry Stogov

Fixed register_argc_argv behavior. Now it behave in the same way as before in all combinations with register_globals, register_long_arrays, variables_order and auto_globals_jit.


# 55159796 17-Mar-2006 Dmitry Stogov

Allowed 'auto_globals_jit' work together with 'register_argc_argv'


Revision tags: php-5.1.3RC1, RELEASE_1_2
# 11187a40 13-Feb-2006 Dmitry Stogov

Fixed bug #36205 (Memory leaks on duplicate cookies)


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# 1a04335e 28-Sep-2005 Ilia Alshanetsky

MFH: Fixed possible GLOBALS variable override when register_globals are ON.
MFH: Fixed possible register_globals toggle via parse_str().
MFH: Fixed negative offset handling in substr_compare(

MFH: Fixed possible GLOBALS variable override when register_globals are ON.
MFH: Fixed possible register_globals toggle via parse_str().
MFH: Fixed negative offset handling in substr_compare() function.

show more ...


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# 5f880990 01-Sep-2005 Ilia Alshanetsky

MFH: Fixed bug #34331 (php crashes when variables_order is empty).


Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE
# ba8cfb4a 10-Aug-2005 Rasmus Lerdorf

Minor consistency cleanup


Revision tags: RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


# 990f7043 02-Aug-2005 Ilia Alshanetsky

Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)


# 22db4041 29-Jul-2005 Ilia Alshanetsky

Fixed bug #33904 (input array keys being escaped when magic quotes is off).


Revision tags: RELEASE_0_9
# c3545444 25-Jul-2005 Rasmus Lerdorf

I could have sworn I committed this a while ago. Just a tiny NULL safety
check here.


# 27c24383 19-Jul-2005 Wez Furlong

revert my last change; chasing ghosts.
# the lesson is, ensure that php4 and php5 aren't loaded at the same time


# 546418a6 19-Jul-2005 Wez Furlong

Don't crash when no treat_data method has been set in the sapi module
# how come no one ran into this before?


# e77c65f0 18-Jul-2005 Ilia Alshanetsky

Revert cookie patch for BC reasons.


# 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.


12345678