diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-08-20 02:31:20 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2006-08-20 02:31:20 +0000 |
commit | 808faadfbea5deb79b4bb14c64a6e8df4c4466e4 (patch) | |
tree | 98b61ee13b84d047f1200cc13f42afffbcd31fc8 /packages/php/php-5.0.5/endianness.patch | |
parent | 3713cf969e4073f08cc096f122032e9000674225 (diff) |
php: upgrade PHP5 to 5.1.4, thanks to Shane Volpe <shanevolpe AT gmail dot com>, bug #1338
Diffstat (limited to 'packages/php/php-5.0.5/endianness.patch')
-rw-r--r-- | packages/php/php-5.0.5/endianness.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/php/php-5.0.5/endianness.patch b/packages/php/php-5.0.5/endianness.patch deleted file mode 100644 index 0231727c33..0000000000 --- a/packages/php/php-5.0.5/endianness.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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__ |