Re: new rrd tool php extension
Benny Baumann <[email protected]>
| Newsgroups | gmane.comp.db.rrdtool.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Am 17.05.2010 21:20, schrieb Tobias Oetiker: > Hi Benny, > > Today Benny Baumann wrote: > >> Hi, >> >> Am 17.05.2010 17:09, schrieb Tobias Oetiker: >> >>> Hi Miroslav, >>> >>> when it all works out, I'll be glad to remove the other php >>> extensions from the rrdtool repo and place a readme there pointing >>> to the new, merged extension. >>> >> Would be nice. Will need some work on my site to get my SVN (or at least >> that part) accessible to everyone. >> >> I'll announce the where and how here on the list when I'm done with this >> setup work. >> >> Other topic (related to this): >> Could someone prepare some basic Debian packaging. @Tobi: Maybe by >> including it into the normal source package just like the Perl and >> Python Extensions? >> > I would be glad to include it in the bindings directory BUT you > would have todo a bit of *.pod documentation as for the other > bindings, and there must be provisions for installing the module in > the rrdtool tree without infesting the local php setup ... > hmmm, for the *.pod part: Which parts need should be covered (mostly the procedural API is just a wrapper around the raw librrd). For the OOP part there will be docs available as soon as they gets merged in and stable enough to not change too often. The first version I'd be glad to include in the RDD tree would cover the version without the OOP; and thus there's (except for some part's I'll have to look up from the other bindings) nothing too wide open in that regard. And now for the build tree part: When buildung the PHP extension you basically have three steps for compiling: phpize to create the header stuff, ./configure to set up the build stuff and makefile and a make for the actual building. Giving other root paths here should pretty much do it. the often cited "make install" at the end is only necessary to copy the compiled files into the PHP extension directory - thus can be skipped for only building it. I'll investigate the actual phrazing though. > cheers > tobi > Regards, BenBE. _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) iQIcBAEBAgAGBQJL+AbqAAoJEPHTXLno4S6tnT8P/RJS4vepgVuKOMpkRUEFdD3r 8LxSiHjkeRvg9clih7wkLnqLR775ClQqXenJY+M90/gqZVibt34vyfBBp6GCcxeg F9GmNw60DxAi78ht6CNr4WZd726Iq4QNEDt80omcfmg6cOPWkO7wNlO0YDj1PamE cv/6ToJdrTjG3MnMi7OnlmiWNJYkCnxPdigh7jDXDgFXPgITo6Qe4Nu8LidiRftD eh6LgEjxu1trDZ/wGa2PVZLTdqhYzH6r410Ha8tSAy7c9Q/1eBVCQ+48m6CUTr4+ CaCDiWDwVSr6lrggUIVkgHoQeUZs08PvVC3X/aJMzGARj3PDapCbAbjdSq6YD/tD 2q6ZTpFDWuk7YqG3WiySPkju/sl0vL3fe1zrJChFcKCgZJmOZ1UzJNvTTAWCkcg8 9PQaqY9RXJnuYQqoFhhwwAdsq41n8h2fAzAbdgrbEYpDITlI90J0EA/LSjtdin40 S+OBhq8W+3NYaBXwEK+N8xtngm+lU6K2SppUWp5OnaHU+AWJb5jkL7j1MT2tKAQg 4c4mmI8z4GA7F1ZU4soOO2TXDCYWeVjuSU0vLYZNQ98xS3Wxe8jTF2PBpYKKgVoz XVDv1jNSUJVmLo4qR+oPagWQJnAVkLydMKOAPBta8BpOOagEdYniY+JKbHFTitWw 3cW8qBjF6EpHVVClNrQO =zVOy -----END PGP SIGNATURE-----