[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Mads Toftum
On Fri, Aug 10, 2007 at 03:31:42PM -0400, Stefan Teleman wrote: > PHP fastcgi was not ARC'ed since i am unconvinced that it is necessary. > > Only mod_php5/libphp5.so was ARC'ed. > A bit of a shame if you're going to take on other mpms than prefork. Mod_php tends to be a bad idea with a multithre

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Stefan Teleman
Mads Toftum wrote: > A bit of a shame if you're going to take on other mpms than prefork. > Mod_php tends to be a bad idea with a multithreaded mpm. > > vh The PHP developers, the Zend Optimizer developers, and php-security.org will disagree with this blanket "Bad Idea Multithreaded PHP NO-NO

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Stefan Teleman
Shanti Subramanyam - PAE wrote: > It is essential for folks who want to use PHP with some other webserver > like lighttpd or the Sun Web Server. > > Do we have cli enabled so users can run the php binary ? Yes php-cli is enabled. PSARC/2007/168 only deals with PHP5 and Apache. Lighttpd or Sun

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Stefan Teleman
PHP fastcgi was not ARC'ed since i am unconvinced that it is necessary. Only mod_php5/libphp5.so was ARC'ed. --Stefan - Shanti Subramanyam - PAE wrote: > Does this allow the same version of PHP (say 5.2.3) to exist in two > forms : one for apache and one for fastcgi ? > I've not looked at

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Sriram Natarajan
Shanti After we implement the currently approved ARC case, we should definitely consider adding more extensions and with fastcgi support. When we released PHP Add-on for Web Server 7, we built with PHP with cli + fastcgi + NSAPI plugin support. The way we did this to compile php 2 times one w

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Shanti Subramanyam - PAE
It is essential for folks who want to use PHP with some other webserver like lighttpd or the Sun Web Server. Do we have cli enabled so users can run the php binary ? Shanti Stefan Teleman wrote: > PHP fastcgi was not ARC'ed since i am unconvinced that it is necessary. > > Only mod_php5/libphp5

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Stefan Teleman
Shanti Subramanyam - PAE wrote: > There has been a lot of discussion about file layout for apache in > pre-fork/MPM mode. But what about PHP ? Are we planning on building > multiple versions of PHP for the 2 modes (with/without threading support) ? > Are there any plans to build a fastcgi versi

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Shanti Subramanyam - PAE
Does this allow the same version of PHP (say 5.2.3) to exist in two forms : one for apache and one for fastcgi ? I've not looked at this deeply enough, perhaps there is a lot of commonality between the two builds, but if there isn't than you will need a different layout. Shanti Stefan Teleman

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Sriram Natarajan
If I understand correctly, PHP has an approved ARC case and we will be implementing this ARC case as a first phase. Once this implementation goes through successfully, we should be looking on the ways to enhance the functionality. http://www.opensolaris.org/jive/thread.jspa?messageID=103107𙋃 h

[webstack-discuss] Directory layout for PHP

2007-08-10 Thread Shanti Subramanyam - PAE
There has been a lot of discussion about file layout for apache in pre-fork/MPM mode. But what about PHP ? Are we planning on building multiple versions of PHP for the 2 modes (with/without threading support) ? Are there any plans to build a fastcgi version of PHP ? Even if you don't do these mu