Here is a patch against the latest CVS for SimpleXML to fix its schema
validation support.
It does the following:
1) Includes all the correct libxml2 schema header files.
2) Determines whether schema support is available.
3) Avoids refreeing the parser.
4) Inverts valid / invalid logic to work c
Moriyoshi Koizumi wrote:
> Should be fixed now.
It is, thanks,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
--
PHP Internals - PHP Runtime Development Maili
Should be fixed now. Sorry for inconvenience.
Moriyoshi
Sebastian Bergmann <[EMAIL PROTECTED]> wrote:
> Current HEAD won't configure on my GENTOO/Linux laptop:
>
> [EMAIL PROTECTED]:/usr/src/php/php5/ > ./cvsclean && ./buildconf
> using default Zend directory
> buildconf: checking
Current HEAD won't configure on my GENTOO/Linux laptop:
[EMAIL PROTECTED]:/usr/src/php/php5/ > ./cvsclean && ./buildconf
using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: libtool version 1.4.3 (ok)
rebuilding
At 08:16 AM 10/4/2003 +0900, Moriyoshi Koizumi wrote:
Andi Gutmans <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I don't like this patch because already the gc is a very sensitive
> mechanism and we're not allowed to collect too much or too little at any
> given time. Your patch can easily lead to too much