summaryrefslogtreecommitdiff
path: root/ext/session/php_session.h
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of unserializer which should be more maintainable and extensible.Sascha Schumann2001-11-101-1/+3
* Fix build.Andrei Zmievski2001-10-221-0/+1
* Add an API function for setting the session id from a session module...Sterling Hughes2001-09-111-0/+2
* Restore session_adapt_url()Zeev Suraski2001-08-311-2/+3
* Cleanup and clarifyZeev Suraski2001-08-311-1/+0
* More fixes and refinementsZeev Suraski2001-08-271-0/+1
* Fix trans-sid.Zeev Suraski2001-08-261-1/+0
* Make the session module more independentZeev Suraski2001-08-261-2/+1
* Get rid of TRANS_SID - it's always possible to use it now.Zeev Suraski2001-08-251-5/+1
* Move the trans-sid mechanism to use the output buffering mechanism.Zeev Suraski2001-08-251-4/+3
* add struct nameZeev Suraski2001-08-251-1/+1
* API updateZeev Suraski2001-08-211-1/+1
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-1/+1
* further tsrm cleanupSascha Schumann2001-08-051-2/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-19/+7
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-3/+3
* cleanup in preparation for session_readonly()Hartmut Holzgraefe2001-07-111-2/+8
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-2/+4
* - fixed the reference in session thingieThies C. Arntzen2001-06-211-1/+1
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
* Use zend_hash_add_empty_elementSascha Schumann2001-05-191-1/+1
* add an interface for registering storage modules at run-time.Sascha Schumann2001-05-031-0/+2
* Patch from Sascha that abstracts session serializers. WDDX extensionAndrei Zmievski2001-05-011-8/+48
* Allow to send secure cookiesStanislav Malyshev2000-10-281-0/+1
* Add session_adapt_url().Sascha Schumann2000-10-261-1/+3
* Add session_write_close(). This is primarily intended to enableSascha Schumann2000-10-111-0/+1
* Rename symbols whose first character was an underscore.Sascha Schumann2000-09-061-13/+13
* Extend HTTP headers for private-caching and add a new PHP functionSascha Schumann2000-09-011-0/+1
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
* Save more overhead. Look for the serializer/save_handler only when they're a...Zeev Suraski2000-05-261-2/+0
* Use the INI framework in the session moduleZeev Suraski2000-05-261-7/+10
* @-added session_get_cookie_params (sterling)Sterling Hughes2000-03-301-0/+1
* GC now prints out how many session objects were removedSascha Schumann2000-03-291-1/+1
* Changed HTTP_STATE_VARS to HTTP_SESSION_VARS.Andrei Zmievski2000-03-131-1/+1
* Implemented setting of session cookie parameters.Andrei Zmievski2000-02-041-0/+1
* sessions are now written via a _php_session_shutdown which is registeredThies C. Arntzen2000-01-151-0/+1
* - Added flush() support to SAPIZeev Suraski2000-01-131-1/+1
* Add cache_limiter and cache_expire options. Rename extern_referer_checkSascha Schumann1999-12-121-0/+2
* @Fix warnings compiling in maintainer mode. (Stig)Stig Bakken1999-12-051-1/+3
* Session variables now obey track_vars and gpc_globals settings.Andrei Zmievski1999-12-041-0/+1
* Change session.lifetime to session.cookie_lifetime. And:Sascha Schumann1999-10-311-1/+3
* Add session.use_cookies optionSascha Schumann1999-10-221-0/+1
* add user-level callbacksSascha Schumann1999-09-171-0/+1
* wddx decode works as wellSascha Schumann1999-09-161-2/+0
* wddx serialization works nowSascha Schumann1999-09-161-1/+8
* update macroSascha Schumann1999-09-121-1/+1
* add transparent session id propagationSascha Schumann1999-09-111-0/+7
* - Added session_unset() functionAndrey Hristov1999-09-111-0/+1
* - support for external entropy sourcesSascha Schumann1999-09-111-0/+2