summaryrefslogtreecommitdiff
path: root/packages/modphp/files/endianness.patch
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2006-12-07 19:47:18 +0000
committerAndrew Wilcox <andy@protium.com>2006-12-07 19:47:18 +0000
commit7d4a04338043aa1dd4668ff04fb1ff8188673a2c (patch)
treed7eebb193ebbdd2ab9274c8abd9117d53e2490ff /packages/modphp/files/endianness.patch
parentf68d2c99fa7ca759e2a1e76f856aa59a71bae59f (diff)
modphp: Apache2 module for php, patches and BB file.
Diffstat (limited to 'packages/modphp/files/endianness.patch')
-rw-r--r--packages/modphp/files/endianness.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/modphp/files/endianness.patch b/packages/modphp/files/endianness.patch
new file mode 100644
index 0000000000..0231727c33
--- /dev/null
+++ b/packages/modphp/files/endianness.patch
@@ -0,0 +1,10 @@
+--- php-5.0.5/Zend/zend_strtod.c~ 2005-10-10 19:58:06.000000000 -0700
++++ php-5.0.5/Zend/zend_strtod.c 2005-10-10 20:21:35.000000000 -0700
+@@ -130,6 +130,7 @@
+ * but the word order is big endian.
+ */
+ #define IEEE_BIG_ENDIAN
++#undef IEEE_LITTLE_ENDIAN
+ #endif
+
+ #ifdef __vax__