|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-03-06 03:19 UTC] fedora at famillecollet dot com
[2011-03-22 07:19 UTC] koubel at seznam dot cz
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 15:00:02 2025 UTC |
Description: ------------ This test fails On fedora 14, x86_64, rrdtool 1.4.4 003+ string(64) "/dev/shm/php-pecl-rrd-0.10.0/rrd-0.10.0/tests/testData/speed.rrd" 003- string(61) %s 011+ int(800) 011- int(740) 033+ int(12) 033- int(9) 047+ int(6) 047- int(0) On fedora 14, i386, rrdtool 1.4.4 003+ string(77) "/builddir/build/BUILD/php-pecl-rrd-0.10.0/rrd-0.10.0/tests/testData/speed.rrd" 003- string(61) %s 033+ int(6) 033- int(9) 047+ int(7) 047- int(0) On fedora 13, i386, rrdtool 1.3.8 001+ array(25) { 001- array(27) { 003+ string(77) "/builddir/build/BUILD/php-pecl-rrd-0.10.0/rrd-0.10.0/tests/testData/speed.rrd" 003- string(61) %s 010- ["header_size"]=> 011- int(740) 012- ["ds[speed].index"]=> 013- int(0) 043+ int(1) 047- int(0) It seems to be an arch / rrdtool version issue. - header_size seems arch dependant and not provided by all rrdtool library version. It should be usefull to have test which are not arch / rrdtool version dependant.