[PHP-DEV] SimpleXML schema validate patch

2003-10-04 Thread Adam Trachtenberg
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

Re: [PHP-DEV] autoconf trouble

2003-10-04 Thread Sebastian Bergmann
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

Re: [PHP-DEV] autoconf trouble

2003-10-04 Thread Moriyoshi Koizumi
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

[PHP-DEV] autoconf trouble

2003-10-04 Thread Sebastian Bergmann
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

Re: [PHP-DEV] Fix for bug #25543

2003-10-04 Thread Andi Gutmans
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