* set PHP_EXTENSION_DIR to c:\php4 and change the default

PHP_INCLUDE_PATH to c:\php4\pear
This commit is contained in:
Stig Bakken 2001-10-15 08:29:00 +00:00
parent e638a3d354
commit d7acbbe2c3

View File

@ -53,7 +53,7 @@
#define CONFIGURATION_FILE_PATH "php.ini"
#define USE_CONFIG_FILE 1
#define PHP_INCLUDE_PATH "."
#define PHP_INCLUDE_PATH "c:\\php4\\pear"
/* Undefine if you want stricter XML/SGML compliance by default */
@ -247,7 +247,7 @@
#define HAVE_STRFTIME 1
/* Default directory for loading extensions. */
#define PHP_EXTENSION_DIR NULL
#define PHP_EXTENSION_DIR "c:\\php4"
#define SIZEOF_INT 4