LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to add options in php.in after installation of PHP? (https://www.linuxquestions.org/questions/linux-software-2/how-to-add-options-in-php-in-after-installation-of-php-387839/)

touqeeransar 11-30-2005 04:16 AM

How to add options in php.in after installation of PHP?
 
Hello;
Can anyone tell me how can I add new options in PHP after its installation?say I want to add postgre support in PHP after installation.

Artanicus 11-30-2005 04:52 AM

if you mean configuring the options, you can just edit php.ini. If you mean adding support that you didnt add at compile time, you cant do that. You'll have to recompile to add compile time configurations.


All times are GMT -5. The time now is 05:43 PM.