#
c917e170 |
| 11-Jul-2000 |
Sascha Schumann |
Always use the current DIR_DELIMITER to create the session file path
|
#
e8101d4f |
| 10-Jul-2000 |
Sascha Schumann |
Unify use of my email address
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
277b0e15 |
| 05-Jul-2000 |
Sascha Schumann |
(PHP session_destroy) return the error condition from storage handler's session_destroy method. Submitted by: juhl@eisenstein.dk
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
4a1da8b6 |
| 04-Jun-2000 |
Zeev Suraski |
Fix Win32 build
|
#
8c82566b |
| 27-May-2000 |
Andi Gutmans |
- Fix problem in sessions module under Win32. Need to use ; as an options - delimiter in save_path instead of :.
|
#
2aaa538a |
| 23-May-2000 |
Sascha Schumann |
Use reentrant version of readdir. If the target platform does not support the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will cause php_readdir_r calls to be serialized.
|
#
521f03c1 |
| 23-May-2000 |
Andi Gutmans |
- Support virtual unlink()
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
#
6baa5bc2 |
| 15-May-2000 |
Sascha Schumann |
Complain, if write(2) failed.
|
Revision tags: php-4.0RC2 |
|
#
5d5b09e1 |
| 30-Apr-2000 |
Andi Gutmans |
- Change some open's to V_OPEN()'s
|
#
883bd2b1 |
| 20-Apr-2000 |
Zeev Suraski |
- Fix virtual cwd bug - Add more V_STAT() V_LSTAT() changes
|
#
af9a852b |
| 29-Mar-2000 |
Sascha Schumann |
Improved error messages
|
Revision tags: PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
#
12d3e3d7 |
| 11-Feb-2000 |
Sascha Schumann |
More cosmetic things
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND |
|
#
cb45c2ea |
| 19-Dec-1999 |
Sascha Schumann |
Use zend_sprintf by default (which is defined to sprintf, if the system's sprintf is useable).
|
#
63d44115 |
| 19-Dec-1999 |
Sascha Schumann |
Use workaround function for sprintf, if the return value of sprintf is needed
|
Revision tags: PRE_RETURN_REF_MERGE |
|
#
75db7e91 |
| 13-Dec-1999 |
Sascha Schumann |
(_ps_files_path_create) terminate string correctly and append the whole key instead of the rest key
|
Revision tags: RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
99df46fa |
| 03-Dec-1999 |
Andrei Zmievski |
Include errno.h. # Please try compiling before committing
|
#
2e024a00 |
| 03-Dec-1999 |
Sascha Schumann |
Improve locking when O_EXCL is available
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
31f38edf |
| 21-Oct-1999 |
Sascha Schumann |
(_ps_files_valid_key): small logic fix
|
#
4703eb40 |
| 21-Oct-1999 |
Sascha Schumann |
(_ps_files_open): evaluate key (session id) before path creation
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
533ef398 |
| 11-Sep-1999 |
Sascha Schumann |
- support for external entropy sources - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c
|
#
14d9a59f |
| 05-Sep-1999 |
Andi Gutmans |
- Make dir functions compile in Win32 - Fix too early memory manager initialization (For you Thies)
|