diff options
author | Stanislav Malyshev <stas@php.net> | 2000-09-05 19:29:03 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2000-09-05 19:29:03 +0000 |
commit | 20a6474eae78e3d7c96711d9e89116d1a8c9d46d (patch) | |
tree | 436d2c2444f0951ce59cfb56a4a9216eb4d0e583 /ext/session/mod_files.c | |
parent | eb3214490287d4f8fd87a0e709f24e56eb97ae12 (diff) | |
download | php-git-20a6474eae78e3d7c96711d9e89116d1a8c9d46d.tar.gz |
Fix crash
# This is getting worse... Seems that more work is needed
Diffstat (limited to 'ext/session/mod_files.c')
-rw-r--r-- | ext/session/mod_files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 8e5c38d40b..2c7e9c7117 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -16,7 +16,6 @@ +----------------------------------------------------------------------+ */ - #include "php.h" #include <sys/stat.h> |