Skip to main content

Zip Extension.

Comments

2 comments

  • sparek-3
    You can probably do this through EasyApache, and someone will probably chime in pretty soon with details on how to do that. But for me, I always thought it was easier to: Download PHP source from php.net Run a phpinfo() off of the current PHP install. Grab the ./configure line from that output. Tack an '--enable-zip' at the end of the configure line. Run that modified configure line from the downloaded and extracted PHP source. make make install Done The EasyApache way is probably going to be easier for someone that's not familiar with the command line and compiling code. But I like the straight-forwardness of my approach.
    0
  • cPanelMichael
    Hello :) You can enable the "zip" module for PHP via EasyApache: Introduction to EasyApache PHP Module: Zip Thank you.
    0

Please sign in to leave a comment.