Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168594 - dev-lang/php - request for rrdtool support
Summary: dev-lang/php - request for rrdtool support
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 15:52 UTC by WiseLYNX
Modified: 2007-08-13 09:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description WiseLYNX 2007-02-27 15:52:47 UTC
gentoo php ebuild is missing rrdtool support

Reproducible: Always

Steps to Reproduce:




rrdtool bindings for php are available at http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz 

from what I can read from http://www.ioncannon.net/system-administration/25/how-to-build-the-php-rrdtool-extension-by-hand/ it seems that having it working would require recompilation of php. people on  #gentoo-php suggested to open a bug to request this feature to be added.
Comment 1 Alex V. Koval 2007-03-14 12:44:49 UTC
We also need it. 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-08-10 17:56:50 UTC
http://bugs.php.net/ is the place to file feature requests for PHP, not Gentoo bugzilla. Thanks.
Comment 3 Luca Barbato gentoo-dev 2007-08-13 08:49:16 UTC
The request is to add an rrdtools useflag to the php ebuild or the opposite (have rrdtools php binding triggered by php useflag in rrdtool)
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-08-13 08:59:05 UTC
(In reply to comment #3)
> The request is to add an rrdtools useflag to the php ebuild or the opposite
> (have rrdtools php binding triggered by php useflag in rrdtool)

We won't do this. If someone packages as PECL, sure. Not going to happen while it requires to become a part of dev-lang/php itself, adding yet another configure option to it. Please read the link posted in comment #0.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-08-13 09:33:19 UTC
If you'd like to help upstream to package this as PECL, you can see e.g. PEAR and PECL Packaging tutorial: http://devzone.zend.com/node/view/id/1051 (some of the links are unfortunately outdated there, the tools have moved to PEAR- http://pear.php.net/search.php?q=codegen&in=packages&x=0&y=0)