php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11313 XML module not linked as 'shared'
Submitted: 2001-06-06 11:44 UTC Modified: 2002-03-03 02:50 UTC
From: drew at elysium dot ltd dot uk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: RH 7.0
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: drew at elysium dot ltd dot uk
New email:
PHP Version: OS:

 

 [2001-06-06 11:44 UTC] drew at elysium dot ltd dot uk
If you compile XML support as a shared module
(./configure ... --with-xml=shared ...), all does compile
fine but when you access any of the PHP XML functions you
get the following type of error
"Cant load module xml.so, no such function 
php_xml_parser_create".

It turns out the the new config.m4 and Makefile.in in 
ext/xml dont seem to work.  I copied across these files 
from PHP4.0.4pl1 and all is fine.  Thats the only fix I 
have for now.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-18 15:33 UTC] sniper@php.net
I tested this with latest CVS and it doesn't work
in it either.

--Jani

 [2002-03-03 02:50 UTC] kalowsky@php.net
This bug has been fixed in CVS.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 08:01:32 2024 UTC