Edit report at http://bugs.php.net/bug.php?id=53682&edit=1

 ID:                 53682
 Updated by:         ras...@php.net
 Reported by:        jklos at NetBSD dot org
 Summary:            VAX handling needs a small update
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Compile Failure
 Operating System:   NetBSD (any)
 PHP Version:        Irrelevant
-Assigned To:        
+Assigned To:        rasmus
 Block user comment: N
 Private report:     N

 New Comment:

Thanks, fixed in svn


Previous Comments:
------------------------------------------------------------------------
[2011-01-06 23:48:22] ras...@php.net

Automatic comment from SVN on behalf of rasmus
Revision: http://svn.php.net/viewvc/?view=revision&revision=307192
Log: Fix bug #53682

------------------------------------------------------------------------
[2011-01-06 23:30:37] jklos at NetBSD dot org

Description:
------------
Building php on VAXen fails because both VAX and IEEE_LITTLE_ENDIAN are
defined.



This simple change fixes the problem. My apologies for not creating
separate 

files, but it's such a tiny fix...





--- zend_strtod.c.orig  2011-01-06 09:35:15.000000000 -0800

+++ zend_strtod.c       2011-01-06 14:24:29.000000000 -0800

@@ -164,6 +164,7 @@

 

 #ifdef __vax__

 #define VAX

+#undef IEEE_LITTLE_ENDIAN

 #endif

 

 #if defined(_MSC_VER)



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53682&edit=1

Reply via email to