summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Collapse)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
| | | | | - php3api_ is changed to php_
* Convert module to use Ex API.Sascha Schumann1999-09-171-32/+34
|
* don't call empty function namesSascha Schumann1999-09-171-3/+1
|
* add user-level callbacksSascha Schumann1999-09-176-18/+279
|
* 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-162-4/+6
|
* wddx serialization works nowSascha Schumann1999-09-162-5/+25
|
* 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
|
* update macroSascha Schumann1999-09-121-1/+1
|
* Use global symbol table instead..Andrey Hristov1999-09-121-2/+2
|
* add transparent session id propagationSascha Schumann1999-09-114-5/+42
| | | | | | | | | this uses a custom scanner which detects relative URIs and changes them appropiately. must be explicitly enabled with --enable-trans-sid (normal case is not affected, since session_adapt_uris defaults to void statement. Compiler should eliminate dead code in output.c then.)
* - Added session_unset() functionAndrey Hristov1999-09-112-2/+29
| | | | | | - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start()
* - support for external entropy sourcesSascha Schumann1999-09-113-6/+32
| | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-0/+6
| | | | | - Fix too early memory manager initialization (For you Thies)
* First try at WDDX serializerSascha Schumann1999-09-041-10/+81
| | | | | (not active currently)
* cleanupSascha Schumann1999-09-041-80/+91
|
* remove superflicious enumarationSascha Schumann1999-09-041-10/+0
|
* bail out, if ps_mm_instance wasn't initialized correctlySascha Schumann1999-09-041-0/+4
| | | | | (should take place in global startup)
* implement single directory garbage collectorSascha Schumann1999-09-041-1/+49
|
* - add global startup/shutdown handlersSascha Schumann1999-09-034-14/+81
| | | | | | | | | | - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start
* 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-279-12/+369
| | | | | | | | | | - fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This works pretty good, but we need to create the initial mm pool from the parent process/thread. Still looking for a clean way to do that.
* return true to match documentationSascha Schumann1999-08-231-0/+2
|
* - cleanup codeSascha Schumann1999-08-222-9/+32
| | | | | | | | | | | - add script which creates the directory tree for better scaling of mod_files I have to decide yet whether we implement the garbage collection in the module or if we simply let the user do find path -ctime +1 | xargs rm
* Use O_EXCL where possible.Sascha Schumann1999-08-221-1/+9
|
* - add session.extern_referer_chkSascha Schumann1999-08-212-5/+33
| | | | | - use combined lcg in session id creation
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-2/+2
| | | | | php3_compat.h)
* Implement additional heuristic for session id search. Now looks intoSascha Schumann1999-07-221-2/+19
| | | | | REQUEST_URI as well.
* *** 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-162-40/+18
|
* define sid to "", if we are in cookie modeSascha Schumann1999-07-151-0/+2
|
* we don't need php_sidSascha Schumann1999-07-152-6/+1
|
* that should be included 1stSascha Schumann1999-07-151-1/+2
|
* define SID appropiatelySascha Schumann1999-07-151-1/+27
|
* that should be included 1stSascha Schumann1999-07-151-1/+2
|
* Fix a memory leak by not allowing session_start() to be called more than once.Andrey Hristov1999-07-071-0/+2
|
* *** empty log message ***Zeev Suraski1999-07-031-0/+4
|
* add missing includeSascha Schumann1999-07-031-0/+1
|
* implement a simple API in the case someone wants to define his/her own ↵Sascha Schumann1999-07-012-10/+74
| | | | serialization stuff
* 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
|