php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57063 pecl install xmlreader fails
Submitted: 2006-06-05 19:44 UTC Modified: 2008-05-04 12:45 UTC
From: lateralus at nutextonline dot com Assigned:
Status: Not a bug Package: xmlReader (PECL)
PHP Version: 5.1.0 OS:
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lateralus at nutextonline dot com
New email:
PHP Version: OS:

 

 [2006-06-05 19:44 UTC] lateralus at nutextonline dot com
Description:
------------
I receive an error when running "pecl install xmlreader":

gcc -I. -I/usr/local/src/xmlreader-1.0.1 -DPHP_ATOM_INC -I/usr/local/src/xmlreader-1.0.1/include -I/usr/local/src/xmlreader-1.0.1/main -I/usr/local/src/xmlreader-1.0.1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/libxml2 -DHAVE_CONFIG_H -g -O2 -c /usr/local/src/xmlreader-1.0.1/php_xmlreader.c  -fPIC -DPIC -o .libs/php_xmlreader.o
/usr/local/src/xmlreader-1.0.1/php_xmlreader.c: In function `xmlreader_objects_new':
/usr/local/src/xmlreader-1.0.1/php_xmlreader.c:349: structure has no member named `in_get'
/usr/local/src/xmlreader-1.0.1/php_xmlreader.c:350: structure has no member named `in_set'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-07 16:00 UTC] danhofmann at usautoparts dot com
I don't know why this error has not been fixed, but just if you are getting this error, just install php-xml for PHP version 5. If you trying to do "pecl install xmlreader" try "yum install php-xml".

I wish someone would fix this issue, the latest CVS doesn't even build.
 [2008-05-04 12:45 UTC] rrichards@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PECL.

Is this still an issue?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC