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
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
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
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
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
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