1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00

* fix Windows default include path

This commit is contained in:
Stig Bakken
2001-10-15 05:47:07 +00:00
parent c06ad9f9c0
commit 8d86cc6efe

View File

@@ -53,7 +53,7 @@
#define CONFIGURATION_FILE_PATH "php.ini"
#define USE_CONFIG_FILE 1
#define PHP_INCLUDE_PATH NULL
#define PHP_INCLUDE_PATH "."
/* Undefine if you want stricter XML/SGML compliance by default */