Browse Source

Fixed bug #50804 (Document configure.js --enable-crt-debug)

experimental/with_scalar_types
Kalle Sommer Nielsen 16 years ago
parent
commit
aae13b29a9
  1. 2
      sapi/cli/config.w32

2
sapi/cli/config.w32

@ -2,7 +2,7 @@
// $Id$
ARG_ENABLE('cli', 'Build CLI version of PHP', 'yes');
ARG_ENABLE('crt-debug', 'Extra CRT debugging', 'no');
ARG_ENABLE('crt-debug', 'Enable CRT memory dumps for debugging sent to STDERR', 'no');
ARG_ENABLE('cli-win32', 'Build console-less CLI version of PHP', 'no');
if (PHP_CLI == "yes") {

Loading…
Cancel
Save