]> git.pld-linux.org Git - packages/php.git/blob - php-uint32_t.patch
Rediff patches.
[packages/php.git] / php-uint32_t.patch
1 adds missing include in zend_strtod.c (caused build to fail on sparc)
2
3 diff -urNp -x '*.orig' php-5.2.17.org/Zend/zend_strtod.c php-5.2.17/Zend/zend_strtod.c
4 --- php-5.2.17.org/Zend/zend_strtod.c   2011-01-06 23:48:20.000000000 +0100
5 +++ php-5.2.17/Zend/zend_strtod.c       2021-10-23 19:00:05.466458470 +0200
6 @@ -93,6 +93,7 @@
7  
8  #include <zend_operators.h>
9  #include <zend_strtod.h>
10 +#include <stdint.h>
11  
12  #ifdef ZTS
13  #include <TSRM.h>
This page took 0.030864 seconds and 3 git commands to generate.