|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-02-20 17:50 UTC] rasmus@php.net
-Status: Open
+Status: Feedback
[2012-02-20 17:50 UTC] rasmus@php.net
[2012-02-27 19:16 UTC] seth dot mos at dds dot nl
-Status: Feedback
+Status: Closed
[2012-02-27 19:16 UTC] seth dot mos at dds dot nl
[2012-03-13 13:25 UTC] seth dot mos at dds dot nl
[2012-03-15 13:15 UTC] seth dot mos at dds dot nl
[2012-03-15 13:17 UTC] seth dot mos at dds dot nl
-Status: Closed
+Status: Assigned
[2012-03-15 13:17 UTC] seth dot mos at dds dot nl
[2012-03-15 15:38 UTC] pajoye@php.net
[2012-03-15 15:38 UTC] pajoye@php.net
-Status: Assigned
+Status: Feedback
[2012-03-15 15:40 UTC] pajoye@php.net
[2012-03-31 11:18 UTC] seth dot mos at dds dot nl
[2012-03-31 11:18 UTC] seth dot mos at dds dot nl
-Status: Feedback
+Status: Closed
[2012-04-02 00:32 UTC] aharvey@php.net
-Status: Closed
+Status: Not a bug
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 00:00:01 2025 UTC |
Description: ------------ Previously we used PHP 5.2.17 in pfSense 2.0 before we upgraded our build process to the current 5.3.10. We use the suplied xml to PHP array function in pfSense to convert RRD files and add new fields to RRD files. Here is the PHP version that we use on pfSense. [2.1-DEVELOPMENT][root@pfsense.localdomain]/root(1): php -v PHP 5.3.10 with Suhosin-Patch (cgi-fcgi) (built: Feb 17 2012 14:05:19) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH $xml = file_get_contents("wan-traffic.rrd.old.xml"); $array = xml2array($xml, 1, "tag"); /* this ^^ causes a segfault */ Please see the complete code below and a test file to work on. Test script: --------------- PHP code that triggers our crash, please download the entire code and XML file from: http://iserv.nl/files/pfsense/php/wan-traffic.rrd.old.xml http://iserv.nl/files/pfsense/php/testscript.txt Expected result: ---------------- Return a array of the XML data. Actual result: -------------- PHP core dumps with a signal 11. http://iserv.nl/files/pfsense/php/php%20core%20dump%205.3.10%20freebsd%208.3.png