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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sun May 05 18:01:31 2024 UTC