|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-03-21 19:04 UTC] koubel at seznam dot cz
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 00:00:02 2025 UTC |
Description: ------------ The tests/rrd_003.phpt with 001+ Fatal error: Uncaught exception 'Exception' with message 'startTime cannot be empty string' in /dev/shm/php-pecl-rrd-0.10.0/rrd-0.10.0/tests/rrd_003.php:3 001- bool(true) 002+ Stack trace: 003+ #0 /dev/shm/php-pecl-rrd-0.10.0/rrd-0.10.0/tests/rrd_003.php(3): RRDCreator->__construct('/dev/shm/php-pe...', 'now -10d', 500) 004+ #1 {main} 005+ thrown in /dev/shm/php-pecl-rrd-0.10.0/rrd-0.10.0/tests/rrd_003.php on line 3 This seems an x86_64 only issue. Looking at the code, I found a small mistake in a zend_parse_parameters call. a "l" parameters must be a long. The proposed patched solves the issue, build and run fine and test succeed. https://github.com/remicollet/remirepo/blob/master/php-pecl-rrd/rrd-build.patch