]> git.pld-linux.org Git - packages/php.git/blobdiff - php-uint32_t.patch
split fpm config to fpm.d dir
[packages/php.git] / php-uint32_t.patch
index c6006d2f8fad33971f431c5ac43d1d49321ff5b5..5e9ba0148c91aed3ce48845a73b187c7cf5ccbc8 100644 (file)
@@ -1,12 +1,11 @@
-adds missing include in zend_strtod.c (caused build to fail on sparc)
-
---- php-5.0.3/Zend/zend_strtod.c~      2004-12-14 09:41:35.000000000 +0100
-+++ php-5.0.3/Zend/zend_strtod.c       2004-12-21 08:45:10.050119856 +0100
-@@ -90,6 +90,7 @@
-  */
+diff -ur php5.3-200903291030/Zend/zend_strtod.c mod/Zend/zend_strtod.c
+--- php5.3-200903291030/Zend/zend_strtod.c     2009-03-18 12:36:20.000000000 +0100
++++ mod/Zend/zend_strtod.c     2009-03-29 18:34:10.000000000 +0200
+@@ -93,6 +93,7 @@
  
+ #include <zend_operators.h>
  #include <zend_strtod.h>
-+#include <idn-int.h>
++#include <stdint.h>
  
- #if defined(LIBC_SCCS) && !defined(lint)
- static char *rcsid = "$OpenBSD: strtod.c,v 1.19 2004/02/03 16:52:11 drahn Exp $";
+ #ifdef ZTS
+ #include <TSRM.h>
This page took 0.033507 seconds and 4 git commands to generate.