Re: [PHP] how can I determine the built options of PHP

2005-03-09 Thread Richard Lynch
> Hi, > > some applications like Horde require special build options, eg. > > --with-apache or: --with-apxs > --with-gettext > --with-mysql > --with-mcrypt > --with-iconv --enable-mbstring --with-mbstring=all > --with-gd > > I don't want to setup my own build environment at the moment because I >

[PHP] how can I determine the built options of PHP

2005-03-09 Thread Uwe Galle
Hi, some applications like Horde require special build options, eg. --with-apache or: --with-apxs --with-gettext --with-mysql --with-mcrypt --with-iconv --enable-mbstring --with-mbstring=all --with-gd I don't want to setup my own build environment at the moment because I dont have the tools ava