php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58387 Can't compile on OSX
Submitted: 2008-10-22 06:43 UTC Modified: 2010-11-08 20:42 UTC
From: damien dot seguy at gmail dot com Assigned:
Status: Closed Package: funcall (PECL)
PHP Version: 5_3 CVS-2008-10-22 (dev) OS: *
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:
38 + 49 = ?
Subscribe to this entry?

 
 [2008-10-22 06:43 UTC] damien dot seguy at gmail dot com
Description:
------------
When compiling, I get this error : 

/Users/macbook/bin/php5.3-200810220430/ext/funcall/funcall.c: 
In function 'get_current_function_args':
/Users/macbook/bin/php5.3-
200810220430/ext/funcall/funcall.c:337: error: request for 
member 'top_element' in something not a structure or union
make: *** [ext/funcall/funcall.lo] Error 1
MacBook:php5.3-200810220430 macbook$ 




Reproduce code:
---------------
./configure  --enable-funcall && make 



Expected result:
----------------
Compilation sucdeeding

Actual result:
--------------
Fail during compilation

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-21 10:32 UTC] surfchen at gmail dot com
Not just for osx,but all platform have this problem on php-5.3.

There are many changes in 5.3 internal. I will try to fixed this bug before the first stable release of 5.3.
 [2010-11-08 20:42 UTC] surfchen at gmail dot com
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pecl.php.net/get/funcall

fixed in 0.3.0alpha
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC