From: <php...@li...> - 2007-01-15 18:22:49
|
Thanks a lot for the answer - now, I am able to seamlessly use the php = application inside my tomcat (jboss actually) app. I will post this solution to sitemesh user foruns - there is a discussion = there about using sitemesh to decorate php applications within the tomcat = container. Thanks again, Tedi -----Mensagem original----- De: php-java-bridge-users-bounces=40lists.sourceforge.net =5Bmailto:php-java-bridge-users-bounces=40lists.sourceforge.net=5DEm nome de php-java-bridge-users=40lists.sourceforge.net Enviada em: quinta-feira, 11 de janeiro de 2007 08:58 Para: php-java-bridge-users=40lists.sourceforge.net Assunto: Re: =5BPhp-java-bridge-users=5D Call to undefined functionmysql_pconnect() > After setting up the bridge, I got the 'Call to > undefined function mysql_pconnect()', which I guess > is due to this sql function not being complied to > the default bridge installation (fedora 5). Old versions (<=3D 3.2.2) of the bridge contain a compiled PHP binary in the JavaBridge.war file. In version 4.x, which uses the same code base as 3.x we've removed these obsolete components. Just remove the WEB-INF/cgi/php-cgi-i386-linux executable or simply upgrade to 4.0.1, which uses the system PHP binary by default. > Is there anyway I could make the modules available > to my previous php instalation available to > php-bridge? You could compile a mysql.so and copy it to the WEB-INF/cgi directory. Or simply use the PHP binary from fedora 5. =20 =09 =09=09 ___________________________________________________________=20 Der fr=C3=BChe Vogel f=C3=A4ngt den Wurm. Hier gelangen Sie zum neuen = Yahoo=21 Mail: http://mail.yahoo.de ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE= VDEV _______________________________________________ php-java-bridge-users mailing list php-java-bridge-users=40lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users - - - - - Politica de Privacidade: Esta mensagem pode conter informacao confidencial = e/ou privilegiada. Se voce nao for o destinatario ou a pessoa autorizada a = receber esta mensagem, nao pode usar, copiar ou divulgar as informacoes = nela contidas ou tomar qualquer acao baseada nessas informacoes. Se voce = recebeu esta mensagem por engano, por favor avise imediatamente o = remetente, respondendo o e-mail e em seguida apague-o. Agradecemos sua = cooperacao. Privacy Policy: This message may contain confidential and/or privileged = information. If you are not the addressee or authorized to receive this = for the addressee, you must not use, copy, disclose or take any action = based on this message or any information herein. If you have received this = message in error, please advise the sender immediately by reply e-mail and = delete this message. Thank you for your cooperation.= |