Hi all. Is there a ./configure option that will allow me to enable all php 5.1.2 modules as shared? (apart from those that cannot be loaded as shared mods)
I would like to enable all the modules that can be used as shared in one go, like in apache. Is this possible please? I have tried this, but all I get is mysql.so and mysqli.so as shared modules. karsites:/downloads/php-src/php-5.1.2 # ./configure --with-apxs2=/usr/local/apache-2.2.0/bin/apxs --prefix=/usr/local/php-5.1.2 --with-mysql=shared,/downloads/mysql/bin/mysql-standard-5.0.18-linux-i686 --with-mysqli=shared,/downloads/mysql/bin/mysql-standard-5.0.18-linux-i686/bin/mysql_config --with-mysql-sock=/var/lib/mysql/mysql.sock --with-mhash --with-all=shared Or do I have to explicitly state each module I want compiled as shared? TIA Keith In theory, theory and practice are the same; In practice they are not.