Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70902 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24171 invoked from network); 29 Dec 2013 07:32:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Dec 2013 07:32:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 212.27.42.4 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 212.27.42.4 smtp4-g21.free.fr Linux 2.6 Received: from [212.27.42.4] ([212.27.42.4:39956] helo=smtp4-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/23-31802-4FFCFB25 for ; Sun, 29 Dec 2013 02:32:06 -0500 Received: from schrodingerscat.famillecollet.com (unknown [82.241.130.121]) by smtp4-g21.free.fr (Postfix) with ESMTP id 1D8A84C8085 for ; Sun, 29 Dec 2013 08:31:57 +0100 (CET) Message-ID: <52BFCFEC.3030504@fedoraproject.org> Date: Sun, 29 Dec 2013 08:31:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: PHP Internals References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] 'ZIP_FL_OVERWRITE' undeclared From: remi@fedoraproject.org (Remi Collet) Le 29/12/2013 04:11, Yasuo Ohgaki a écrit : > [yohgaki@dev php-src]$ rpm -q libzip-devel > libzip-devel-0.10.1-6.fc19.x86_64 > > cc -I/usr/lib64/libzip/include -Iext/zip/ -I/home/yohgaki/git/oss/ > php.net/php-src/ext/zip/ -DPHP_ATOM_INC -I/home/yohgaki/git/oss/ > php.net/php-src/include It seems ext/zip/lib is missing in the build option when using bundled libzip. Which can explain some issue. This is fix by https://github.com/pierrejoye/php_zip/commit/4afaf1128200d44057e68d2bef3a9acbbd14b3e6 This will be applied soon in 5.6 branch. Remi.