79 Commits (f3bfe975202bb9fa5c4e807dda575d177e66d42e)

Author SHA1 Message Date
Thies C. Arntzen 23251ebd1a re-add accidentily nuked session_adapt_url() 24 years ago
Thies C. Arntzen 9712a4b3c8 @ - Added output_add_rewrite_var() and output_remove_rewrite_var() to inject 24 years ago
Thies C. Arntzen 42158ef7c8 revert session_set_userdata - diffent patch will come shortly 24 years ago
Thies C. Arntzen eb105693b8 @ - added session_set_userdata() which enables you to specify one variable 24 years ago
Sascha Schumann 3a3acee3c9 - Proper use of underscores (s/createsid/create_sid/) 24 years ago
Mark L. Woodward 346d74a146 Added field to ps_module structure to hold function pointer for the creation 24 years ago
Sascha Schumann 8141c7761c Merge in session API changes (carry around tsrm context) 24 years ago
Sascha Schumann ca59cb7cf9 Weep out all recent commits of Yasuo. 24 years ago
Yasuo Ohgaki 782462a4ca More TSRM work 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sterling Hughes ed6d751cd9 move to the ZEND_DECLARE_MODULE_GLOBALS() and ZEND_EXTERN_MODULE_GLOBALS 24 years ago
foobar 86f123ba2e Export php_session_start(). 24 years ago
Yasuo Ohgaki 847fd9d595 Export php_session_register_module/serializer. 25 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
Zeev Suraski a702dc02f9 Fix session_unregister() 25 years ago
Zeev Suraski 2258453ba3 Remove PS_DEL_VAR macro, always use PS_DEL_VARL() 25 years ago
Doug MacEachern 8dd296dd7d AIX compiler doesn't like having a comma at the end of the enum 25 years ago
Sascha Schumann f341f630d3 Rewrite of unserializer which should be more maintainable and extensible. 25 years ago
Andrei Zmievski adc9e9b587 Fix build. 25 years ago
Sterling Hughes e302d6a5e8 Add an API function for setting the session id from a session module... 25 years ago
Zeev Suraski f7e7b42d4b Restore session_adapt_url() 25 years ago
Zeev Suraski b080ddb867 Cleanup and clarify 25 years ago
Zeev Suraski b781720b36 More fixes and refinements 25 years ago
Zeev Suraski dc9769ea96 Fix trans-sid. 25 years ago
Zeev Suraski 7b73aee40f Make the session module more independent 25 years ago
Zeev Suraski b8763a6f8c Get rid of TRANS_SID - it's always possible to use it now. 25 years ago
Zeev Suraski 13ff183225 Move the trans-sid mechanism to use the output buffering mechanism. 25 years ago
Zeev Suraski bc596544a1 add struct name 25 years ago
Zeev Suraski e140b35b04 API update 25 years ago
Sascha Schumann 373b3e101e more tsrm cleanup -- output.c is not doing any fetches anymore 25 years ago
Sascha Schumann 8aef193056 more tsrm cleanup 25 years ago
Sascha Schumann aafdfe82cb further tsrm cleanup 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Hartmut Holzgraefe e15d0193d9 cleanup in preparation for session_readonly() 25 years ago
Sascha Schumann ef13ab5750 Improve url scanner speed (up to 40% for large chunks of data) 25 years ago
Thies C. Arntzen bd4f32cf12 - fixed the reference in session thingie 25 years ago
Sebastian Bergmann 3f4a4a3643 Change copyright note. 25 years ago
Sascha Schumann 060983b184 Use zend_hash_add_empty_element 25 years ago
Sascha Schumann 9de9b7c1e9 add an interface for registering storage modules at run-time. 25 years ago
Andrei Zmievski ea56318495 Patch from Sascha that abstracts session serializers. WDDX extension 25 years ago
Stanislav Malyshev 06de8e78cf Allow to send secure cookies 26 years ago
Sascha Schumann 4f757a3af0 Add session_adapt_url(). 26 years ago
Sascha Schumann d2d5320ee8 Add session_write_close(). This is primarily intended to enable 26 years ago
Sascha Schumann 5bbddee81e Rename symbols whose first character was an underscore. 26 years ago
Sascha Schumann 607486391a Extend HTTP headers for private-caching and add a new PHP function 26 years ago
Sascha Schumann e8101d4f7b Unify use of my email address 26 years ago
Zeev Suraski 9bfd5e5e55 Save more overhead. Look for the serializer/save_handler only when they're actually modified. 26 years ago
Zeev Suraski fb69f854af Use the INI framework in the session module 26 years ago
Sterling Hughes 149e6181e5 @-added session_get_cookie_params (sterling) 26 years ago