public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] php 7.0.14-2
@ 2016-12-26  6:43 Yaakov Selkowitz
  2016-12-27  0:05 ` Andrey Repin
  0 siblings, 1 reply; 2+ messages in thread
From: Yaakov Selkowitz @ 2016-12-26  6:43 UTC (permalink / raw)
  To: cygwin

The following packages have been uploaded to the Cygwin distribution:

* php-7.0.14-2
* php-devel-7.0.14-2
* httpd-mod_php7-7.0.14-2
* php-bcmath-7.0.14-2
* php-bz2-7.0.14-2
* php-calendar-7.0.14-2
* php-ctype-7.0.14-2
* php-curl-7.0.14-2
* php-dba-7.0.14-2
* php-enchant-7.0.14-2
* php-exif-7.0.14-2
* php-fileinfo-7.0.14-2
* php-ftp-7.0.14-2
* php-gd-7.0.14-2
* php-gettext-7.0.14-2
* php-gmp-7.0.14-2
* php-iconv-7.0.14-2
* php-imap-7.0.14-2
* php-json-7.0.14-2
* php-ldap-7.0.14-2
* php-intl-7.0.14-2
* php-mbstring-7.0.14-2
* php-mcrypt-7.0.14-2
* php-mysqli-7.0.14-2
* php-odbc-7.0.14-2
* php-opcache-7.0.14-2
* php-pdo_dblib-7.0.14-2
* php-pdo_mysql-7.0.14-2
* php-pdo_odbc-7.0.14-2
* php-pdo_pgsql-7.0.14-2
* php-pdo_sqlite-7.0.14-2
* php-pgsql-7.0.14-2
* php-phar-7.0.14-2
* php-posix-7.0.14-2
* php-pspell-7.0.14-2
* php-recode-7.0.14-2
* php-shmop-7.0.14-2
* php-simplexml-7.0.14-2
* php-soap-7.0.14-2
* php-sqlite3-7.0.14-2
* php-sockets-7.0.14-2
* php-sysvmsg-7.0.14-2
* php-sysvsem-7.0.14-2
* php-sysvshm-7.0.14-2
* php-tidy-7.0.14-2
* php-tokenizer-7.0.14-2
* php-wddx-7.0.14-2
* php-xmlreader-7.0.14-2
* php-xmlrpc-7.0.14-2
* php-xmlwriter-7.0.14-2
* php-xsl-7.0.14-2
* php-zip-7.0.14-2
* php-zlib-7.0.14-2

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.

--
Yaakov

--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANNOUNCEMENT] php 7.0.14-2
  2016-12-26  6:43 [ANNOUNCEMENT] php 7.0.14-2 Yaakov Selkowitz
@ 2016-12-27  0:05 ` Andrey Repin
  0 siblings, 0 replies; 2+ messages in thread
From: Andrey Repin @ 2016-12-27  0:05 UTC (permalink / raw)
  To: Yaakov Selkowitz, cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-27  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-26  6:43 [ANNOUNCEMENT] php 7.0.14-2 Yaakov Selkowitz
2016-12-27  0:05 ` Andrey Repin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).