mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Replace php_stdint.h header with standard headers (#8613)
This commit is contained in:
parent
492021168d
commit
d08451b2ca
13 changed files with 19 additions and 69 deletions
|
@ -34,7 +34,7 @@ extern "C" {
|
|||
# include "php_config.h"
|
||||
#endif
|
||||
|
||||
#include "php_stdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/* Compile with -DPHP_HTTP_PARSER_STRICT=0 to make less checks, but run
|
||||
* faster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue