Hi all.
I'm building a development webserver (redhat-based). I'm trying to compile
PHP (v4.3.4 if anyone cares) with all the features I might require in the
near future. I've ran into a
problem with trying to understand what all those ./configure options do.
Some of them are fairly straight forward and need no explanation at all, but
others are rather mysterious.
For example, --enable-magic-quotes . What are the magic quotes? The PHP
manual doesn't help - "PHP4: Enable magic quotes by default".
Or --with-iconv, whats iconv?
After doing a bit of searching on google I figured what the above two are.
However, I find it's a bit time consuming to do this for each configure
option I find confusing. Is there a resource that provides a detailed
description of all/most PHP configure options?
Thanks in advance.
--
Swartz
I'm building a development webserver (redhat-based). I'm trying to compile
PHP (v4.3.4 if anyone cares) with all the features I might require in the
near future. I've ran into a
problem with trying to understand what all those ./configure options do.
Some of them are fairly straight forward and need no explanation at all, but
others are rather mysterious.
For example, --enable-magic-quotes . What are the magic quotes? The PHP
manual doesn't help - "PHP4: Enable magic quotes by default".
Or --with-iconv, whats iconv?
After doing a bit of searching on google I figured what the above two are.
However, I find it's a bit time consuming to do this for each configure
option I find confusing. Is there a resource that provides a detailed
description of all/most PHP configure options?
Thanks in advance.
--
Swartz
Comment