bonekrusher Posted September 19, 2008 Share Posted September 19, 2008 Hi, I am having trouble installing the PECL Zip Extension php_zip.dll. In my php.ini file I have added the line: extension=php_zip.dll and placed the dll file in the same folder (c:/php). When I display phpinfo(); I do not see it. What am I missing? Thanks, Link to comment https://forums.phpfreaks.com/topic/124958-pecl-zip-extension/ Share on other sites More sharing options...
discomatt Posted September 19, 2008 Share Posted September 19, 2008 They are usually placed in the /ext/ folder in php Link to comment https://forums.phpfreaks.com/topic/124958-pecl-zip-extension/#findComment-645729 Share on other sites More sharing options...
bonekrusher Posted September 19, 2008 Author Share Posted September 19, 2008 Thanks. I placed in in the ext folder (restarted the server), but still nothing. Any ideas? Link to comment https://forums.phpfreaks.com/topic/124958-pecl-zip-extension/#findComment-645738 Share on other sites More sharing options...
discomatt Posted September 19, 2008 Share Posted September 19, 2008 From what I can see, that should be all you need to do. http://php.net/manual/en/zip.setup.php Link to comment https://forums.phpfreaks.com/topic/124958-pecl-zip-extension/#findComment-645743 Share on other sites More sharing options...
bonekrusher Posted September 19, 2008 Author Share Posted September 19, 2008 Thanks.. I have zlib installed. ZLib Support enabled When I go to the zlib page installation page, it refers me to: http://www.php.net/manual/en/zip.installation.php which I have added the extension=php_zip.dll to my php.ini. It seems like I am going in circles. Link to comment https://forums.phpfreaks.com/topic/124958-pecl-zip-extension/#findComment-645767 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.