mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Fix Win32 compilation
This commit is contained in:
parent
d1b1e3513f
commit
a064237fc0
2 changed files with 7 additions and 1 deletions
|
@ -10,10 +10,14 @@
|
|||
#define HAVE_BINDLIB 1
|
||||
|
||||
/* set to enable bcmath */
|
||||
#define WITH_BCMATH 1
|
||||
#define WITH_BCMATH 0
|
||||
/* should be added to runtime config*/
|
||||
#define PHP3_URL_FOPEN 1
|
||||
|
||||
#define STDIN_FILENO 0
|
||||
#define STDOUT_FILENO 1
|
||||
#define STDERR_FILENO 2
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
The following are defaults for run-time configuration
|
||||
---------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue