]> git.pld-linux.org Git - packages/php.git/blob - php-uint32_t.patch
up to php-7.2.0RC6, likely last RC
[packages/php.git] / php-uint32_t.patch
1 diff -ur php5.3-200903291030/Zend/zend_strtod.c mod/Zend/zend_strtod.c
2 --- php5.3-200903291030/Zend/zend_strtod.c      2009-03-18 12:36:20.000000000 +0100
3 +++ mod/Zend/zend_strtod.c      2009-03-29 18:34:10.000000000 +0200
4 @@ -93,6 +93,7 @@
5  
6  #include <zend_operators.h>
7  #include <zend_strtod.h>
8 +#include <stdint.h>
9  
10  #ifdef ZTS
11  #include <TSRM.h>
This page took 0.031654 seconds and 3 git commands to generate.