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
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:
44 - 22 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 22:01:26 2024 UTC