summaryrefslogtreecommitdiff
path: root/ext/session/session.c
Commit message (Expand)AuthorAgeFilesLines
* Do not try to free NULLs.Sascha Schumann1999-09-251-4/+4
* - Upgraded var_dump() to take multiple argumentsAndrey Hristov1999-09-201-2/+2
* Convert module to use Ex API.Sascha Schumann1999-09-171-32/+34
* add user-level callbacksSascha Schumann1999-09-171-17/+48
* Fixed memory leak.Andrey Hristov1999-09-161-0/+1
* improve short help messagesSascha Schumann1999-09-161-1/+2
* wddx decode works as wellSascha Schumann1999-09-161-2/+6
* wddx serialization works nowSascha Schumann1999-09-161-4/+17
* Since Thies fixed var.c, objects work now, too.Sascha Schumann1999-09-161-1/+0
* calculate length of cookie string correctlySascha Schumann1999-09-121-2/+3
* - OopsAndi Gutmans1999-09-121-2/+1
* - Make it compile on Win32Andi Gutmans1999-09-121-1/+2
* Use global symbol table instead..Andrey Hristov1999-09-121-2/+2
* add transparent session id propagationSascha Schumann1999-09-111-1/+19
* - Added session_unset() functionAndrey Hristov1999-09-111-2/+28
* - support for external entropy sourcesSascha Schumann1999-09-111-5/+29
* First try at WDDX serializerSascha Schumann1999-09-041-10/+81
* - add global startup/shutdown handlersSascha Schumann1999-09-031-2/+1
* Fix lcg.h location.Andrey Hristov1999-09-011-1/+1
* ext/lcg -> ext/standard in various placesStig Bakken1999-08-311-1/+1
* - fix potential buffer problem in send_cookieSascha Schumann1999-08-271-7/+12
* return true to match documentationSascha Schumann1999-08-231-0/+2
* - add session.extern_referer_chkSascha Schumann1999-08-211-5/+32
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-2/+2
* Implement additional heuristic for session id search. Now looks intoSascha Schumann1999-07-221-2/+19
* *** empty log message ***Andrey Hristov1999-07-211-0/+1
* more to doSascha Schumann1999-07-181-0/+2
* add session config to php.ini and adapt the naming scheme for itSascha Schumann1999-07-181-15/+15
* Fix TS versionZeev Suraski1999-07-161-0/+4
* License updateZeev Suraski1999-07-161-20/+9
* define sid to "", if we are in cookie modeSascha Schumann1999-07-151-0/+2
* we don't need php_sidSascha Schumann1999-07-151-5/+1
* define SID appropiatelySascha Schumann1999-07-151-1/+27
* Fix a memory leak by not allowing session_start() to be called more than once.Andrey Hristov1999-07-071-0/+2
* implement a simple API in the case someone wants to define his/her own serial...Sascha Schumann1999-07-011-9/+47
* No need for a PSLS_FETCH() if PSLS_D/PSLS_DC are supplied as function argumentsZeev Suraski1999-06-291-1/+0
* *** empty log message ***Andrey Hristov1999-06-291-1/+1
* Added session expiration.Andrey Hristov1999-06-291-4/+20
* Added session_is_registered(varname) function.Andrey Hristov1999-06-281-0/+27
* * Fix a buglet in the session moduleZeev Suraski1999-06-111-8/+8
* better scaling for large servers using many session idsSascha Schumann1999-06-071-2/+0
* - some cleanupsSascha Schumann1999-06-071-4/+38
* - Fix PSLS issuesZeev Suraski1999-06-061-9/+19
* one C too muchSascha Schumann1999-06-061-1/+1
* avoid unnecessary PSLS_FETCH() in internal functionsSascha Schumann1999-06-061-23/+17
* -Init tsrm on minitAndi Gutmans1999-06-061-0/+3
* - Use PS() everywhere.Andi Gutmans1999-06-061-11/+11
* - Make sessions compile on win32 but it still doesn't link.Andi Gutmans1999-06-061-6/+10
* - Add some *_FETCH()'s. Still some work to be done so that it'll compile on w...Andi Gutmans1999-06-061-2/+9
* - s/encoded/encode/Sascha Schumann1999-06-061-3/+4