Hello,
I am trying to use following script .....
<?
zip_open( "/home/user/public_html/test2/test.zip" );
?>
but I receive this error.....
Fatal error: Call to undefined function: zip_open() in /home/user/public_html/test2/test.php on line 2
phpinfo() reports that ZLib Support is enabled
(Compiled Version 1.1.3 / Linked Version 1.1.3 )
zlib
ZLib Support enabled
Compiled Version 1.1.3
Linked Version 1.1.3
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
What's wrong ?
Thank you