#
02d6ec2a |
| 22-Aug-1999 |
Sascha Schumann |
Use O_EXCL where possible.
|
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
#
30c131c8 |
| 15-Jul-1999 |
Sascha Schumann |
that should be included 1st
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
dbb24c2e |
| 03-Jul-1999 |
Zeev Suraski |
*** empty log message ***
|
#
c5611602 |
| 03-Jul-1999 |
Sascha Schumann |
add missing include
|
#
1798a018 |
| 11-Jun-1999 |
Zeev Suraski |
* Fix a buglet in the session module * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,s
* Fix a buglet in the session module * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals to {startup,shutdown}_session_globals, so that they're a bit less general names, and made them static. * Remove uselss variables
show more ...
|
#
4b023c15 |
| 07-Jun-1999 |
Sascha Schumann |
better scaling for large servers using many session ids
|
#
d8a9548c |
| 07-Jun-1999 |
Sascha Schumann |
- some cleanups - add gc logic - add session_destroy()
|
#
34b3dc9b |
| 06-Jun-1999 |
Zeev Suraski |
- Fix PSLS issues - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant)
|
#
a1b42e3f |
| 05-Jun-1999 |
Sascha Schumann |
first import of session module
|