]> granicus.if.org Git - php/commit
Fix #79884: PHP_CONFIG_FILE_PATH is meaningless
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 22 Jul 2020 08:48:15 +0000 (10:48 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 23 Jul 2020 13:39:22 +0000 (15:39 +0200)
commit15efb96d4ce8003cca1c5fdcda4488c1827065d4
tree1bcc40ec94e140af4de37dba381f9b95ccbe6ba6
parent6b99a8be4d3adef95eece9e84395966694bb1cec
Fix #79884: PHP_CONFIG_FILE_PATH is meaningless

It does not make sense to make assumptions about `PHP_CONFIG_FILE_PATH`
during build time, since that value is never used during run time on
Windows.  Since there is no `--with-config-file-path` on Windows
either, we define `PHP_CONFIG_FILE_PATH` as `""`.
NEWS
win32/build/config.w32.h.in