Skip to content

Commit

Permalink
Fixed bug #76345
Browse files Browse the repository at this point in the history
  • Loading branch information
paresy authored and nikic committed May 27, 2019
1 parent 8baf3ff commit a0c9d08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
Expand Up @@ -18,6 +18,9 @@ PHP NEWS
. Fixed bug #78038 (Socket_select fails when resource array contains
references). (Nikita)

- Zip:
. Fixed bug #76345 (zip.h not found). (Michael Maroszek)

30 May 2019, PHP 7.2.19

- FPM:
Expand Down
3 changes: 2 additions & 1 deletion ext/zip/config.m4
Expand Up @@ -118,7 +118,8 @@ if test "$PHP_ZIP" != "no"; then
])

AC_DEFINE(HAVE_ZIP,1,[ ])
PHP_NEW_EXTENSION(zip, php_zip.c zip_stream.c, $ext_shared,, $LIBZIP_CFLAGS)
PHP_EVAL_INCLINE($LIBZIP_CFLAGS)
PHP_NEW_EXTENSION(zip, php_zip.c zip_stream.c, $ext_shared)
PHP_SUBST(ZIP_SHARED_LIBADD)
else
AC_MSG_WARN(========================================================)
Expand Down

0 comments on commit a0c9d08

Please sign in to comment.