mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- WS
This commit is contained in:
parent
cef071fd80
commit
bae911f41b
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ extern "C" {
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#if defined(_WIN32) && !defined(__MINGW32__)
|
#if defined(_WIN32) && !defined(__MINGW32__)
|
||||||
#include "win32/php_stdint.h"
|
# include "win32/php_stdint.h"
|
||||||
#else
|
#else
|
||||||
#include <stdint.h>
|
# include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Compile with -DPHP_HTTP_PARSER_STRICT=0 to make less checks, but run
|
/* Compile with -DPHP_HTTP_PARSER_STRICT=0 to make less checks, but run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue