Re: ZIP stream missing from beta builds of 8.2
[email protected] (Jan Ehrhardt) Fri, 05 Aug 2022 16:07:01 +0200
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
David Martin in php.internals.win (Fri, 5 Aug 2022 09:29:28 -0400): >Both beta 1 and beta 2 are missing the ZIP stream in their builds which >appears to be breaking just about anything that tries to use ZipArchive >(for example). Did you load extension=3Dzip in php.ini? The zip extension was changed = from static into shared. See php_zip.dll. --=20 Jan