php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57060 Won't currenly build ZEND_ME_MAPPING issues
Submitted: 2006-06-05 02:07 UTC Modified: 2006-10-11 19:47 UTC
From: judas dot iscariote at gmail dot com Assigned:
Status: Closed Package: Fileinfo (PECL)
PHP Version: 5_1 CVS-2006-06-05 OS: Linux 64 bit
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: judas dot iscariote at gmail dot com
New email:
PHP Version: OS:

 

 [2006-06-05 02:07 UTC] judas dot iscariote at gmail dot com
Description:
------------
fileinfo doesn't build with current PHP 5_2.



Reproduce code:
---------------
build as usual

Actual result:
--------------
/home/cristian/pecl/fileinfo/fileinfo.c:124:42: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/home/cristian/pecl/fileinfo/fileinfo.c:125:49: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/home/cristian/pecl/fileinfo/fileinfo.c:125: error: 'ZEND_ME_MAPPING' undeclared here (not in a function)
/home/cristian/pecl/fileinfo/fileinfo.c:125: error: syntax error before 'ZEND_ME_MAPPING'
/home/cristian/pecl/fileinfo/fileinfo.c:126:41: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/home/cristian/pecl/fileinfo/fileinfo.c:127:45: error: macro "ZEND_ME_MAPPING" requires 4 arguments, but only 3 given
/home/cristian/pecl/fileinfo/fileinfo.c:129: error: syntax error before '}' token
make: *** [fileinfo.lo] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-11 19:47 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 03:01:28 2024 UTC