Bugs item #2847738, was opened at 2009-08-31 15:48 Message generated for change (Comment added) made by nickloeve You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2847738&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: nickloeve (nickloeve) Assigned to: Sjoerd Mullender (sjoerd) Summary: SuperBall build fails with PHP 5.3.0 Initial Comment: I tried to install the superball release, and the build failed for the client, as the PHP bindings use deprecated interfaces. ---------------------------------------------------------------------- >Comment By: nickloeve (nickloeve) Date: 2009-08-31 16:41 Message: Ah, indeed, I didn't look too closely (as you can see) :) ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2009-08-31 16:26 Message: The major problem is not the deprecated interfaces (these are "merely" warnings), but rather: php_monetdb.c: In function ‘php_monetdb_fetch_hash’: php_monetdb.c:1719: error: ‘zend_fcall_info’ has no member named ‘object_pp’ php_monetdb.c:1757: error: ‘zend_fcall_info_cache’ has no member named ‘object_pp’ Looking at the code (I couldn't find any respective documentation) it appears that PHP chose to rename the "object_pp" members of structs "zend_fcall_info" & "zend_fcall_info_cache" between versions 5.2.9 and 5.3.0 ... We'll need to extend our configure scripts to detect this "subtle" difference ... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2847738&group_id=56967 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
