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
 [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: Thu Apr 18 02:02:52 2024 UTC