From: <ced...@e-...> - 2005-12-02 08:39:16
|
You were right : the API has changed from 5.1.0 to 5.1.1. I'll submit a = bug report to the PHP team. [root@lorien tmp]# grep -r "ZEND_API void zend_fetch_debug_backtrace" = php* php-5.0.5/Zend/zend_builtin_functions.c:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last TSRMLS_DC) php-5.0.5/Zend/zend_builtin_functions.h:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last TSRMLS_DC); php-5.1.0/Zend/zend_builtin_functions.c:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last TSRMLS_DC) php-5.1.0/Zend/zend_builtin_functions.h:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last TSRMLS_DC); php-5.1.1/Zend/zend_builtin_functions.c:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last, int provide_object TSRMLS_DC) php-5.1.1/Zend/zend_builtin_functions.h:ZEND_API void zend_fetch_debug_backtrace (zval *return_value, int skip_last, int provide_object TSRMLS_DC);=20 =20 =20 > -----Message d'origine----- > De : C=E9dric CHAMPEAU [mailto:ced...@e-...]=20 > Envoy=E9 : vendredi 2 d=E9cembre 2005 09:35 > =C0 : 'php...@li...' > Objet : RE: [Php-java-bridge-users] Building with PHP 5.1.1 >=20 > >=20 > > have you already reported this to the PHP release > > team? If PHP5.1.1 is really ABI incompatible with > > 5.1.0, then this a serious bug which must be fixed > > immediately! >=20 > Wow, didn't know it was so serious. I did not report=20 > anything. I'll try to do it. >=20 > >=20 > > (They cannot change the public API in the middle of a > > release. If this is necessary, then they must adjust > > the API_VERSION_NO and change the version number to > > 5.2). > >=20 > >=20 > > > My problem now is about that 403 error with Tomcat > > when=20 > > > trying to do "PUT" on the servlet... > >=20 > > I could reproduce this problem. As a workaround > > please change the java.servlet parameter to > >=20 > > java.servlet=3D"/JavaBridge/foo.php" > >=20 > > I will fix this bug for version 3.0.0RC2, which will > > be available tomorrow. Thank you very much for > > reporting this bug! >=20 > Thanks ! >=20 > C=E9dric >=20 |