php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38088 DOMElement->setAttribute raises a warning
Submitted: 2006-07-13 08:48 UTC Modified: 2006-07-13 09:27 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: mail at mbaierl dot com Assigned:
Status: Not a bug Package: DOM XML related
PHP Version: 5.1.4 OS: Linux (Ubuntu 6.06 LTS)
Private report: No CVE-ID: None
 [2006-07-13 08:48 UTC] mail at mbaierl dot com
Description:
------------
DOMElement->setAttribute raises a warning under PHP 5.1.2 and 5.1.4:


Warning: DOMElement::setAttribute() [function.DOMElement-setAttribute]: No such attribute 'xmlns:soap' in /mnt/data/web/htdocs/webservices/inc/ws_helper/lib/soap/WSDLStruct.class.php on line 116

Warning: DOMElement::setAttribute() [function.DOMElement-setAttribute]: No such attribute 'xmlns:SOAP-ENC' in /mnt/data/web/htdocs/webservices/inc/ws_helper/lib/soap/WSDLStruct.class.php on line 117

Warning: DOMElement::setAttribute() [function.DOMElement-setAttribute]: No such attribute 'xmlns:wsdl' in /mnt/data/web/htdocs/webservices/inc/ws_helper/lib/soap/WSDLStruct.class.php on line 118

Warning: DOMElement::setAttribute() [function.DOMElement-setAttribute]: No such attribute 'xmlns:xsd' in /mnt/data/web/htdocs/webservices/inc/ws_helper/lib/soap/WSDLStruct.class.php on line 119

Warning: DOMElement::setAttribute() [function.DOMElement-setAttribute]: No such attribute 'xmlns:tns' in /mnt/data/web/htdocs/webservices/inc/ws_helper/lib/soap/WSDLStruct.class.php on line 120

Warning: DOMElement::setAttribute() [function.DOMElement-setAttribute]: No such attribute 'wsdl:arrayType' in /mnt/data/web/htdocs/webservices/inc/ws_helper/lib/soap/IPXMLSchema.class.php on line 131


The package Webservice Helper (http://www.jool.nl/new/index.php?file_id=1) was used and it works fine on a Redhat machine with the same version(s) of PHP.

Reproduce code:
---------------
http://www.jool.nl/new/index.php?file_id=1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-13 09:27 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 12:01:32 2024 UTC