php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56700 1.0.2 fails to compile :(
Submitted: 2005-12-05 23:08 UTC Modified: 2005-12-05 23:47 UTC
From: judas dot iscariote at gmail dot com Assigned:
Status: Closed Package: Fileinfo (PECL)
PHP Version: 5_1 CVS-2005-12-05 OS: Linux amd64
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:
39 - 34 = ?
Subscribe to this entry?

 
 [2005-12-05 23:08 UTC] judas dot iscariote at gmail dot com
Description:
------------
Fileinfo-1.0.2 fails to compile in Linxu amd64 and latest PHP 5_1 CVS

Reproduce code:
---------------
./configure....

Expected result:
----------------
extension compiled

Actual result:
--------------
Fileinfo-1.0.2/fileinfo.c: In function 'finfo_objects_new':
Fileinfo-1.0.2/fileinfo.c:109: error: 'zend_object' has no member named 'in_get'
Fileinfo-1.0.2/fileinfo.c:110: error: 'zend_object' has no member named 'in_set'
make: *** [fileinfo.lo] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-05 23:15 UTC] ilia at prohost dot org
Try this patch:
http://bb.prohost.org/patch/fileinfo.txt
 [2005-12-05 23:37 UTC] judas dot iscariote at gmail dot com
Thanks Ilia, works like a charm :-)
 [2005-12-05 23:47 UTC] judas dot iscariote at gmail dot com
closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 23:01:29 2024 UTC