#
71f9227c |
| 07-Dec-2003 |
Derick Rethans |
- Fixed bug #26548 (Malformed HTTP dates in headers). |
#
30b631d9 |
| 02-Dec-2003 |
Wez Furlong |
Export this so that shared session modules can use it under win32. |
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
e85a4cdb |
| 08-Oct-2003 |
foobar |
- Fixed bug #25780 (ext/session: invalid session.cookie_lifetime causes crash in win32). |
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
394d3b82 |
| 21-Sep-2003 |
Sascha Schumann |
Alias session_commit to session_write_close, a more intuitive name for the functionality. |
#
a3c89a2e |
| 29-Aug-2003 |
Sascha Schumann |
Fix a segfault which occured when using a storage format not capable of expressing references (e.g. WDDX) and deserializing a session variable whose name conflicted with an existing symbol in
Fix a segfault which occured when using a storage format not capable of expressing references (e.g. WDDX) and deserializing a session variable whose name conflicted with an existing symbol in the global scope. PR: #25307 Submitted by: Jani Taskinen Speling fixes: me
show more ...
|
#
20383f90 |
| 28-Aug-2003 |
Andrey Hristov |
\n at the end of the message is not needed |
#
237da469 |
| 28-Aug-2003 |
Sascha Schumann |
format string fix |
#
625600af |
| 26-Aug-2003 |
foobar |
- Prevent crash if non-existing save/serializer handler is tried to be used - Added the registered serializers information to MINFO. |
Revision tags: php-4.3.3, php-4.3.3RC4 |
|
#
b9b75991 |
| 14-Aug-2003 |
Ilia Alshanetsky |
Fixed bug #25084 (Make refer check not dependant on register_globals) |
#
93bcd55e |
| 12-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc |
#
22c33469 |
| 11-Aug-2003 |
Ilia Alshanetsky |
Fixed bug #22245 (References inside $_SESSION not being handled). |
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
5978734f |
| 22-Jul-2003 |
Sascha Schumann |
MFB proper fix for #24592 |
#
f9a8fc0c |
| 21-Jul-2003 |
Ilia Alshanetsky |
Fixed bug #24592 (Possible crash in session extnsion, with NULL values) |
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers. |
#
3c58f69f |
| 10-Jun-2003 |
Sascha Schumann |
Print NOTICE upon session_start being called while another session is active |
#
bfe9e396 |
| 31-May-2003 |
foobar |
MFB: fix proto |
#
ed1378a9 |
| 31-May-2003 |
foobar |
MFB: Always send a new session cookie upon regenerating id |
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3 |
|
#
289ad396 |
| 15-May-2003 |
Sascha Schumann |
Fix the way we create references to (sometimes non-)existing variables. Credits go to Rob Richards <rrichards@digarc.com> and Zeev |
Revision tags: RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2 |
|
#
cddface7 |
| 27-Apr-2003 |
Stanislav Malyshev |
fix TSRM |
#
cad71d8c |
| 27-Apr-2003 |
Stanislav Malyshev |
MFB 4_3: Fix very nasty bug - session cookie kills one of the cookies set before it on certain non-Apache SAPIs. # for example, this code: # <? # setcookie("abc", 1); # setcoo
MFB 4_3: Fix very nasty bug - session cookie kills one of the cookies set before it on certain non-Apache SAPIs. # for example, this code: # <? # setcookie("abc", 1); # setcookie("def", 2); # session_start(); # ?> # would output only 'def' cookie on CGI and ISAPI
show more ...
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init |
|
#
4226fe67 |
| 05-Apr-2003 |
Sascha Schumann |
dividend -> divisor Submitted by: Jesus M. Castagnetto <jmcastagnetto@yahoo.com> |
#
5ca07877 |
| 25-Mar-2003 |
Sebastian Bergmann |
Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. |
Revision tags: php-4.3.2RC1 |
|
#
3c9155e0 |
| 07-Mar-2003 |
foobar |
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. |
#
4e55747a |
| 02-Mar-2003 |
Zeev Suraski |
Add JIT initialization for _SERVER and _ENV (it's less important for the others, even though it should be fairly easy now too) |
#
6f5b46c1 |
| 20-Feb-2003 |
Sascha Schumann |
generally urlencode parameters |