History log of /PHP-7.2/ext/session/session.c (Results 326 – 350 of 764)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.0RC5
# 154f70ac 01-Oct-2006 Ilia Alshanetsky

Fixed bug #38993 (Fixed safe_mode/open_basedir checks for
session.save_path, allowing them to account for extra parameters).


Revision tags: php-5.2.0RC4, php-5.2.0RC3
# b6ced951 30-Aug-2006 Antony Dovgal

change ini handlers to produce E_ERROR if they are called during startup


# f8fd45a7 30-Aug-2006 Antony Dovgal

MFH: change E_ERROR to E_WARNING when invalid argument has been passed
make sure ini_set() doesn't reset PS(mod) and PS(serializer) to invalid values


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1
# 7dfae526 10-Aug-2006 Ilia Alshanetsky

Fixed proto


# e5fe441c 10-Aug-2006 Ilia Alshanetsky

Added support for httpOnly flag for session extension and cookie setting
functions.

# Original patch by Scott MacVicar


# 0c4ef446 02-Aug-2006 Antony Dovgal

MFH: fix #38289 (segfault in session_decode() when _SESSION is NULL)


# 52e6ede0 01-Aug-2006 Antony Dovgal

MFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's session.cache_expire)


Revision tags: php-4.4.3
# 96324fb6 27-Jul-2006 Ilia Alshanetsky

An improved fix for bug #38224


# bcc8854e 27-Jul-2006 Ilia Alshanetsky

make C++ compilers happy


# dcb4b314 27-Jul-2006 Ilia Alshanetsky

removed debug code


# e5a11823 27-Jul-2006 Ilia Alshanetsky

Fixed bug #38224 (session extension can't handle broken cookies).


Revision tags: php-5.2.0RC1
# 1784db80 13-Jul-2006 Ilia Alshanetsky

Fixed compiler warnings.


# 33dbaff1 12-Jul-2006 Michael Wallner

MFH: add note why replace is 0, so that I don't wonder again in 2 months
why session_regenerate_id() sends the session cookie twice


Revision tags: php-4.4.3RC2
# 1dbaae27 15-Jun-2006 Dmitry Stogov

Added automatic module globals management


Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# aa0172a4 18-May-2006 Marcus Boerger

- MFH Fix bug #37510 session_regenerate_id changes session_id() even on failure


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# 6cc9f92d 10-Feb-2006 Rasmus Lerdorf

(Missing patch from the PHP 4 tree that got lost in the shuffle)
See: http://cvs.php.net/viewcvs.cgi/php-src/ext/session/session.c?r1=1.336.2.39&r2=1.336.2.40
- fix logic. if the client alre

(Missing patch from the PHP 4 tree that got lost in the shuffle)
See: http://cvs.php.net/viewcvs.cgi/php-src/ext/session/session.c?r1=1.336.2.39&r2=1.336.2.40
- fix logic. if the client already sent us the cookie, we don't
need to send it again. if the id has been changed, we need to
update the client side.

show more ...


# 80cc4867 28-Jan-2006 Frank M. Kromann

Export symbols that will allow building WDDX as shared object


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4
# 3d80bd0c 15-Jan-2006 Ilia Alshanetsky

Added a check for special characters in the session name.


Revision tags: 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
# 3e669bc9 06-Dec-2005 foobar

MFH: nuke php3 legacy


Revision tags: 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
# b5017bd7 23-Sep-2005 foobar

MFH: Improved the fix for #21306 a bit


# de6b4c00 20-Sep-2005 foobar

MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)


# bcb70109 20-Sep-2005 Stanislav Malyshev

fix crash on restarting static PHP having session modules loaded


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, 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
# fd07bc5e 03-Jun-2005 foobar

nuke duplicate code


1...<<11121314151617181920>>...31