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.
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
330740f7 |
| 24-Jan-2003 |
Sascha Schumann |
Remove ugly netware hacks from the code
|
#
3d8e54f3 |
| 19-Jan-2003 |
Ilia Alshanetsky |
Changed php_error to php_error_docref.
|
#
72b356c1 |
| 18-Jan-2003 |
Ilia Alshanetsky |
Removed pointless memory allocation checks.
|
#
db8b4c67 |
| 16-Jan-2003 |
Sascha Schumann |
Add INI setting session.hash_bits_per_character which enables developers to choose how session ids are represented, regardless of the hash algorithm.
|
#
f2f1f94e |
| 12-Jan-2003 |
Sascha Schumann |
add INI setting session.hash_function add support for creating session ids using SHA-1 source more entropy for session ids
|
#
ada5c400 |
| 08-Jan-2003 |
Zeev Suraski |
Fix UMR
|
#
90ba7240 |
| 03-Jan-2003 |
Anantha Kesari H Y |
Modified for NetWare.
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
#
c731daed |
| 29-Dec-2002 |
Ilia Alshanetsky |
Fixed bug #21268 (session_decode() returned FALSE on success).
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
3cf581b1 |
| 05-Dec-2002 |
Marcus Boerger |
correct code that is guarded by "#if 0"
|
#
dcfe9888 |
| 05-Dec-2002 |
Marcus Boerger |
php_error -> php_error_docref
|
Revision tags: php-4.3.0RC2, RELEASE_1_0b2 |
|
#
a257d758 |
| 20-Nov-2002 |
Sascha Schumann |
Add an error message to the ini handlers
|