unify stdint type usage

if you need C99 stdint types, just include "php_stdint.h"
This commit is contained in:
Michael Wallner 2013-08-06 22:45:35 +02:00
parent ca0497bba2
commit 14caf174ff
24 changed files with 242 additions and 271 deletions

View file

@ -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"