mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
unify stdint type usage
if you need C99 stdint types, just include "php_stdint.h"
This commit is contained in:
parent
ca0497bba2
commit
14caf174ff
24 changed files with 242 additions and 271 deletions
|
@ -180,6 +180,8 @@ typedef unsigned int socklen_t;
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#include "php_stdint.h"
|
||||
|
||||
#include "zend_hash.h"
|
||||
#include "zend_alloc.h"
|
||||
#include "zend_stack.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue