diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-07-16 12:14:45 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-07-16 12:14:45 +0000 |
commit | 41ce6784688b36d0f239c49c97a46498c147a748 (patch) | |
tree | 66c729fa48d5be23763d52c469d2fab48a6fcb0a /main/php_open_temporary_file.c | |
parent | 05b895cd3915063084e789f7bc67e845977daead (diff) | |
download | php-git-41ce6784688b36d0f239c49c97a46498c147a748.tar.gz |
main/fopen_wrappers.c
NetWare file names are case insensitive
main/main.c
NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a better place to put this than main/main.c.
main/php_open_temporary_file.c,v
Removed the unused variable in NetWare block.
main/php_streams.h
Removing the redundant CLIB_STAT_PATCH
main/safe_mode.c
NetWare has no uid.
-- Kamesh
Diffstat (limited to 'main/php_open_temporary_file.c')
-rw-r--r-- | main/php_open_temporary_file.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c index e9c4a0549e..0134623b14 100644 --- a/main/php_open_temporary_file.c +++ b/main/php_open_temporary_file.c @@ -107,10 +107,6 @@ static int php_do_open_temporary_file(const char *path, const char *pfx, char ** #endif ; #endif -#ifdef NETWARE - char *file_path = NULL; -#endif - if (!path) { return -1; } |