History log of /PHP-8.3/ext/session/session.c (Results 776 – 800 of 883)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3b74bbe9 22-Feb-2000 Sascha Schumann

Print out a warning, if writing the session data failed. This might
happen in a request shutdown handler; php_error() worked for me in the
CGI version.


# e9abf023 22-Feb-2000 Andrei Zmievski

Typo.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch


# 12d3e3d7 11-Feb-2000 Sascha Schumann

More cosmetic things


# 89553f5d 11-Feb-2000 Sascha Schumann

Some style(9) cosmetics


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# c12aa454 05-Feb-2000 Zeev Suraski

Compile fixes


# c77aa759 04-Feb-2000 Andrei Zmievski

Implemented setting of session cookie parameters.
@ Added session_set_cookie_params() function. (Andrei)


# 99f079a3 28-Jan-2000 Zeev Suraski

- A few fixes
- Added register_argv_argc directive to allow disabling of argv/argc


# df138c2e 17-Jan-2000 Zeev Suraski

- MS-SQL fix
- Fix a crash bug in session_register()


# ec386cc9 16-Jan-2000 Zeev Suraski

- Remove the pre-request-shutdown hooks, they should no longer be necessary.
The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem,
if it does, please r

- Remove the pre-request-shutdown hooks, they should no longer be necessary.
The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem,
if it does, please report it!

show more ...


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 97e1ad13 16-Jan-2000 Zeev Suraski

Fix


# 2dea694a 16-Jan-2000 Zeev Suraski

Remove the post-startup callback support. Modules are now started only after
the entire engine is started. People - please make sure that the session module
works properly for you.


# 259c0582 15-Jan-2000 Zeev Suraski

Compile fixes for ZTS


# a0b08b5e 15-Jan-2000 Sascha Schumann

Be more verbose, if headers were already sent and remove RSHUTDOWN handler


# 64c6e1e9 15-Jan-2000 Thies C. Arntzen

sessions are now written via a _php_session_shutdown which is registered
via php_register_pre_request_shutdown().


# e078a04f 15-Jan-2000 Sascha Schumann

Complain verbosely, if a destroy failed


# 4595bf1e 03-Jan-2000 Andrei Zmievski

* Implemented <boolean> and <null> types. We now support WDDX version 1.0
as best as we can.
* Cleaned up the API function names, _ was really not needed.
* Cleaned up the repetitive st

* Implemented <boolean> and <null> types. We now support WDDX version 1.0
as best as we can.
* Cleaned up the API function names, _ was really not needed.
* Cleaned up the repetitive stack var name stuff with a macro.
* WDDX now no longer converts numbers to strings in arrays when during
serialization.
@Implemented support for <boolean> and <null> types according
@to WDDX version 1.0 (Andrei)

show more ...


# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE
# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics


# 3f6e00e4 24-Dec-1999 Andi Gutmans

- Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is much
more tricky and I'm not sure how many places this is. zval allocations
were only made directly in 11 places.


# 095909be 22-Dec-1999 Sascha Schumann

Logic fix, improved comments, better SID checking


# f8891483 22-Dec-1999 Sascha Schumann

Warn users, if they have disabled gpc_globals and track_vars. Also work
correctly, if users have enabled track_vars/disabled gpc_globals.


Revision tags: PRE_LIBZEND_TO_ZEND
# d15e7a5e 18-Dec-1999 Sascha Schumann

Fix for missing RAND_MAX on SunOS 4.1

Reported by: Brian Lalor <blalor@netDrives.com>


# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


1...<<313233343536