X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=wKi+a+n3Xkgf8ROb
	wqfmYIN6/XRPGZlp74VfqJrE0UFN9GxfpWYr2SDLG0LtCGofIWPcdBflznQmcp0z
	FnhwdVlPETXs+Dj3hG/fe0UfwyJ/XuSg6+tTrMjTDW9nhdSPxGWolwsABwulAcpB
	TRmpyCfWDw2JFILfkxPoyr/kjn8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=jNcczHYlVUcnhIT60O8ES6
	HC9ns=; b=jQl3eYUUOjdSI+AVyraBtTH4rW6TEPTqVdWKHyOOE9Th9L3i8RJy0w
	Fu0NN6dq9Yy3AFP/TultY5MDKuzYLlsCUYGN63YGuBWCeFV9/27LEPtrQ8Xjo5ge
	bc3g6N1+5Aq7cpfj3HyvdKqBvfxQ2wMqjwgULJLj69VeCknWiPtU8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@yandex.ru
X-Yandex-Suid-Status: 1 0
Date: Tue, 27 Dec 2016 02:57:46 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <1858780583.20161227025746@yandex.ru>
To: Yaakov Selkowitz <cygwin@cygwin.com>, cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] php 7.0.14-2
In-Reply-To: <announce.201612260641.uBQ6fOW6026485@int-mx11.intmail.prod.int.phx2.redhat.com>
References: <announce.201612260641.uBQ6fOW6026485@int-mx11.intmail.prod.int.phx2.redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

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 <http://bugs.php.net/report.php>]
[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

