Hello,
I am trying to use following php 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 )
What's wrong ?
Thank you



LinkBack URL
About LinkBacks

I have attempted the solutions presented in this thread, but unfortunatelty it did not solve my problem.




