php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1843 XML module no longer finds includes
Submitted: 1999-07-23 02:48 UTC Modified: 1999-07-25 09:05 UTC
From: mlemos at acm dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (23/07/1999) OS: Linux RH 5.2
Private report: No CVE-ID: None
 [1999-07-23 02:48 UTC] mlemos at acm dot org
XML module no longer finds xmltok.h in /usr/local/include/xml where it used to find
them. Configure script does not complain though.

In file included from internal_functions.c:56:
ext/xml/php3_xml.h:37: xmltok.h: No such file or directory

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-23 12:02 UTC] ssb at cvs dot php dot net
xml's config.m4 has an explicit check for /usr/local/include/xml
as of 1999-07-21.  What does "grep XML_INCLUDE config.status"
show?

 [1999-07-25 09:05 UTC] ssb at cvs dot php dot net
Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Jun 11 13:01:33 2024 UTC