]> git.pld-linux.org Git - packages/php.git/blame - php-uint32_t.patch
Rel 38. Add workaround for https://bugs.php.net/bug.php?id=79589
[packages/php.git] / php-uint32_t.patch
CommitLineData
6fda23ef
AG
1adds missing include in zend_strtod.c (caused build to fail on sparc)
2
f9fed404
AM
3diff -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 @@
6fda23ef 7
f9fed404 8 #include <zend_operators.h>
6fda23ef 9 #include <zend_strtod.h>
e0485480 10+#include <stdint.h>
6fda23ef 11
f9fed404
AM
12 #ifdef ZTS
13 #include <TSRM.h>
This page took 0.055765 seconds and 4 git commands to generate.