How can I extend the ISPC PHP installation

Discussion in 'Installation/Configuration' started by Jürgen, Jan 5, 2008.

  1. Jürgen

    Jürgen New Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. Jürgen

    Jürgen New Member

    Ah okay, thanks. I'm going to try it....

    I think it makes sense to enable the zlib by default.
     

Share This Page