You should need to add ZIP extensions on the php-4.4.4 (Note: ZIP extensions after the php-5.2 are directly in PHP, you just need to add -- With-zip when compiling PHP ), according to the official PHP Website:
============================
Linux systems
In order to use these functions you must compile PHP with zip support by using-- With-zip [= dir]Configure option, where [dir] is the prefix of the» zziplib library install.
Windows
Windows users need to enablePhp_zip.dllInsidePHP. iniIn order to use these functions.
PHP 5.2.0 and laterlinux Systems
In order to use these functions you must compile PHP with zip support by using-- Enable-zipConfigure option.
Windows
Windows users need to enablePhp_zip.dllInsidePHP. iniIn order to use these functions.
============================
So
First, install zziplibto download zziplib-0.10.76.tar.gz.
./Configure
Make
Make install
Second, recompile PHP, -- With-zip to compile
Finally, restart Apache to check whether phpinfo. php has ZIP extensions, such:
Zip
Indicates that the installation is successful!
For other possible methods, refer:
Http://hi.baidu.com/eclosion/blog/item/a5c2a4c24c265b1b0ef477ea.html