----- Original Message ---- > From: Josh Gooding <josh.good...@gmail.com> > To: Tomcat Users List <users@tomcat.apache.org> > Sent: Thursday, September 24, 2009 7:06:11 AM > Subject: php 5 and tomcat 6 > > Hey gang, > > Does anyone know where the last release of PECL was that had the tomcat > files in it for getting PHP to run with Tomcat? Looks like the version of > PHP I have (5.2.11) doesn't include the PECL libraries and from what I have > read, the PECL are currently not released. I seem to be coming up a bit > short with the pecl.php.net as well since it doesn't include the dll pack > for what I am looking for. > > TIA, > > Josh
Only way to get PHP running in Tomcat is through CGI. There are serious security implications in this setup. What you should do is setup PHP with Apache httpd and use a connector to communicate with Tomcat. Perhaps you need to rethink why would you want to run PHP with Tomcat... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org