summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Always use the current DIR_DELIMITER to create the session file pathSascha Schumann2000-07-111-1/+1
* Unify use of my email addressSascha Schumann2000-07-108-8/+8
* Also output the name of the save_handler when reporting a failed writeSascha Schumann2000-07-101-2/+5
* Fix stupid bug.Stanislav Malyshev2000-07-091-9/+9
* (PHP session_destroy) return the error condition from storage handler'sSascha Schumann2000-07-052-7/+19
* Fix couple of crashes on error conditionsStanislav Malyshev2000-07-021-1/+12
* Try to fix #5271 - crash when $HTTP_SESSION_VARS is already definedStanislav Malyshev2000-06-291-7/+12
* Cosmetic name changeSascha Schumann2000-06-271-1/+1
* Fixed protos.Egon Schmid2000-06-231-6/+6
* (php_wddx_deserialize_ex) return SUCCESS/FAILUREAndrei Zmievski2000-06-091-27/+20
* The default serializer is still php.Sascha Schumann2000-06-091-1/+1
* Automatically recover from a failed attempt to decode a session object.Sascha Schumann2000-06-091-4/+17
* Fix format strings. cache_expire's type was changed to long.Sascha Schumann2000-06-081-2/+2
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-10/+10
* Fix Win32 buildZeev Suraski2000-06-041-1/+0
* `len' is not the actual length of the string, but the possible maximumSascha Schumann2000-05-291-1/+1
* - Fix problem in sessions module under Win32. Need to use ; as an optionsAndi Gutmans2000-05-271-1/+1
* Save more overhead. Look for the serializer/save_handler only when they're a...Zeev Suraski2000-05-262-11/+29
* Use the INI framework in the session moduleZeev Suraski2000-05-262-33/+29
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-4/+4
* Use reentrant version of readdir. If the target platform does not supportSascha Schumann2000-05-231-2/+2
* - Support virtual unlink()Andi Gutmans2000-05-231-2/+2
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-185-10/+10
* Complain, if write(2) failed.Sascha Schumann2000-05-151-1/+4
* Drop slower strchr in favor of memchr.Sascha Schumann2000-05-151-1/+1
* Updates for changed WDDX API.Andrei Zmievski2000-05-041-3/+3
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-1/+1
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-022-7/+3
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Improved in-tree shared libraries build systemSascha Schumann2000-05-013-8/+19
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-302-4/+4
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-281-2/+2
* - Fix virtual cwd bugZeev Suraski2000-04-202-2/+2
* phpinfo() prettyingColin Viebrock2000-04-061-0/+6
* - Fix another bug in session.cAndi Gutmans2000-03-301-1/+1
* - Fix compile bug in session_get_cookie_params()Andi Gutmans2000-03-301-3/+3
* #Stylistic changes.Sterling Hughes2000-03-301-6/+5
* @-added session_get_cookie_params (sterling)Sterling Hughes2000-03-302-0/+23
* GC now prints out how many session objects were removedSascha Schumann2000-03-293-4/+12
* Improved error messagesSascha Schumann2000-03-291-3/+13
* @- session_start() is now more verbose if headers cannot be send. (Thies)Thies C. Arntzen2000-03-291-2/+19
* Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the commonSascha Schumann2000-03-271-26/+8
* These should not be exportedSascha Schumann2000-03-271-1/+1
* Revamp session's config.m4 and reenable support for mm. The shared memorySascha Schumann2000-03-261-32/+43