Hi all,
I am using php 5.0 and apache 2.0.59.I am working on Windows NT.I want to write a method which unzips Openoffice documents.For that purpoese I have downloaded "pecl-5.1.6-Win32.zip" from "pecl.php.n et".
I have extracted this zip and put all the dlls in "/ext" folder.
But when i put this line in php.ini .. "extension=php_ zip.dll" and restart the server I get following errors (or rather warmning with an alert box..)...
"PHP Startup: Unable to load dynamic library 'D:\php\ext\php _zip.dll' - The specified procedure could not be found."...
I haven't been able to figure out the problem...and clock is ticking fast for me...can plz somebody help?
I am using php 5.0 and apache 2.0.59.I am working on Windows NT.I want to write a method which unzips Openoffice documents.For that purpoese I have downloaded "pecl-5.1.6-Win32.zip" from "pecl.php.n et".
I have extracted this zip and put all the dlls in "/ext" folder.
But when i put this line in php.ini .. "extension=php_ zip.dll" and restart the server I get following errors (or rather warmning with an alert box..)...
"PHP Startup: Unable to load dynamic library 'D:\php\ext\php _zip.dll' - The specified procedure could not be found."...
I haven't been able to figure out the problem...and clock is ticking fast for me...can plz somebody help?
Comment