History log of /PHP-5.6/ext/session/session.c (Results 251 – 275 of 623)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 4ec77cfb 18-Feb-2003 Sascha Schumann

Refactor new-session-id code


# 2699c26f 18-Feb-2003 Sascha Schumann

Remember whether to send a cookie, so that we send out the correct
session id. Also improve check for active session


# 32e0c816 18-Feb-2003 Sascha Schumann

add session_regenerate_id()


Revision tags: php-4.3.1
# 5e601732 11-Feb-2003 Sascha Schumann

use appropiate prefixes in the ps_module structure so we don't clash
with syscalls


# 242a9a47 30-Jan-2003 Ilia Alshanetsky

Fix compiler warning.


1...<<11121314151617181920>>...25