I'm building pdo_firebird
extension with php5 and firebird pdo on ubuntu / debian tutorial on server provisioning.
Tutorial recommends installing a bunch of extensions:
sudo apt-get install php5-dev firebird2.5-dev php-pear devscripts debget
I've checked Building extensions using phpize
and other chapters from PHP Internals Book, but found nothing.
Is it safe to remove installed packages? What is a best practice?
apt-get -y remove --purge php5-dev firebird2.5-dev php-pear devscripts debget
apt-get autoremove -y