Re: ZIP stream missing from beta builds of 8.2

[email protected] ("Christoph M. Becker") Fri, 5 Aug 2022 16:14:08 +0200
Newsgroups php.internals.win
Message-ID <[email protected]>
On 05.08.2022 at 15:29, David Martin wrote:

> 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).

The zip extension is now built as shared library (DLL)[1], so you need
to load it explicitly (usually via php.ini).

[1]
<https://github.com/php/php-src/blob/1cd2d731ef62b25165c45ae8475f4aa3fedb5=
f5b/UPGRADING#L513>

=2D-
Christoph M. Becker