Hey, the ISPConfig installs an own PHP with other extensions as the main PHP installation. But the problem is that i need the z-lib to use its functions in phpmyadmin (gzip-upload). How can I do it? In my main installation is the lib already installed. Thank you for this great tool and the workshops. Really great!! Greets, Jürgen Vogel
If you want to extend the ISPConfig php, download the latest ISPConfig version and unpack it, then have a look in the file: install_ispconfig/compile_aps/compile This file contains the configuration commands for all programs that come with ISPConfig. Modify the configure string for php to include / enable zlib. The start the ispconfig setup script and the ispconfig installer will update your ispconfig version and install a new php configured with the options that you set in the compile script.