php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #76096 Typo in libxml error
Submitted: 2018-03-14 14:52 UTC Modified: 2018-03-14 15:02 UTC
From: rolo__king at hotmail dot com Assigned:
Status: Not a bug Package: XML Reader
PHP Version: 5.6.34 OS: Centos 7.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 + 39 = ?
Subscribe to this entry?

 
 [2018-03-14 14:52 UTC] rolo__king at hotmail dot com
Description:
------------
When validating XML with a schema using XMLReader class and libxml_use_internal_errors(true).

One $error->message returned from 'libxml_get_errors()' reads 'Element 'element_name': Warning: No precomputed value available, the value was either invalid or something strange happend.'.

There is a typo, 'happend' should read 'happened'.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-03-14 15:02 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2018-03-14 15:02 UTC] requinix@php.net
That error message is from libxml2, not PHP.

Check http://xmlsoft.org/bugs.html for how to report bugs to them.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC