summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix an invalid trick (it was valid when header() was usingZeev Suraski2000-04-281-2/+2
* - Fix virtual cwd bugZeev Suraski2000-04-201-1/+1
* 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-301-0/+22
* GC now prints out how many session objects were removedSascha Schumann2000-03-291-2/+7
* @- session_start() is now more verbose if headers cannot be send. (Thies)Thies C. Arntzen2000-03-291-2/+19
* These should not be exportedSascha Schumann2000-03-271-1/+1
* Add MSIE 5-specific Cache-Control fieldsSascha Schumann2000-03-261-3/+3
* Changed HTTP_STATE_VARS to HTTP_SESSION_VARS.Andrei Zmievski2000-03-131-13/+13
* - 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
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* More cosmetic thingsSascha Schumann2000-02-111-74/+56
* Some style(9) cosmeticsSascha Schumann2000-02-111-72/+70
* Compile fixesZeev Suraski2000-02-051-1/+0
* Implemented setting of session cookie parameters.Andrei Zmievski2000-02-041-0/+37
* - A few fixesZeev Suraski2000-01-281-7/+7
* - MS-SQL fixZeev Suraski2000-01-171-3/+5
* - Remove the pre-request-shutdown hooks, they should no longer be necessary.Zeev Suraski2000-01-161-13/+16
* FixZeev Suraski2000-01-161-1/+4
* Remove the post-startup callback support. Modules are now started only afterZeev Suraski2000-01-161-9/+1
* Compile fixes for ZTSZeev Suraski2000-01-151-0/+2
* Be more verbose, if headers were already sent and remove RSHUTDOWN handlerSascha Schumann2000-01-151-20/+11
* sessions are now written via a _php_session_shutdown which is registeredThies C. Arntzen2000-01-151-1/+20
* Complain verbosely, if a destroy failedSascha Schumann2000-01-151-1/+3
* * Implemented <boolean> and <null> types. We now support WDDX version 1.0Andrei Zmievski2000-01-031-9/+9
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
* - Use ALLOC_ZVAL() in PHP. Finding the places to put FREE_ZVAL(z) is muchAndi Gutmans1999-12-241-1/+1
* Logic fix, improved comments, better SID checkingSascha Schumann1999-12-221-15/+29
* Warn users, if they have disabled gpc_globals and track_vars. Also workSascha Schumann1999-12-221-12/+43
* Fix for missing RAND_MAX on SunOS 4.1Sascha Schumann1999-12-181-0/+1
* - The tree compiles againZeev Suraski1999-12-181-9/+9
* More php3_ annihilationZeev Suraski1999-12-181-1/+1
* Remove trailing white-spacesSascha Schumann1999-12-121-7/+7
* Add cache_limiter and cache_expire options. Rename extern_referer_checkSascha Schumann1999-12-121-2/+116
* (php_set_session_var): logic fix:Sascha Schumann1999-12-091-2/+2