php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56672 Compile error with new PHP (due to recursive change)
Submitted: 2005-11-24 18:00 UTC Modified: 2005-11-24 18:15 UTC
From: phyre at rogers dot com Assigned:
Status: Closed Package: Fileinfo (PECL)
PHP Version: 5_1 CVS-2005-11-24 OS: Debian Linux 3.1
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: phyre at rogers dot com
New email:
PHP Version: OS:

 

 [2005-11-24 18:00 UTC] phyre at rogers dot com
Description:
------------
Compiling error as follows...

 gcc -I. -I/tmp/tmpawJGX0/Fileinfo-1.0 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/Fileinfo-1.0/include -I/var/tmp/pear-build-root/Fileinfo-1.0/main -I/tmp/tmpawJGX0/Fileinfo-1.0 -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 -DHAVE_CONFIG_H -g -O2 -c /tmp/tmpawJGX0/Fileinfo-1.0/fileinfo.c  -fPIC -DPIC -o .libs/fileinfo.o
/tmp/tmpawJGX0/Fileinfo-1.0/fileinfo.c: In function `finfo_objects_new':
/tmp/tmpawJGX0/Fileinfo-1.0/fileinfo.c:105: error: structure has no member named `in_get'
/tmp/tmpawJGX0/Fileinfo-1.0/fileinfo.c:106: error: structure has no member named `in_set'

Reproduce code:
---------------
Compile with php 5.1.0 stable.

Expected result:
----------------
successful compile, exit 0

Actual result:
--------------
error as stated above

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-24 18:15 UTC] ilia at prohost dot org
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


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