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 |
#
29319a81 |
| 01-Jun-2005 |
Antony Dovgal |
fix typo (see details here: http://news.php.net/php.internals/16350) |
#
c24900df |
| 29-May-2005 |
Ilia Alshanetsky |
Added an optional remove old session parameter to session_regenerate_id(). |
#
26d7b7fb |
| 23-May-2005 |
foobar |
CS fix |
#
a186549e |
| 22-May-2005 |
Antony Dovgal |
fix compile warning |
#
c1ef1055 |
| 21-May-2005 |
Rasmus Lerdorf |
Fixed bug 33072 - safemode/open_basedir check for runtime save_path change |
#
8f5ecf6d |
| 20-May-2005 |
Antony Dovgal |
fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies) |
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2 |
|
#
76e07faf |
| 24-Mar-2005 |
Antony Dovgal |
fix leak when register_long_arrays is off |
Revision tags: php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2 |
|
#
5b78e4c0 |
| 10-Feb-2005 |
Antony Dovgal |
hm.. fix #28324 _properly_ |
#
94982058 |
| 10-Feb-2005 |
Antony Dovgal |
fix bug #28324 (HTTP_SESSION_VARS appear when register_long_arrays is Off) |
Revision tags: RELEASE_0_2_1, RELEASE_0_2 |
|
#
581265f4 |
| 21-Jan-2005 |
Stefan Esser |
Correctly initialize ZVAL |
#
d7072f8a |
| 09-Jan-2005 |
Antony Dovgal |
efree(name) |