[Bug 204978] php56: zend_strtod.c needs __VFP_FP__ defined to work correctly on arm AT91SAM9

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 2 22:17:02 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204978

            Bug ID: 204978
           Summary: php56: zend_strtod.c needs  __VFP_FP__ defined to work
                    correctly on arm AT91SAM9
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: dhorwitt at cox.net
                CC: freebsd-arm at FreeBSD.org
                CC: freebsd-arm at FreeBSD.org

<?php
session_start();
?>

This fails with "PHP Fatal error:  Balloc() allocation exceeds list boundary in
- on line 2"

This seems to trace from zend_dtoa() in Zend/zend_strtod.c.
#define __VFP_FP__ before line 156 seems to resolve the error.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list