Hi
Anyone against requiring libxml2 2.6.x for PHP 5.1?
There are new features in 5.1, which only run with 2.6 (the new error
handling system, for example, or proper namespace support for SAX).
Those are currently ifdef'd, but it definitively would make the life of
the XML maintainers a lot easier, if we could just throw away all < 2.6
code ;)
Furthermore, ext/soap already requires 2.6.3.
If noone disagrees, we'll bump up the version number in the configure
check and discard support for 2.5.
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
There are new features in 5.1, which only run with 2.6 (the new error
handling system, for example, or proper namespace support for SAX).
Those are currently ifdef'd, but it definitively would make the life of
the XML maintainers a lot easier, if we could just throw away all < 2.6
code ;)
I don't see anything wrong with this, as libxml 2.6.0 came out in
October 2003. Of course, Debian stable still bundles 2.4.19, which is
from March 2002.
-adam
--
adam@trachtenberg.com | http://www.trachtenberg.com
author of o'reilly's "upgrading to php 5" and "php cookbook"
avoid the holiday rush, buy your copies today!
There are new features in 5.1, which only run with 2.6 (the new error
handling system, for example, or proper namespace support for SAX).
Those are currently ifdef'd, but it definitively would make the life of
the XML maintainers a lot easier, if we could just throw away all < 2.6
code ;)I don't see anything wrong with this, as libxml 2.6.0 came out in
October 2003. Of course, Debian stable still bundles 2.4.19, which is
from March 2002.
Which is still less than 2.5.11, which is required for 5.0. Therefore
Debian Stable people had to face this problem already with 5.0 ;)
Debian Testing has 2.6.11 and as we all know, Testing becomes stable
"really soon" ;)
chregu
-adam
--
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
Which is still less than 2.5.11, which is required for 5.0. Therefore
Debian Stable people had to face this problem already with 5.0 ;)
Fair enough. Asking people to upgrade to 2.6.x vs 2.5.11 is minor.
-adam
--
adam@trachtenberg.com | http://www.trachtenberg.com
author of o'reilly's "upgrading to php 5" and "php cookbook"
avoid the holiday rush, buy your copies today!