I have a question that seems to be very simple:
1) The scenario:
- I Linux server with Apache+PHP running with several services. The httpd.conf and php.ini are fully customized.
2) The task
- Now I have to set up a new service that need the GD library. So I have to install/enable GD in the server.
3) The big question
If I simply hit:
apt-get install php-gd
Will I just install the GD library properly (as I need)?? OR will I mess up all the previous httpd.conf and php.ini configuration???
Thanks in advance,
MP
- Prev by Date: Veracity of statement that FastCGI is always enabled cannot be disabled in PHP 5.3
- Next by Date: PHP 5.3 ./configure --with-curl problem
- Previous by thread: Veracity of statement that FastCGI is always enabled cannot be disabled in PHP 5.3
- Next by thread: PHP 5.3 ./configure --with-curl problem
- Index(es):