LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   PHP installation configuration options... (https://www.linuxquestions.org/questions/linux-newbie-8/php-installation-configuration-options-791763/)

ajlisowski 02-26-2010 10:38 AM

PHP installation configuration options...
 
Hey guys, does anyone know what are the standard, common PHP extensions that should be enabled when configuring a new php installation? I need ldap so I know I should include that, but what do most LAMP servers configure with their PHP installs?

mattca 02-26-2010 11:01 AM

Depends on your needs... I don't know that there is a "standard" config. I usually start with the default, then add/remove things as needed.

knudfl 02-26-2010 02:22 PM

If you know an rpm OS like CentOS 5.4 or Fedora,
it's a good idea to have a look into the file php.spec,
they use seventy ( 70 ! ) configure options to build
the default packages.
http://download.fedora.redhat.com/pu...6.fc12.src.rpm
> > php-5.3.0-6.fc12.src.rpm = source code + build scripts.

The package can be uncompressed with :
rpm2cpio php-5.3.0-6.fc12.src.rpm | cpio -idmv
.....


All times are GMT -5. The time now is 08:24 PM.