[PHP-DEV] PHP 4.0 Bug #4261: does not find <xmltok.h> & <xmlparse.h> in php_xml.h From: kohl <email protected>
Date: 04/27/00

From: kohl <email protected>
Operating system: Sparc/Solaris 8
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Compile Failure
Bug description: does not find &lt;xmltok.h&gt; & &lt;xmlparse.h&gt; in php_xml.h

Sparc/Solaris 8, gcc 2.95.2
./configure --with-mysql=/usr/local/mysql --with-config-file=/usr/local/apache --with-apache=../apache_1.3.12 --enable-track-vars --with-ldap --with-ftp --with-xml

Corrected file:
php-4.0RC1/ext/xml/php_xml.h
#include <xmltok.h>
#include <xmlparse.h>
   changed to
#include <expat/xmltok/xmltok.h>
#include <expat/xmlparse/xmlparse.h>

This compiles OK now for me.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>