Browse Source

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

PHP_INCLUDE_PATH to c:\php4\pear
experimental/ZendEngine2
Stig Bakken 25 years ago
parent
commit
d7acbbe2c3
  1. 4
      main/config.w32.h

4
main/config.w32.h

@ -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

Loading…
Cancel
Save