Browse Source

Define PHP_CAN_SUPPORT_PROC_OPEN.

PHP-5
Sebastian Bergmann 24 years ago
parent
commit
be3427e4f0
  1. 3
      main/config.w32.h

3
main/config.w32.h

@ -169,3 +169,6 @@
/* Win32 supports strcoll */
#define HAVE_STRCOLL 1
/* Win32 support proc_open */
#define PHP_CAN_SUPPORT_PROC_OPEN 1
Loading…
Cancel
Save