[webstack-discuss] optional php extns as separate packages

2009-10-16 Thread David Soria Parra
On 08.10.09 02:20, Matt Ingenthron wrote: > Jyri Virkki wrote: >> Sriram Natarajan wrote: >>> Hi >>> To simplify development / deployment with php in opensolaris, we >>> deliver various additional extensions like suhosin, tcpwrap, idn, >>> xdebug etc within our PHP package (SUNWphp52u) . However, t

[webstack-discuss] optional php extns as separate packages

2009-10-07 Thread Sriram Natarajan
Matt Here, we are not going to split all PHP extensions into its own packages (like the way done on common linux distributions). We want to split only the packages that are currently disabled by default (which causes user to manually enable it by editing their corresponding .ini file). It is a

[webstack-discuss] optional php extns as separate packages

2009-10-07 Thread Matt Ingenthron
Jyri Virkki wrote: > Sriram Natarajan wrote: > >> Hi >> To simplify development / deployment with php in opensolaris, we >> deliver various additional extensions like suhosin, tcpwrap, idn, xdebug >> etc within our PHP package (SUNWphp52u) . However, they are not enabled >> by default. User

[webstack-discuss] optional php extns as separate packages

2009-10-07 Thread Sriram Natarajan
If these are separate packages, we can deliver them so that installing them will just work out of the box (at least for default configuration etc) - Sriram Jyri Virkki wrote: > Sriram Natarajan wrote: > >> Hi >> To simplify development / deployment with php in opensolaris, we >> deliver var

[webstack-discuss] optional php extns as separate packages

2009-10-07 Thread Jyri Virkki
Sriram Natarajan wrote: > > Hi > To simplify development / deployment with php in opensolaris, we > deliver various additional extensions like suhosin, tcpwrap, idn, xdebug > etc within our PHP package (SUNWphp52u) . However, they are not enabled > by default. User will need to manually enable

[webstack-discuss] optional php extns as separate packages

2009-10-07 Thread Sriram Natarajan
Hi To simplify development / deployment with php in opensolaris, we deliver various additional extensions like suhosin, tcpwrap, idn, xdebug etc within our PHP package (SUNWphp52u) . However, they are not enabled by default. User will need to manually enable them by editing the ini files. Goi