1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

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.
-- Kamesh
This commit is contained in:
Anantha Kesari H Y
2005-07-16 12:21:34 +00:00
parent 032d0962c2
commit d77acff66f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path
}
/* Check the path */
#ifdef PHP_WIN32
#if defined(PHP_WIN32) || defined(NETWARE)
if (strncasecmp(resolved_basedir, resolved_name, resolved_basedir_len) == 0) {
#else
if (strncmp(resolved_basedir, resolved_name, resolved_basedir_len) == 0) {
+1 -1
View File
@@ -222,7 +222,7 @@ static PHP_INI_MH(OnUpdateTimeout)
# define PHP_SAFE_MODE_EXEC_DIR ""
#endif
#ifdef PHP_PROG_SENDMAIL
#if defined(PHP_PROG_SENDMAIL) && !defined(NETWARE)
# define DEFAULT_SENDMAIL_PATH PHP_PROG_SENDMAIL " -t -i "
#else
# define DEFAULT_SENDMAIL_PATH NULL