php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18702 XML not available in latest STABLE snap
Submitted: 2002-08-02 08:12 UTC Modified: 2002-09-26 20:25 UTC
From: james at stealthnet dot co dot uk Assigned:
Status: No Feedback Package: XML related
PHP Version: 4CVS-2002-08-02 OS: Freebsd 4.5
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: james at stealthnet dot co dot uk
New email:
PHP Version: OS:

 

 [2002-08-02 08:12 UTC] james at stealthnet dot co dot uk
Just built php4-STABLE-200207311200 with the following options:
./configure --with-mysql=/usr/local/ --with-zlib=/usr/ --with-xml=/usr/local --with-dom=/usr/local --with-iconv=/usr/local --with-apxs=/usr/local/sbin/apxs

and I get an error:
Fatal error: Call to undefined function: xml_parser_create() in <file>

Yet with the exact same ./configure options given to php4-200207260300 from HEAD, it works fine.

Suggest this is a PHP-4.2.3-dev issue?

James

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-02 11:20 UTC] kalowsky@php.net
There is currently no plan for a 4.2.3.  Chregu can you take a look into this please and see if it's a configuration issue by some chance?
 [2002-08-03 04:09 UTC] chregu@php.net
xml_parser_create() is a function of ext/xml, not ext/domxml.  Someone with more knowledge of the ext/xml should have a look into it.

chregu
 [2002-09-18 19:46 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-09-26 20:25 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


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