From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8168 invoked by alias); 27 Dec 2016 00:05:15 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 8154 invoked by uid 89); 27 Dec 2016 00:05:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,LIKELY_SPAM_BODY,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=report.php, reportphp, UD:report.php, general-purpose X-HELO: forward4o.cmail.yandex.net Received: from forward4o.cmail.yandex.net (HELO forward4o.cmail.yandex.net) (37.9.109.248) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Dec 2016 00:05:04 +0000 Received: from smtp2p.mail.yandex.net (smtp2p.mail.yandex.net [77.88.29.85]) by forward4o.cmail.yandex.net (Yandex) with ESMTP id 0C6522068A for ; Tue, 27 Dec 2016 03:05:02 +0300 (MSK) Received: from smtp2p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2p.mail.yandex.net (Yandex) with ESMTP id AF2171A80080 for ; Tue, 27 Dec 2016 03:05:01 +0300 (MSK) Received: by smtp2p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id JWvdxKcs0V-50Qi7ibt; Tue, 27 Dec 2016 03:05:00 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Mon, 26 Dec 2016 23:57:46 -0000 Date: Tue, 27 Dec 2016 00:05:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <1858780583.20161227025746@yandex.ru> To: Yaakov Selkowitz , cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] php 7.0.14-2 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00273.txt.bz2 Greetings, Yaakov Selkowitz! > PHP (recursive acronym for 'PHP: Hypertext Preprocessor') is a widely-used > Open Source general-purpose scripting language that is especially suited > for Web development and can be embedded into HTML. > This release fixes the phpdbg binary. Does it? I can't set any breakpoints with Cygwin, the script just fall through them. Both native debuggers work, but I need to investingate an issue specific to Cygwin PHP... $ phpdbg vendor/phpunit/phpunit/phpunit --stop-on-failure --stop-on-incomplete --stop-on-error tests/Composer/Test/Package/Archiver/ZipArchiverTest.php [Welcome to phpdbg, the interactive PHP debugger, v0.5.0] To get help using phpdbg type "help" and press enter [Please report bugs to ] [Successful compilation of /home/Daemon/Documents/.github/Composer/vendor/phpunit/phpunit/phpunit] prompt> b tests/Composer/Test/Package/Archiver/ZipArchiverTest.php:21 [Breakpoint #0 added at /home/Daemon/Documents/.github/Composer/tests/Composer/Test/Package/Archiver/ZipArchiverTest.php:21] prompt> b \Composer\Test\Package\Archiver\ZipArchiverTest::testZipArchive [Breakpoint #1 added at Composer\Test\Package\Archiver\ZipArchiverTest::testZipArchive] prompt> run PHPUnit 4.8.31 by Sebastian Bergmann and contributors. E Time: 884 ms, Memory: 6.00MB There was 1 error: 1) Composer\Test\Package\Archiver\ZipArchiverTest::testZipArchive ZipArchive::close(): Renaming temporary file failed: Invalid argument /home/Daemon/Documents/.github/Composer/src/Composer/Package/Archiver/ZipArchiver.php:49 /home/Daemon/Documents/.github/Composer/tests/Composer/Test/Package/Archiver/ZipArchiverTest.php:33 FAILURES! Tests: 1, Assertions: 0, Errors: 1. [Script ended normally] prompt> q -- With best regards, Andrey Repin Tuesday, December 27, 2016 02:47:35 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple