Urgent : php_zip.dll not getting loaded

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thenewuser
    New Member
    • Nov 2006
    • 3

    Urgent : php_zip.dll not getting loaded

    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?
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Did you store the php.ini (after changing) in the correct subdirectory, i.e. C:\Windows or D:\Windows?

    Ronald :cool:

    Comment

    Working...