summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* the pipe is breaking all the timeZeev Suraski2000-02-195-10/+10
* Fine tune Andi's patchZeev Suraski2000-02-112-3/+3
* More cosmetic thingsSascha Schumann2000-02-114-148/+119
* 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-042-0/+38
* - 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-152-1/+21
* Complain verbosely, if a destroy failedSascha Schumann2000-01-151-1/+3
* - Added flush() support to SAPIZeev Suraski2000-01-131-1/+1
* Fix namespace pollutionSascha Schumann2000-01-051-11/+11
* * 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-015-5/+5
* Integration of -ng changes. Changes:Sascha Schumann1999-12-304-11/+12