XMLReader in PHP 5.1

php.internals

Christian Stocker

21 years ago
Hi As briefly mentioned at the start of the long PHP 5.1 thread, I'd like to include XMLReader in the standard PHP 5.1 distribution. XMLReader is in my opinion far superior to the sax extension and should therefore be included for more widespread use. I'm not in the position to decide, if it should be enabled by default. It doesn't have external dependencies (besides what we already have, libxml2), but AFAIK we do not want to enable more extension by default. I didn't hear any arguments against bundling it and it would be the right time to do that now for testing purposes. I remember that we did some special CVS tricks for tidy and soap for having them in pecl and the php-src/, maybe we should do the same here. But I don't think, I have the necessary karma to do that ;) That's it, would be great, if someone could do that. chregu
-- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | chregu@bitflux.ch | gnupg-keyid 0x5CE1DECB

Andi Gutmans

21 years ago
I think that's OK. Would you deal with having the docs merged into the PHP Manual? If no one objects then we can go ahead and do it. Anyone know if this is done via the modules file or if it requires other CVS magic? Andi At 04:28 PM 2/7/2005 +0100, Christian Stocker wrote:

Andi Gutmans

21 years ago
Yeah, unless someone objects that'd be great. Thanks, Andi At 08:37 PM 2/7/2005 -0500, Wez Furlong wrote:

Wez Furlong

21 years ago
Done (can be easily backed out if somone finds a good reason). --Wez. On Mon, 07 Feb 2005 17:48:27 -0800, Andi Gutmans <andi@zend.com> wrote:

Pierre-Alain Joye

21 years ago
On Mon, 07 Feb 2005 17:48:27 -0800 andi@zend.com (Andi Gutmans) wrote:
> Yeah, unless someone objects that'd be great.
What's about its brother XMLWriter (even as experimental)? --Pierre

Wez Furlong

21 years ago
This is usually done by symlinking in the repository; I can do this if you like. --Wez. On Mon, 07 Feb 2005 17:16:00 -0800, Andi Gutmans <andi@zend.com> wrote: