History log of /PHP-5.5/ext/session/session.c (Results 351 – 375 of 592)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dc9769ea 26-Aug-2001 Zeev Suraski

Fix trans-sid.
Still need to figure out how to turn trans-sid only when sessions
are actually used.


# 7b73aee4 26-Aug-2001 Zeev Suraski

Make the session module more independent


# b8763a6f 25-Aug-2001 Zeev Suraski

Get rid of TRANS_SID - it's always possible to use it now.


# 13ff1832 25-Aug-2001 Zeev Suraski

Move the trans-sid mechanism to use the output buffering mechanism.
Advantages:
- Would work with the output buffering mechanism in general, and with
output compression in particular

Move the trans-sid mechanism to use the output buffering mechanism.
Advantages:
- Would work with the output buffering mechanism in general, and with
output compression in particular
- Should yield better performance (untested as of yet)

show more ...


# e140b35b 21-Aug-2001 Zeev Suraski

API update


Revision tags: php-4.0.7RC1
# 4d11d908 13-Aug-2001 Rasmus Lerdorf

Track down a few more functions that don't check for 0 args and use
faster mechanism


# 8c497f05 13-Aug-2001 Rasmus Lerdorf

We don't consistently check for args passed to functions that don't
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performa

We don't consistently check for args passed to functions that don't
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performance is unlikely
to be a factor, not throwing a warning on the wrong number of args passed
to a function is at best inconsistent, and at worst it could hide a bug.
So, add a few such checks. There are still lots of cases out there.

show more ...


Revision tags: BEFORE_EXP_MERGE
# 3619c6eb 11-Aug-2001 foobar

Added $_SESSION to the $_* family.


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 23b9300f 06-Aug-2001 Sascha Schumann

more tsrm cleanup


# a19563c8 05-Aug-2001 Sascha Schumann

more tsrm cleanup


# 480ffb3d 05-Aug-2001 Sascha Schumann

more tsrm cleanup


# 8aef1930 05-Aug-2001 Sascha Schumann

more tsrm cleanup


# aafdfe82 05-Aug-2001 Sascha Schumann

further tsrm cleanup


# 1159c84a 05-Aug-2001 Zeev Suraski

- TSRMLS_FETCH work
- whitespace fixes


# 723bbcbe 03-Aug-2001 Sascha Schumann

Do the nul'ifiying of php_var_serialize's result at the right place


# 4a1943c5 03-Aug-2001 Sascha Schumann

Pass on nul'ified data


# 60024a46 03-Aug-2001 Sascha Schumann

Add some casts


# 4dfa9154 03-Aug-2001 Sascha Schumann

Convert serializer to smart_str.. avoids lots of sprintf's and
copying of data.


# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# 00596b41 25-Jul-2001 Sascha Schumann

Get rid of memchr


# 6f297a37 20-Jul-2001 Zeev Suraski

Fix Windows build


# 9576ab24 18-Jul-2001 Sascha Schumann

Instead of using the poor system rand() algorithm and the
system-time seed, rely on the long-living LCG to determine
whether to start the GC process.


# 249c010d 13-Jul-2001 Thies C. Arntzen

make regession test of session work without the ugly hack in session.c
and removed that ugly hack.


1...<<11121314151617181920>>...24