summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add MSIE 5-specific Cache-Control fieldsSascha Schumann2000-03-261-3/+3
* Changed HTTP_STATE_VARS to HTTP_SESSION_VARS.Andrei Zmievski2000-03-132-14/+14
* - Weird that this wasn't caught earlierAndi Gutmans2000-03-101-1/+1
* Anything in $HTTP_SESSION_VARS[] is auto-registered, if register_globalsAndrei Zmievski2000-03-081-0/+11
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* Need to pass PLS_DC.Andrei Zmievski2000-03-061-2/+2
* (php_get_session_var)Andrei Zmievski2000-03-061-2/+8
* (php_set_session_var)Andrei Zmievski2000-02-281-1/+1
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-5/+5
* More protos.Egon Schmid2000-02-241-16/+16
* Revert part of the last commitSascha Schumann2000-02-221-4/+4
* Print out a warning, if writing the session data failed. This mightSascha Schumann2000-02-221-9/+15
* Typo.Andrei Zmievski2000-02-221-1/+1