Re: how can I determine the built options of PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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 available now. I downloaded the PHP 5.0.3 Windows Binaries
> and want to know what options these Binaries were build with. How can I
> find
> out this? With phpinfo I didn't find this information.

phpinfo() lists the paramters used to compile PHP, so they *should* be
there, even under Windows, I think.

If not, do this:
php -i | grep GD

Either you see GD, or it ain't in there.

That said, under Windows, you just uncomment the php_gd.dll line in
php.ini and you're done.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux