]>
granicus.if.org Git - php/log
Anatol Belski [Sun, 15 Jan 2017 20:18:48 +0000 (21:18 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix AppVeyor failures with Opcache enabled
Anatol Belski [Sun, 15 Jan 2017 20:13:15 +0000 (21:13 +0100)]
fix AppVeyor failures with Opcache enabled
opcache_reset() only schedules the restart. Under circumstances,
the follow up requests might run uncached, until the restart
condition is met. To mitigate the false positives caused by this
behavior, any tests using opcache_reset() should not be put in
between other tests. Thus, moving the corresponding test to be
executed last.
Nikita Popov [Sat, 14 Jan 2017 13:13:23 +0000 (14:13 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Yordan Gigov [Fri, 12 Aug 2016 14:52:18 +0000 (17:52 +0300)]
Fixed bug #69993
Tom Sommer [Sat, 14 Jan 2017 12:51:12 +0000 (13:51 +0100)]
Fix bug #69061
Make mail.log append correct PHP_EOL and remove timestamp when
sending to syslog.
Andrey Andreev [Wed, 11 Jan 2017 19:54:38 +0000 (21:54 +0200)]
Add hash_hkdf()
Joe Watkins [Sat, 14 Jan 2017 07:33:08 +0000 (07:33 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Added test for "opcache: print restart reason" to basic_logging.phpt
Mitch Hagstrand [Sat, 14 Jan 2017 00:33:05 +0000 (16:33 -0800)]
Added test for "opcache: print restart reason" to basic_logging.phpt
Alexander Polyakov [Fri, 13 Jan 2017 11:55:10 +0000 (14:55 +0300)]
opcache: print restart reason
Alexander Polyakov [Fri, 13 Jan 2017 11:55:10 +0000 (14:55 +0300)]
opcache: print restart reason
Anatol Belski [Fri, 13 Jan 2017 16:21:01 +0000 (17:21 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix remaining tests for Opcache runs
Anatol Belski [Fri, 13 Jan 2017 16:16:15 +0000 (17:16 +0100)]
fix remaining tests for Opcache runs
The fail reason here is the TMP change while both top and test
run same binary with opcache enabled.
Anatol Belski [Fri, 13 Jan 2017 15:54:10 +0000 (16:54 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
ensure the end path wouldn't contain double slashes
Anatol Belski [Fri, 13 Jan 2017 15:50:05 +0000 (16:50 +0100)]
ensure the end path wouldn't contain double slashes
Anatol Belski [Fri, 13 Jan 2017 14:48:33 +0000 (15:48 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
templatize the resource number
Anatol Belski [Fri, 13 Jan 2017 14:45:35 +0000 (15:45 +0100)]
templatize the resource number
Anatol Belski [Fri, 13 Jan 2017 14:31:10 +0000 (15:31 +0100)]
refix test
Anatol Belski [Fri, 13 Jan 2017 13:40:31 +0000 (14:40 +0100)]
fix test
Same as before actulaly - the host process running with Opcache
enabled, all the intermediate scripts land in cache. So the count
can be variable, maybe even better to just test for > 0.
Anatol Belski [Fri, 13 Jan 2017 13:37:37 +0000 (14:37 +0100)]
Fix test runs with Opcache enabled PHP on top
Writing to the same file, while it's cached, is an issue.
Joe Watkins [Fri, 13 Jan 2017 06:45:17 +0000 (06:45 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Increase wait time for tests involving sockets to improve Travis relability
Mitch Hagstrand [Fri, 13 Jan 2017 06:09:46 +0000 (22:09 -0800)]
Increase wait time for tests involving sockets to improve Travis relability
1. Increased sleep time from 25ms to 50ms
2. Added sleep to shutdown handlers
Xinchen Hui [Fri, 13 Jan 2017 05:05:22 +0000 (13:05 +0800)]
Remove redundant reference handling
Xinchen Hui [Fri, 13 Jan 2017 05:04:53 +0000 (13:04 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference)
Xinchen Hui [Fri, 13 Jan 2017 05:04:37 +0000 (13:04 +0800)]
Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference)
Anatol Belski [Thu, 12 Jan 2017 21:45:18 +0000 (22:45 +0100)]
update NEWS
Anatol Belski [Thu, 12 Jan 2017 21:06:03 +0000 (22:06 +0100)]
Fixed #72898 PHP_FCGI_CHILDREN is not included in phpinfo()
Nikita Popov [Thu, 12 Jan 2017 20:14:42 +0000 (21:14 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
rfussenegger [Fri, 30 Sep 2016 08:49:08 +0000 (10:49 +0200)]
Fix bug #69899
Anatol Belski [Thu, 12 Jan 2017 17:59:36 +0000 (18:59 +0100)]
update NEWS
Leigh [Mon, 31 Oct 2016 16:25:33 +0000 (16:25 +0000)]
Fixed bug #73374
Add "0b" prefix detection to intval($str, 0). The implementation
is relatively complicated because we need to handle whitespace and
sign.
Anatol Belski [Thu, 12 Jan 2017 16:25:26 +0000 (17:25 +0100)]
Fixed bug #73904 php-cgi fails to load -c specified php.ini file
Mitch Hagstrand [Thu, 12 Jan 2017 04:57:33 +0000 (20:57 -0800)]
Fixed bug #72680 gdbinit print_cvs not prepared for PHP 7
Joe Watkins [Wed, 11 Jan 2017 11:18:26 +0000 (11:18 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
added a note to opache.fast_shutdown why its not enabled by default in php.ini
Markus Staab [Wed, 11 Jan 2017 10:51:25 +0000 (11:51 +0100)]
added a note to opache.fast_shutdown why its not enabled by default in php.ini
Joe Watkins [Wed, 11 Jan 2017 08:12:51 +0000 (08:12 +0000)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
* 'PHP-7.0' of git.php.net:/php-src:
Fixed bug #67707 IV not needed for ECB encryption mode, but it returns a warning
Fixed #73907 (nextSibling property not included in var_dump of DOMNode)
Fixed bug #61858 (DOMAttr debug info generates E_WARNING)
Fix glob-wrapper.phpt to not fail in Windows
Fix #73893: A hidden danger of death cycle in a function of gd
Joe Watkins [Wed, 11 Jan 2017 08:12:40 +0000 (08:12 +0000)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
* 'PHP-7.1' of git.php.net:/php-src:
Fixed bug #67707 IV not needed for ECB encryption mode, but it returns a warning
Add support for "xfail" to phpt SKIPIF sections
Fixed #73907 (nextSibling property not included in var_dump of DOMNode)
Fixed bug #61858 (DOMAttr debug info generates E_WARNING)
Fix glob-wrapper.phpt to not fail in Windows
Set a session path for this test
Fix #73893: A hidden danger of death cycle in a function of gd
Missing %s
Ok, maybe Nikita is right. We should default this on.
Missed one. This needs gc as well
These tests expect gc to be enabled
Joe Watkins [Wed, 11 Jan 2017 08:09:55 +0000 (08:09 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #71219 configure script incorrectly checks for ttyname_r
Joe Watkins [Wed, 11 Jan 2017 08:09:10 +0000 (08:09 +0000)]
Fixed bug #71219 configure script incorrectly checks for ttyname_r
Nikita Popov [Tue, 10 Jan 2017 22:44:45 +0000 (23:44 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Robrecht Plaisier [Fri, 14 Aug 2015 19:16:09 +0000 (19:16 +0000)]
Fixed bug #67707 IV not needed for ECB encryption mode, but it returns a warning
Nikita Popov [Tue, 22 Nov 2016 21:43:23 +0000 (22:43 +0100)]
Add support for "xfail" to phpt SKIPIF sections
If SKIPIF output starts with "xfail" instead of "skip", the test
will be marked as XFAIL with the following message. Example:
--TEST--
Test xfailif feature
--SKIPIF--
<?php
if (some_cond()) die('xfail Expected to fail!');
?>
--FILE--
...
Nikita Popov [Tue, 10 Jan 2017 22:29:16 +0000 (23:29 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Arnout Boks [Tue, 10 Jan 2017 19:48:45 +0000 (20:48 +0100)]
Fixed #73907 (nextSibling property not included in var_dump of DOMNode)
Nikita Popov [Tue, 10 Jan 2017 22:24:41 +0000 (23:24 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Arnout Boks [Tue, 10 Jan 2017 20:19:37 +0000 (21:19 +0100)]
Fixed bug #61858 (DOMAttr debug info generates E_WARNING)
It seems fair to remove this warning, given that:
* it is not documented in the official documentation
* the $specified property, which has a similar 'not implemented' status,
also does not trigger a warning
* it apparently hinders quite a lot of people during debugging, judging by
the number of votes on the bug
Nikita Popov [Tue, 10 Jan 2017 22:19:30 +0000 (23:19 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Tue, 10 Jan 2017 22:19:19 +0000 (23:19 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
Mitch Hagstrand [Tue, 10 Jan 2017 19:51:55 +0000 (11:51 -0800)]
Fix glob-wrapper.phpt to not fail in Windows
Rasmus Lerdorf [Tue, 10 Jan 2017 20:17:50 +0000 (15:17 -0500)]
Set a session path for this test
Christoph M. Becker [Tue, 10 Jan 2017 19:12:42 +0000 (20:12 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix #73893: A hidden danger of death cycle in a function of gd
Christoph M. Becker [Tue, 10 Jan 2017 18:31:33 +0000 (19:31 +0100)]
Fix #73893: A hidden danger of death cycle in a function of gd
We remove the unused, but potentially dangerous functions.
Rasmus Lerdorf [Tue, 10 Jan 2017 18:50:49 +0000 (13:50 -0500)]
Missing %s
Rasmus Lerdorf [Tue, 10 Jan 2017 17:16:45 +0000 (12:16 -0500)]
Ok, maybe Nikita is right. We should default this on.
Rasmus Lerdorf [Tue, 10 Jan 2017 17:07:47 +0000 (12:07 -0500)]
Missed one. This needs gc as well
Rasmus Lerdorf [Tue, 10 Jan 2017 16:54:49 +0000 (11:54 -0500)]
These tests expect gc to be enabled
Joe Watkins [Tue, 10 Jan 2017 13:56:49 +0000 (13:56 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
pull-request/1807: test for dns_get_record
Joe Watkins [Tue, 10 Jan 2017 13:56:26 +0000 (13:56 +0000)]
Merge branch 'pull-request/1807' into PHP-7.0
* pull-request/1807:
test for dns_get_record
marcosptf [Sun, 13 Mar 2016 04:29:04 +0000 (01:29 -0300)]
pull-request/1807:
test for dns_get_record
Joe Watkins [Tue, 10 Jan 2017 11:51:39 +0000 (11:51 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Prevent fd leak in readdir_r that causes false negative on readdir_r implementation when compiled with AddressSanitizer
Ondřej Surý [Tue, 10 Jan 2017 09:21:54 +0000 (10:21 +0100)]
Prevent fd leak in readdir_r that causes false negative on readdir_r implementation when compiled with AddressSanitizer
Joe Watkins [Tue, 10 Jan 2017 06:20:56 +0000 (06:20 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed #73902 mention router support in usage output for php-cli
Joe Watkins [Tue, 10 Jan 2017 06:19:34 +0000 (06:19 +0000)]
Fixed #73902 mention router support in usage output for php-cli
Sara Golemon [Tue, 10 Jan 2017 00:08:08 +0000 (16:08 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix open_basedir check for glob:// opendir wrapper
Sara Golemon [Tue, 10 Jan 2017 00:07:33 +0000 (16:07 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fix open_basedir check for glob:// opendir wrapper
Nikita Popov [Mon, 9 Jan 2017 23:09:02 +0000 (00:09 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Mon, 9 Jan 2017 23:07:38 +0000 (00:07 +0100)]
Un-XFAIL serialization test
Nikita Popov [Mon, 9 Jan 2017 22:29:33 +0000 (23:29 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Leigh [Wed, 23 Dec 2015 21:54:15 +0000 (21:54 +0000)]
Fix check for linux getrandom syscall
Nikita Popov [Mon, 9 Jan 2017 22:22:59 +0000 (23:22 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Mitch Hagstrand [Mon, 9 Jan 2017 21:10:57 +0000 (13:10 -0800)]
Add print zend string function to gdbinit
Nikita Popov [Mon, 9 Jan 2017 22:20:29 +0000 (23:20 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Mon, 9 Jan 2017 19:24:21 +0000 (22:24 +0300)]
Improved GENERATOR_CREATE opcode handler.
Sara Golemon [Mon, 9 Jan 2017 19:02:50 +0000 (11:02 -0800)]
Fix open_basedir check for glob:// opendir wrapper
php_check_open_basedir() expects a local filesystem path,
but we're handing it a `glob://...` URI instead.
Move the check to after the path trim so that we're checking
a meaningful pathspec.
Joe Watkins [Mon, 9 Jan 2017 17:08:07 +0000 (17:08 +0000)]
Revert "set more suitable defaults for opcache in ini and code"
This reverts commit
b655f2d6325c64e5da1f016a2742a6abf669ecaf .
This has been deemed unsuitable for 7.0
Joe Watkins [Mon, 9 Jan 2017 16:21:21 +0000 (16:21 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
update release process notes
Joe Watkins [Mon, 9 Jan 2017 16:20:48 +0000 (16:20 +0000)]
update release process notes
Joe Watkins [Mon, 9 Jan 2017 15:59:40 +0000 (15:59 +0000)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
* 'PHP-7.1' of git.php.net:/php-src:
Fixed bug #73896 (spl_autoload() crashes when calls magic _call())
Joe Watkins [Mon, 9 Jan 2017 15:59:21 +0000 (15:59 +0000)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
* 'PHP-7.0' of git.php.net:/php-src:
Fixed bug #73896 (spl_autoload() crashes when calls magic _call())
Joe Watkins [Mon, 9 Jan 2017 15:58:09 +0000 (15:58 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix stub to accept user properly
Joe Watkins [Mon, 9 Jan 2017 15:57:46 +0000 (15:57 +0000)]
fix stub to accept user properly
Dmitry Stogov [Mon, 9 Jan 2017 12:12:22 +0000 (15:12 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #73896 (spl_autoload() crashes when calls magic _call())
Dmitry Stogov [Mon, 9 Jan 2017 12:11:33 +0000 (15:11 +0300)]
Fixed bug #73896 (spl_autoload() crashes when calls magic _call())
Joe Watkins [Mon, 9 Jan 2017 11:00:05 +0000 (11:00 +0000)]
merge PR #2290: enable opcache in CLI in 7.1+
Joe Watkins [Mon, 9 Jan 2017 10:56:54 +0000 (10:56 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
set more suitable defaults for opcache in ini and code
Joe Watkins [Mon, 9 Jan 2017 10:54:57 +0000 (10:54 +0000)]
Merge branch 'pull-request/2291' into PHP-7.0
* pull-request/2291:
set more suitable defaults for opcache in ini and code
Markus Staab [Mon, 9 Jan 2017 10:33:05 +0000 (11:33 +0100)]
set more suitable defaults for opcache in ini and code
Xinchen Hui [Mon, 9 Jan 2017 08:30:48 +0000 (16:30 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #73854 (Always true condition in php_openssl_sockop_io)
Xinchen Hui [Mon, 9 Jan 2017 08:30:00 +0000 (16:30 +0800)]
Fixed bug #73854 (Always true condition in php_openssl_sockop_io)
Joe Watkins [Mon, 9 Jan 2017 05:32:22 +0000 (05:32 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #72979 money_format stores wrong length on AIX
Joe Watkins [Mon, 9 Jan 2017 05:31:41 +0000 (05:31 +0000)]
Fixed bug #72979 money_format stores wrong length on AIX
Joe Watkins [Mon, 9 Jan 2017 05:25:17 +0000 (05:25 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
update ip2long_varation2 test to skip for AIX, see bug #72973
Joe Watkins [Mon, 9 Jan 2017 05:24:44 +0000 (05:24 +0000)]
update ip2long_varation2 test to skip for AIX, see bug #72973
Joe Watkins [Mon, 9 Jan 2017 05:20:42 +0000 (05:20 +0000)]
[ci skip] news entry for issue #72974
Joe Watkins [Mon, 9 Jan 2017 05:15:34 +0000 (05:15 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed #72974 imap is undefined service on AIX
Joe Watkins [Mon, 9 Jan 2017 05:13:46 +0000 (05:13 +0000)]
Fixed #72974 imap is undefined service on AIX
Joe Watkins [Mon, 9 Jan 2017 00:36:57 +0000 (00:36 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix FTP tests for Travis CI.
Mitch Hagstrand [Sun, 8 Jan 2017 21:25:46 +0000 (13:25 -0800)]
Fix FTP tests for Travis CI.
This suppresses the errors from stream_socket_server() until
server.inc will not make anymore attempts.
Anatol Belski [Sun, 8 Jan 2017 22:54:58 +0000 (23:54 +0100)]
improve and generalize the recognition of a cli sapi
Joe Watkins [Sun, 8 Jan 2017 21:05:24 +0000 (21:05 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Use proper file extension for the README
Markus Staab [Sun, 8 Jan 2017 21:02:50 +0000 (22:02 +0100)]
Use proper file extension for the README