From: Anantha Kesari H Y Date: Wed, 22 Sep 2004 12:49:08 +0000 (+0000) Subject: defined ZEND_PATHS_SEPERATOR to semicolon for NetWare X-Git-Tag: PRE_NEW_VM_GEN_PATCH~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff40ceab56b8ec4b66c981927854d4fa80d1701b;p=php defined ZEND_PATHS_SEPERATOR to semicolon for NetWare --- diff --git a/Zend/zend.h b/Zend/zend.h index 4039160a95..b61cf234c5 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -46,6 +46,7 @@ #elif defined(NETWARE) # include "zend_config.nw.h" # include "acconfig.h" +# define ZEND_PATHS_SEPARATOR ';' #elif defined(__riscos__) # include "zend_config.h" # define ZEND_PATHS_SEPARATOR ';'