php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56686 Won't compile on php-5.1.1
Submitted: 2005-12-01 08:37 UTC Modified: 2006-01-03 16:04 UTC
From: cmouse at desteem dot org Assigned:
Status: Closed Package: Fileinfo (PECL)
PHP Version: 5_1 CVS-2005-12-01 OS: Linux
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: cmouse at desteem dot org
New email:
PHP Version: OS:

 

 [2005-12-01 08:37 UTC] cmouse at desteem dot org
Description:
------------
Cannot compile your module on PHP 5.1.1. Fails with 

gcc -I. -I/tmp/tmpbfr9Mn/Fileinfo-1.0.1 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/Fileinfo-1.0.1/include -I/var/tmp/pear-build-root/Fileinfo-1.0.1/main -I/tmp/tmpbfr9Mn/Fileinfo-1.0.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -DHAVE_CONFIG_H -g -O2 -c /tmp/tmpbfr9Mn/Fileinfo-1.0.1/fileinfo.c  -fPIC -DPIC -o .libs/fileinfo.o
/tmp/tmpbfr9Mn/Fileinfo-1.0.1/fileinfo.c: In function `finfo_objects_new':
/tmp/tmpbfr9Mn/Fileinfo-1.0.1/fileinfo.c:106: error: structure has no member named `std'


Reproduce code:
---------------
Use php-5.1.1, run pecl install Fileinfo

Expected result:
----------------
That fileinfo would get installed

Actual result:
--------------
See first

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-03 16:04 UTC] ilia at prohost dot org
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pecl.php.net/get/Fileinfo


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC