This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] php 7.0.14-2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]