php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45083 XML Constant Notices followed by crash
Submitted: 2008-05-23 22:10 UTC Modified: 2008-09-12 16:10 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: barry dot byrne at bcs dot org Assigned: jmertic (profile)
Status: Closed Package: Windows Installer
PHP Version: 5.2.6 OS: XP SP2
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: barry dot byrne at bcs dot org
New email:
PHP Version: OS:

 

 [2008-05-23 22:10 UTC] barry dot byrne at bcs dot org
Description:
------------
Calling php -v gives about 25 notices like
PHP Notice:  Constant XML_ELEMENT_NODE already defined in Unknown on line 0 
followed by correct version message
and then a Windows crash report.
I have the Windows report file if you need it.
php5ts.dll and ext/php_domxml.dll were installed by the Windows installer
Error signature below.

Actual result:
--------------
The error signature is
AppName: php.exe	 AppVer: 5.2.6.6	 ModName: php5ts.dll
ModVer: 5.2.6.6	 Offset: 0009c51d

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-23 23:13 UTC] pajoye@php.net
 ext/php_domxml.dll is an old extension for php4's DOM support. You should not enable it with php 5+

I assign this bug to the installer maintainer and see if we can simply drop it.
 [2008-05-24 17:32 UTC] pajoye@php.net
We may mark it duplicate with some other PECL-zip related issue :)
 [2008-06-19 17:55 UTC] joseche at gmail dot com
I am using 5.2.6.6 without php_domxml.dll and still having the same error.

C:\>php -v
PHP 5.2.6 (cli) (built: May  2 2008 18:02:07)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

Just doing php -v will crash
 [2008-09-12 16:10 UTC] jmertic@php.net
Extension php_domxml.dll no longer included with the package.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC