php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79306 report LIBZIP_VERSION undeclared when compile.
Submitted: 2020-02-25 14:29 UTC Modified: 2020-04-19 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: 1138095873 at qq dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 7.3.15 OS: Centos6.7
Private report: No CVE-ID: None
 [2020-02-25 14:29 UTC] 1138095873 at qq dot com
Description:
------------
configure args:
./configure --enable-fpm --enable-mysqlnd --enable-zip --disable-ipv6 --with-libxml-dir=/usr/local/include/libxml2/ --enable-mbstring  --with-ldap  --with-gettext  --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir=/usr/local/ --prefix=/usr/local/php

issue report:
   -c /data/php/php-7.3.15/ext/zip/php_zip.c -o ext/zip/php_zip.lo
/data/php/php-7.3.15/ext/zip/php_zip.c: In function ‘zm_info_zip’:
/data/php/php-7.3.15/ext/zip/php_zip.c:3324: error: ‘LIBZIP_VERSION’ undeclared (first use in this function)
/data/php/php-7.3.15/ext/zip/php_zip.c:3324: error: (Each undeclared identifier is reported only once
/data/php/php-7.3.15/ext/zip/php_zip.c:3324: error: for each function it appears in.)
make: *** [ext/zip/php_zip.lo] Error 1



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-04-08 10:45 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-04-08 10:45 UTC] cmb@php.net
Which version of libzip did you use for the build?
 [2020-04-19 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 14:01:32 2024 UTC