Page 1 of 1

Cant load extension php_zip.mng.dll

PostPosted: June 14th, 2015, 11:16 am
by dyxx
Hi guys!
I've got problem whith zip extension. I work with Phalanger Tool for VS, and I create WinForm project, create App.config file to load managed extensions.

Error 14 Configuration error: Library assembly 'php_zip.mng, Version=3.0.0.0, Culture=neutral, PublicKeyToken=4ef6ed87c53048a3' could not be loaded. Could not load file or assembly 'php_zip.mng, Version=3.0.0.0, Culture=neutral, PublicKeyToken=4ef6ed87c53048a3' or one of its dependencies. The system cannot find the file specified. Could not load file or assembly 'php_zip.mng, Version=3.0.0.0, Culture=neutral, PublicKeyToken=4ef6ed87c53048a3' or one of its dependencies. The system cannot find the file specified. C:\Program Files (x86)\MSBuild\Phalanger\3.0\Phalanger.targets


Whene I trie to generate wrapper with extutil -w php_zip.dll cmd returns this
Could not load extension: php_zip. The specified module could not be found


My env
    Visual Studio 2012 Ultimate. Phalanger 3.0

Re: Cant load extension php_zip.mng.dll

PostPosted: June 18th, 2015, 12:36 pm
by Jakub Misek
Hello,

the version should be 4.0, not 3.0.

Please give me know if it helps.

Thanks,

Re: Cant load extension php_zip.mng.dll

PostPosted: June 19th, 2015, 7:41 pm
by dyxx
Thanks for response Jakub. In a few days I will test that.

Re: Cant load extension php_zip.mng.dll

PostPosted: September 6th, 2015, 1:45 pm
by Jakub Misek
Actually in 4.0, we've removed support for *.mng.dll. You should use PhpNetZip.dll instead.