php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4962 statical linced headerfile in <phpdir>/ext/domxml/php_domxml.h
Submitted: 2000-06-11 21:13 UTC Modified: 2000-06-11 22:35 UTC
From: fumanchi at fumanchi dot tabu dot uni-bonn dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: installing DOMXML support
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fumanchi at fumanchi dot tabu dot uni-bonn dot de
New email:
PHP Version: OS:

 

 [2000-06-11 21:13 UTC] fumanchi at fumanchi dot tabu dot uni-bonn dot de
There is an statiocal linkes headerfile in <phpdir>/ext/domxml/php_domxml.h.

fix:
You should set et to "#include <libxml2-2.0.0-DIR/parser.h>" (Line 25)... where 
libxml2-2.0.0-DIR is the directory you unzipped your limxml to.
configure your libxml2-2.0.0 with "-prefix=/usr", so bug id=4903 is worked-arround.
(use "--with-dom" for php-configuration)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-11 21:19 UTC] eschmid at cvs dot php dot net
It's already fixed in PHP 4.0.0.  Please read the Dos & Don'ts before submitting a bug report! 
 [2000-06-11 22:35 UTC] fumanchi at fumanchi dot tabu dot uni-bonn dot de
There is an statiocal linkes headerfile in <phpdir>/ext/domxml/php_domxml.h.

fix:
You should modify Line 25 to "#include <libxml2-2.0.0-DIR/parser.h>"
where libxml2-2.0.0-DIR is the directory you unzipped your limxml to.
configure your libxml2-2.0.0 with "-prefix=/usr", so bug id=4903 is
worked-around.
(use "--with-dom" for php-configuration)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC