]> granicus.if.org Git - php/log
php
6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 20 Feb 2019 19:38:22 +0000 (22:38 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Reinstall pcntl tick handler on each request (it cleared after the first request).

6 years agoReinstall pcntl tick handler on each request (it cleared after the first request).
Dmitry Stogov [Wed, 20 Feb 2019 19:36:51 +0000 (22:36 +0300)]
Reinstall pcntl tick handler on each request (it cleared after the first request).

6 years agoMerge branch 'PHP-7.4'
Peter Kokot [Wed, 20 Feb 2019 19:07:31 +0000 (20:07 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  [ci skip] Update changelog
  Remove unused PHP_SYS_LFS m4 macro
  Remove unused PHP_SOLARIS_PIC_WEIRDNESS m4 macro
  Remove unused PHP_TARGET_RDYNAMIC m4 macro
  Remove unused AM_SET_LIBTOOL_VARIABLE m4 macro

6 years ago[ci skip] Update changelog
Peter Kokot [Wed, 20 Feb 2019 19:07:23 +0000 (20:07 +0100)]
[ci skip] Update changelog

6 years agoRemove unused PHP_SYS_LFS m4 macro
Peter Kokot [Tue, 19 Feb 2019 22:42:12 +0000 (23:42 +0100)]
Remove unused PHP_SYS_LFS m4 macro

This was once named as AC_SYS_LFS and today it is not used in current
PHP code base anymore.

6 years agoRemove unused PHP_SOLARIS_PIC_WEIRDNESS m4 macro
Peter Kokot [Tue, 19 Feb 2019 22:34:24 +0000 (23:34 +0100)]
Remove unused PHP_SOLARIS_PIC_WEIRDNESS m4 macro

This has been once used for Solaris systems and has been removed via
827ad656cb2585d2b9a9cc2d3bb021e8edf34365

6 years agoRemove unused PHP_TARGET_RDYNAMIC m4 macro
Peter Kokot [Tue, 19 Feb 2019 22:25:55 +0000 (23:25 +0100)]
Remove unused PHP_TARGET_RDYNAMIC m4 macro

This has been once used with apache sapi. Since PHP 7.0 it is not used
in the PHP anymore.

6 years agoRemove unused AM_SET_LIBTOOL_VARIABLE m4 macro
Peter Kokot [Tue, 19 Feb 2019 22:19:12 +0000 (23:19 +0100)]
Remove unused AM_SET_LIBTOOL_VARIABLE m4 macro

It was once used with Automake and Zend's build files. Call has been
removed via e1f101d79840e171f1dcfe17f8ae7a3d0be7e89d

6 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Wed, 20 Feb 2019 18:41:25 +0000 (19:41 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip]

6 years agofix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip]
divinity76 [Wed, 20 Feb 2019 15:38:27 +0000 (16:38 +0100)]
fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip]

the word "incompatible" was accidentally written as "incompatibe"

guilty commit: 7e597f48e9fda982e930e4f617d2b2d98d8878a5

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 20 Feb 2019 15:19:36 +0000 (18:19 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Supress memory leak reports

6 years agoSupress memory leak reports
Dmitry Stogov [Wed, 20 Feb 2019 15:18:44 +0000 (18:18 +0300)]
Supress memory leak reports

6 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 20 Feb 2019 15:02:52 +0000 (16:02 +0100)]
Merge branch 'PHP-7.4'

6 years agoDon't use uniqid for temporary POST data files
Nikita Popov [Wed, 20 Feb 2019 15:01:15 +0000 (16:01 +0100)]
Don't use uniqid for temporary POST data files

uniqid() is not necessarily unique when multiple testing processes
run in parallel.

6 years agoAdd a --shuffle mode to run-tests
Nikita Popov [Wed, 20 Feb 2019 11:57:50 +0000 (12:57 +0100)]
Add a --shuffle mode to run-tests

Makes it easier to find paralellization issues. Of course only works
if the tests aren't order-dependent...

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 20 Feb 2019 14:10:33 +0000 (17:10 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Remember __COMPILER_HALT_OFFSET__(s) in preloaded scripts

6 years agoRemember __COMPILER_HALT_OFFSET__(s) in preloaded scripts
Dmitry Stogov [Wed, 20 Feb 2019 14:10:10 +0000 (17:10 +0300)]
Remember __COMPILER_HALT_OFFSET__(s) in preloaded scripts

6 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 20 Feb 2019 11:46:46 +0000 (12:46 +0100)]
Merge branch 'PHP-7.4'

6 years agoSupport passing single file to bless_tests.php
Nikita Popov [Wed, 20 Feb 2019 11:45:27 +0000 (12:45 +0100)]
Support passing single file to bless_tests.php

Or a mix of multiple directories/files. Also make the file executable.

6 years agoUse PHP_BINARY by default in run-tests.php
Nikita Popov [Wed, 20 Feb 2019 11:38:40 +0000 (12:38 +0100)]
Use PHP_BINARY by default in run-tests.php

You pretty much always want to run with -P, make it the default.

6 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 20 Feb 2019 11:19:51 +0000 (12:19 +0100)]
Merge branch 'PHP-7.4'

6 years agoEnable parallel tests on Travis
Nikita Popov [Wed, 20 Feb 2019 11:19:01 +0000 (12:19 +0100)]
Enable parallel tests on Travis

I'll keep an eye on spurious failures resulting from this.

6 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 20 Feb 2019 11:12:27 +0000 (12:12 +0100)]
Merge branch 'PHP-7.4'

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Wed, 20 Feb 2019 11:12:11 +0000 (12:12 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Wed, 20 Feb 2019 11:11:56 +0000 (12:11 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoOpenSSL: Improve non-blocking eof test
Abyr Valg [Sat, 9 Feb 2019 09:15:55 +0000 (12:15 +0300)]
OpenSSL: Improve non-blocking eof test

6 years agoMake zip oo_addpattern test more robust
Nikita Popov [Wed, 20 Feb 2019 11:06:02 +0000 (12:06 +0100)]
Make zip oo_addpattern test more robust

Use a separate directory for the tests, so that no other tests can
concurrently create files in the same directory.

6 years agoUse "modify" error message for FUNC_ARG fetch as well
Nikita Popov [Wed, 20 Feb 2019 10:53:31 +0000 (11:53 +0100)]
Use "modify" error message for FUNC_ARG fetch as well

Avoid differences based on whether a W or FUNC_ARG fetch is performed.

6 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 20 Feb 2019 10:22:31 +0000 (11:22 +0100)]
Merge branch 'PHP-7.4'

6 years agoImplement fine-grained conflict handling
Nikita Popov [Mon, 18 Feb 2019 15:43:22 +0000 (16:43 +0100)]
Implement fine-grained conflict handling

Tests can specify conflict keys, either in --CONFLICTS-- or
a per-directory CONFLICTS file. Non-conflicting tests may be run
in parallel.

6 years agoMake proc_open_bug69900.phpt more robust against parallelization
Nikita Popov [Tue, 19 Feb 2019 14:13:11 +0000 (15:13 +0100)]
Make proc_open_bug69900.phpt more robust against parallelization

With multiple workers running this might take more than 1ms. Bump
this up to the same threshold that was already used for CI.

6 years agoMake ext/spl/tests/bug42364.phpt more robust
Nikita Popov [Tue, 19 Feb 2019 15:15:01 +0000 (16:15 +0100)]
Make ext/spl/tests/bug42364.phpt more robust

If tests are run in parallel, files may be created and deleted in
the directory. Create a separate directory just for this test to
avoid this dependence.

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 20 Feb 2019 08:47:39 +0000 (11:47 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Disable preloading for sensetive opcache tests

6 years agoDisable preloading for sensetive opcache tests
Dmitry Stogov [Wed, 20 Feb 2019 08:47:19 +0000 (11:47 +0300)]
Disable preloading for sensetive opcache tests

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 20 Feb 2019 08:36:24 +0000 (11:36 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Prevent error reporting during preloading request start-up

6 years agoPrevent error reporting during preloading request start-up
Dmitry Stogov [Wed, 20 Feb 2019 08:35:56 +0000 (11:35 +0300)]
Prevent error reporting during preloading request start-up

6 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 20 Feb 2019 08:31:44 +0000 (09:31 +0100)]
Merge branch 'PHP-7.4'

6 years agoUse zend_parse_parameters_none() in XmlWriter::openMemory()
Nikita Popov [Wed, 20 Feb 2019 08:31:08 +0000 (09:31 +0100)]
Use zend_parse_parameters_none() in XmlWriter::openMemory()

And fix incorrect uses in tests

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 20 Feb 2019 07:27:27 +0000 (10:27 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Added reference to parser generator

6 years agoAdded reference to parser generator
Dmitry Stogov [Wed, 20 Feb 2019 07:26:56 +0000 (10:26 +0300)]
Added reference to parser generator

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 20 Feb 2019 06:33:17 +0000 (09:33 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix typo
  Simplify even more - use PHP_VERSION directly
  Bump FFI extension version to PHP_VERSION

6 years agoFix typo
Peter Kokot [Mon, 18 Feb 2019 21:40:56 +0000 (22:40 +0100)]
Fix typo

6 years agoSimplify even more - use PHP_VERSION directly
Peter Kokot [Mon, 18 Feb 2019 21:39:00 +0000 (22:39 +0100)]
Simplify even more - use PHP_VERSION directly

6 years agoBump FFI extension version to PHP_VERSION
Peter Kokot [Mon, 18 Feb 2019 21:11:12 +0000 (22:11 +0100)]
Bump FFI extension version to PHP_VERSION

This simplifies bumping the FFI extension version.

6 years agoMerge branch 'PHP-7.4'
Christopher Jones [Wed, 20 Feb 2019 00:14:06 +0000 (11:14 +1100)]
Merge branch 'PHP-7.4'

6 years agoCorrect skipif use for OCI8 password tests
Christopher Jones [Wed, 20 Feb 2019 00:12:08 +0000 (11:12 +1100)]
Correct skipif use for OCI8 password tests

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christopher Jones [Wed, 20 Feb 2019 00:11:16 +0000 (11:11 +1100)]
Merge branch 'PHP-7.3' into PHP-7.4

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Wed, 20 Feb 2019 00:11:06 +0000 (11:11 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoCorrect skipif use for OCI8 password tests
Christopher Jones [Wed, 20 Feb 2019 00:10:57 +0000 (11:10 +1100)]
Correct skipif use for OCI8 password tests

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 23:35:44 +0000 (02:35 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Skip tests f oci8 extension is not loaded

6 years agoSkip tests f oci8 extension is not loaded
Dmitry Stogov [Tue, 19 Feb 2019 23:35:25 +0000 (02:35 +0300)]
Skip tests f oci8 extension is not loaded

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 23:33:38 +0000 (02:33 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Reorder conditions

6 years agoReorder conditions
Dmitry Stogov [Tue, 19 Feb 2019 23:33:21 +0000 (02:33 +0300)]
Reorder conditions

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 23:33:11 +0000 (02:33 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Use ZEND_ACC_REUSE_GET_ITERATOR flag instead of run-time class modification

6 years agoUse ZEND_ACC_REUSE_GET_ITERATOR flag instead of run-time class modification
Dmitry Stogov [Tue, 19 Feb 2019 23:32:29 +0000 (02:32 +0300)]
Use ZEND_ACC_REUSE_GET_ITERATOR flag instead of run-time class modification

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 21:07:32 +0000 (00:07 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Don't preload tests without --FILE-- section

6 years agoDon't preload tests without --FILE-- section
Dmitry Stogov [Tue, 19 Feb 2019 21:06:57 +0000 (00:06 +0300)]
Don't preload tests without --FILE-- section

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 20:51:08 +0000 (23:51 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Order of classes may matter

6 years agoOrder of classes may matter
Dmitry Stogov [Tue, 19 Feb 2019 20:50:17 +0000 (23:50 +0300)]
Order of classes may matter

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 20:18:35 +0000 (23:18 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Don't restrict preloading with "open_basedir" directive.

6 years agoDon't restrict preloading with "open_basedir" directive.
Dmitry Stogov [Tue, 19 Feb 2019 20:17:38 +0000 (23:17 +0300)]
Don't restrict preloading with "open_basedir" directive.

6 years agoMerge branch 'PHP-7.4'
Peter Kokot [Tue, 19 Feb 2019 19:22:14 +0000 (20:22 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Rename non-existing site phpdbg.com to localhost

6 years agoRename non-existing site phpdbg.com to localhost
Peter Kokot [Mon, 18 Feb 2019 17:08:54 +0000 (18:08 +0100)]
Rename non-existing site phpdbg.com to localhost

6 years agoMerge branch 'PHP-7.4'
Joe Watkins [Tue, 19 Feb 2019 17:21:49 +0000 (18:21 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  begin handlers are currently invoked without access to the arguments being sent, this moves the opcode after SEND

6 years agobegin handlers are currently invoked without access to the arguments being sent,...
Joe Watkins [Tue, 19 Feb 2019 16:45:13 +0000 (17:45 +0100)]
begin handlers are currently invoked without access to the arguments being sent, this moves the opcode after SEND

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 16:23:03 +0000 (19:23 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Better new-line handling

6 years agoBetter new-line handling
Dmitry Stogov [Tue, 19 Feb 2019 16:22:42 +0000 (19:22 +0300)]
Better new-line handling

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 16:21:59 +0000 (19:21 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fixed memory leak

6 years agoFixed memory leak
Dmitry Stogov [Tue, 19 Feb 2019 16:21:36 +0000 (19:21 +0300)]
Fixed memory leak

6 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 19 Feb 2019 16:12:33 +0000 (17:12 +0100)]
Merge branch 'PHP-7.4'

6 years agoRemove some zpp failure tests
Nikita Popov [Tue, 19 Feb 2019 16:11:30 +0000 (17:11 +0100)]
Remove some zpp failure tests

These tests exclusively check zpp failure conditions, so drop them.

6 years agoRemove ability to import case-insensitive constants from typelibs
Christoph M. Becker [Tue, 19 Feb 2019 15:53:40 +0000 (16:53 +0100)]
Remove ability to import case-insensitive constants from typelibs

According to commit 23a5be3[1], we remove the ability to import case-
insensitive constants, but do not remove the now superfluous parameter
and ini setting.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=23a5be3696f4d92e1b18fd59f3ac63c6a15ea12a>

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 15:40:05 +0000 (18:40 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Check for USER_FUNCTION

6 years agoCheck for USER_FUNCTION
Dmitry Stogov [Tue, 19 Feb 2019 15:39:44 +0000 (18:39 +0300)]
Check for USER_FUNCTION

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 15:10:10 +0000 (18:10 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Accurate handling of not preloaded classes

6 years agoAccurate handling of not preloaded classes
Dmitry Stogov [Tue, 19 Feb 2019 15:09:44 +0000 (18:09 +0300)]
Accurate handling of not preloaded classes

6 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 19 Feb 2019 14:55:40 +0000 (15:55 +0100)]
Merge branch 'PHP-7.4'

6 years agoAvoid port conflicts in stream socket tests
Nikita Popov [Tue, 19 Feb 2019 14:16:16 +0000 (15:16 +0100)]
Avoid port conflicts in stream socket tests

Also drop some useless --CLEAN-- sections.

6 years agoRemove spurious + before --CREDITS--
Nikita Popov [Tue, 19 Feb 2019 14:02:26 +0000 (15:02 +0100)]
Remove spurious + before --CREDITS--

6 years agoAvoid file conflicts in mail tests
Nikita Popov [Tue, 19 Feb 2019 13:51:33 +0000 (14:51 +0100)]
Avoid file conflicts in mail tests

6 years agoAvoid file conflicts in XmlWriter tests
Nikita Popov [Tue, 19 Feb 2019 13:43:52 +0000 (14:43 +0100)]
Avoid file conflicts in XmlWriter tests

6 years agoAvoid port conflicts in ext/sockets tests
Nikita Popov [Tue, 19 Feb 2019 09:35:27 +0000 (10:35 +0100)]
Avoid port conflicts in ext/sockets tests

6 years agoMake parallel run-tests compatible with IO capture tests
Nikita Popov [Mon, 18 Feb 2019 14:36:39 +0000 (15:36 +0100)]
Make parallel run-tests compatible with IO capture tests

Inherit the main stdin/stdout/stderr streams into the worker processes.
We don't talk to workers via these pipes, so there shouldn't be a
problem doing this.

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 14:17:12 +0000 (17:17 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Better line handling

6 years agoBetter line handling
Dmitry Stogov [Tue, 19 Feb 2019 14:16:48 +0000 (17:16 +0300)]
Better line handling

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 14:09:30 +0000 (17:09 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Filter preloading warning messages

6 years agoFilter preloading warning messages
Dmitry Stogov [Tue, 19 Feb 2019 14:09:07 +0000 (17:09 +0300)]
Filter preloading warning messages

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 13:55:37 +0000 (16:55 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Don't try to eliminate requre/include with stream wrappers

6 years agoDon't try to eliminate requre/include with stream wrappers
Dmitry Stogov [Tue, 19 Feb 2019 13:54:51 +0000 (16:54 +0300)]
Don't try to eliminate requre/include with stream wrappers

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 13:47:24 +0000 (16:47 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Stop PHP in case of fatal error during preloading

6 years agoStop PHP in case of fatal error during preloading
Dmitry Stogov [Tue, 19 Feb 2019 13:46:56 +0000 (16:46 +0300)]
Stop PHP in case of fatal error during preloading

6 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 19 Feb 2019 12:51:37 +0000 (15:51 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  ws

6 years agows
Dmitry Stogov [Tue, 19 Feb 2019 12:51:12 +0000 (15:51 +0300)]
ws

6 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 19 Feb 2019 12:10:34 +0000 (13:10 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Prepare main branch for PHP 7.3.4

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Tue, 19 Feb 2019 12:10:04 +0000 (13:10 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Prepare main branch for PHP 7.3.4

6 years agoPrepare main branch for PHP 7.3.4
Christoph M. Becker [Tue, 19 Feb 2019 12:06:40 +0000 (13:06 +0100)]
Prepare main branch for PHP 7.3.4

6 years agoMerge branch 'PHP-7.4'
Remi Collet [Tue, 19 Feb 2019 11:47:19 +0000 (12:47 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  bump version to 7.2.17-dev

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Remi Collet [Tue, 19 Feb 2019 11:47:09 +0000 (12:47 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  bump version to 7.2.17-dev

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Tue, 19 Feb 2019 11:47:00 +0000 (12:47 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  bump version to 7.2.17-dev

6 years agobump version to 7.2.17-dev
Remi Collet [Tue, 19 Feb 2019 11:46:52 +0000 (12:46 +0100)]
bump version to 7.2.17-dev