Browse Source

Fix Win32 build

PHP-4.0.5
Zeev Suraski 26 years ago
parent
commit
206b83f009
  1. 3
      main/config.w32.h

3
main/config.w32.h

@ -42,6 +42,9 @@
#define CONFIGURATION_FILE_PATH "php.ini"
#define USE_CONFIG_FILE 1
#define PHP_INCLUDE_PATH NULL
/* Undefine if you want stricter XML/SGML compliance by default */
/* this disables "<?expression?>" and "<?=expression?>" */
#define DEFAULT_SHORT_OPEN_TAG 1

Loading…
Cancel
Save