Home > Archive > PHP PEAR Questions and Answers > February 2006 > Re: [PEAR-DEV] Re: [PEAR-QA] Re: [PEAR-DEV] Unmaintained packages
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PEAR-DEV] Re: [PEAR-QA] Re: [PEAR-DEV] Unmaintained packages
|
|
| Pierre Joye 2006-02-08, 9:12 am |
| Hi,
The other XML_* and most of Services* are not that usefull for php5
packages, we may consider to stick them to php4 only and do some house
keeping commit only, no?
--Pierre
| |
| Stephan Schmidt 2006-02-08, 9:12 am |
| Hi,
Pierre Joye wrote:
> The other XML_* and most of Services* are not that usefull for php5
> packages, we may consider to stick them to php4 only and do some house
> keeping commit only, no?
XML_DTD and XML_Beautifier can (in most cases) be replaced by DOM.
Services_Delicious still is useful and Services_Ebay is PHP5-only.
Stephan
| |
| David Coallier 2006-02-08, 9:12 am |
| Bleh, anyway, bad words I used..
XML_XUL => PHP4
XML_XUL2 (perhaps) => PHP5 -> OO wrapper, quick and clean.
--D
David Coallier wrote:
> +1, perhaps XML_XUL could be good but has to be rewritten to use php5.
> So yep, keep them to house commit I say.
>
> --D
> Pierre Joye wrote:
>
>
| |
| David Coallier 2006-02-08, 9:12 am |
| +1, perhaps XML_XUL could be good but has to be rewritten to use php5.
So yep, keep them to house commit I say.
--D
Pierre Joye wrote:
> Hi,
>
> The other XML_* and most of Services* are not that usefull for php5
> packages, we may consider to stick them to php4 only and do some house
> keeping commit only, no?
>
> --Pierre
>
| |
| Helgi Žormar 2006-02-08, 9:56 pm |
| On Wed, 08 Feb 2006 12:52:29 +0100, Stephan Schmidt wrote:
> Hi,
>
> Pierre Joye wrote:
> XML_DTD and XML_Beautifier can (in most cases) be replaced by DOM.
> Services_Delicious still is useful and Services_Ebay is PHP5-only.
>
> Stephan
I must agree with Stephan here, at least in the regards of the Services
packages, it's good to have a coherent interface tho those services, even
tho they can be done easily in PHP 5 and all that (it can always be made
easier with user land code).
Plus I'd say it would be interesting to have XML_XUL still around, as a
PHP 5 package, I actually have a interested fellow that wants to take over
that package, I asked him to contact Stephan but I guess that did not
happen, I'll nudge him again.
- Helgi
|
|
|
|
|