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 |
From: <ced...@e-...> - 2005-12-02 08:50:22
|
Well, already have the answer. They don't seem to be keen to change it = :p ID: 35514 Updated by: sn...@ph... Reported By: cedric dot champeau at e-manation dot com -Status: Open +Status: Wont fix -Bug Type: Unknown/Other Function +Bug Type: Scripting Engine problem Operating System: All PHP Version: 5.1.1 New Comment: And it will stay like that, too bad. > -----Message d'origine----- > De : php...@li...=20 > [mailto:php...@li...] De=20 > la part de C=E9dric CHAMPEAU > Envoy=E9 : vendredi 2 d=E9cembre 2005 09:43 > =C0 : php...@li... > Objet : RE: [Php-java-bridge-users] Building with PHP 5.1.1 >=20 > You were right : the API has changed from 5.1.0 to 5.1.1.=20 > I'll submit a bug > report to the PHP team. >=20 >=20 > [root@lorien tmp]# grep -r "ZEND_API void=20 > 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 >=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 >=20 >=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 |
From: Jost B. <jos...@ya...> - 2005-12-03 17:30:57
|
Hi Cedric, > Well, already have the answer. They don't seem to be > keen to change it :p Okay, I'll look at this for 2.0.9 and 3.0.0. Please see PR1372398 for details. (https://sourceforge.net/tracker/index.php?func=detail&aid=1372398&group_id=117793&atid=679233) Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |