From: <ced...@e-...> - 2005-11-30 15:06:47
|
Ok, it seems the zend_fetch_debug_backtrace method signature has changed = : it takes one more argument. ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int = skip_last, int provide_object TSRMLS_DC) I changed the corresponding line to the following : zend_fetch_debug_backtrace(trace, 0, 0 TSRMLS_CC); And it builds correctly. Now I'm facing another problem : the bridge = version 3 does not seem to work with my Tomcat server as it did. I'm getting "protocol violation" errors... =09 C=E9dric Champeau =20 > -----Message d'origine----- > De : php...@li...=20 > [mailto:php...@li...] De=20 > la part de C=E9dric CHAMPEAU > Envoy=E9 : mardi 29 novembre 2005 20:51 > =C0 : php...@li... > Objet : [Php-java-bridge-users] Building with PHP 5.1.1 >=20 > Hi, >=20 > I tried to update to the latest PHP version (5.1.1) since it=20 > was "highly=20 > recommanded for all 5.0.x users", but I'm facing a build problem when=20 > trying to compile php-java bridge : >=20 > /tmp/php-java-bridge-3.0.0rc/java.c: In function=20 > `create_exception_object': > /tmp/php-java-bridge-3.0.0rc/java.c:1570: error: too few arguments to=20 > function `zend_fetch_debug_backtrace' >=20 > Same goes with version 2.0.8. Any fix ? >=20 > Thanks, >=20 > C=E9dric >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep=20 > through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. =20 > DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dick > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users >=20 >=20 |