]> granicus.if.org Git - php/log
php
7 years agoMerge branch 'PHP-7.1'
Nikita Popov [Sat, 25 Feb 2017 11:58:03 +0000 (12:58 +0100)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sat, 25 Feb 2017 11:57:53 +0000 (12:57 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoImprove fix for bug #73807
Nikita Popov [Sat, 25 Feb 2017 11:55:14 +0000 (12:55 +0100)]
Improve fix for bug #73807

At least on some architectures memmove() on FreeBSD does not
short-curcuit if src==dst. Check for it explicitly to avoid
quadratic copying.

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Sat, 25 Feb 2017 04:00:57 +0000 (12:00 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted by-ref arg)
  Fixed typo (it should be typo)

7 years agoFixed bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted...
Xinchen Hui [Sat, 25 Feb 2017 04:00:42 +0000 (12:00 +0800)]
Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted by-ref arg)

7 years agoMerge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
Xinchen Hui [Sat, 25 Feb 2017 03:10:37 +0000 (11:10 +0800)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:/php-src:
  Fix bug #73127
  Support run or test target invoked within debugger
  Update test for bug #74159
  Update NEWS
  Fix bug #74159

7 years agofix command not found warning in ext/gd
Tom Van Looy [Fri, 24 Feb 2017 21:25:51 +0000 (22:25 +0100)]
fix command not found warning in ext/gd

./configure: line 32011: PHP_GD_TTSTR: command not found

7 years agoMerge branch 'PHP-7.1'
Nikita Popov [Fri, 24 Feb 2017 22:22:46 +0000 (23:22 +0100)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Fri, 24 Feb 2017 22:22:24 +0000 (23:22 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFix bug #73127
Grundik [Sat, 18 Feb 2017 02:53:13 +0000 (05:53 +0300)]
Fix bug #73127

gost-crypto hash was incorrect if input data contained long 0xFF
sequence, due to a carry-propagation bug.

7 years agoMerge branch 'PHP-7.1'
Anatol Belski [Fri, 24 Feb 2017 18:43:26 +0000 (19:43 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Support run or test target invoked within debugger

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 24 Feb 2017 18:41:30 +0000 (19:41 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Support run or test target invoked within debugger

7 years agoSupport run or test target invoked within debugger
Anatol Belski [Fri, 24 Feb 2017 18:37:16 +0000 (19:37 +0100)]
Support run or test target invoked within debugger

Useful, as it gets all the environment produced by the makefile. For the
test target, it might make sense to have the child process debug plugin
for VS installed.

7 years agofix test, yet master staging only
Anatol Belski [Fri, 24 Feb 2017 10:44:39 +0000 (11:44 +0100)]
fix test, yet master staging only

7 years agoMerge branch 'PHP-7.1'
Aaron Piotrowski [Fri, 24 Feb 2017 04:56:25 +0000 (22:56 -0600)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Aaron Piotrowski [Fri, 24 Feb 2017 04:56:04 +0000 (22:56 -0600)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoUpdate test for bug #74159
Aaron Piotrowski [Fri, 24 Feb 2017 04:24:59 +0000 (22:24 -0600)]
Update test for bug #74159

7 years agoMerge branch 'PHP-7.1'
Aaron Piotrowski [Fri, 24 Feb 2017 03:22:28 +0000 (21:22 -0600)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Aaron Piotrowski [Fri, 24 Feb 2017 03:18:09 +0000 (21:18 -0600)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoUpdate NEWS
Aaron Piotrowski [Fri, 24 Feb 2017 03:10:14 +0000 (21:10 -0600)]
Update NEWS

7 years agoFix bug #74159
Aaron Piotrowski [Fri, 24 Feb 2017 02:58:12 +0000 (20:58 -0600)]
Fix bug #74159

Thanks to @brzuchal for the patch to xp_ssl.c and @DaveRandom for helping debug the problem.

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Thu, 23 Feb 2017 05:58:51 +0000 (13:58 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed typo (it should be typo)

7 years agoFixed typo (it should be typo)
Xinchen Hui [Thu, 23 Feb 2017 05:58:08 +0000 (13:58 +0800)]
Fixed typo (it should be typo)

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Thu, 23 Feb 2017 04:47:40 +0000 (12:47 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Add test only (bug doesn't exists in 7.1)
  Fixed bug #74152 (if statement says true to a null variable)

7 years agoAdd test only (bug doesn't exists in 7.1)
Xinchen Hui [Thu, 23 Feb 2017 04:47:15 +0000 (12:47 +0800)]
Add test only (bug doesn't exists in 7.1)

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Thu, 23 Feb 2017 04:47:04 +0000 (12:47 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #74152 (if statement says true to a null variable)

7 years agoFixed bug #74152 (if statement says true to a null variable)
Xinchen Hui [Thu, 23 Feb 2017 04:33:17 +0000 (12:33 +0800)]
Fixed bug #74152 (if statement says true to a null variable)

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Thu, 23 Feb 2017 03:02:48 +0000 (11:02 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #74148 (ReflectionFunction incorrectly reports the number of arguments)

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Thu, 23 Feb 2017 03:02:37 +0000 (11:02 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #74148 (ReflectionFunction incorrectly reports the number of arguments)

7 years agoFixed bug #74148 (ReflectionFunction incorrectly reports the number of arguments)
Xinchen Hui [Thu, 23 Feb 2017 03:02:23 +0000 (11:02 +0800)]
Fixed bug #74148 (ReflectionFunction incorrectly reports the number of arguments)

7 years agoFix PHP_OS_FAMILY for Linux (Joe)
Kalle Sommer Nielsen [Wed, 22 Feb 2017 21:13:33 +0000 (22:13 +0100)]
Fix PHP_OS_FAMILY for Linux (Joe)

7 years agoChange PHP_OS_FAMILY slightly
Kalle Sommer Nielsen [Wed, 22 Feb 2017 11:31:06 +0000 (12:31 +0100)]
Change PHP_OS_FAMILY slightly

* PHP_OS_FAMILY is now a macro, to allow extensions to take advantage of it, it is defined in php.h
* Values are not upper-case-first, not always uppercase. Windows is no longer just "Win", if we want the short version for testing then PHP_OS is always WINNT anyway

7 years agoFix extra ; causing a build error
Kalle Sommer Nielsen [Wed, 22 Feb 2017 11:09:59 +0000 (12:09 +0100)]
Fix extra ; causing a build error

7 years agoMerge branch 'PHP-7.1'
Remi Collet [Wed, 22 Feb 2017 07:41:01 +0000 (08:41 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  report about OpenSSL 1.1 not supported during configure

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Remi Collet [Wed, 22 Feb 2017 07:40:22 +0000 (08:40 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  report about OpenSSL 1.1 not supported during configure

7 years agoreport about OpenSSL 1.1 not supported during configure
Remi Collet [Tue, 21 Feb 2017 15:27:51 +0000 (16:27 +0100)]
report about OpenSSL 1.1 not supported during configure

7 years agoMerge branch 'PHP-7.1'
Joe Watkins [Wed, 22 Feb 2017 06:49:22 +0000 (06:49 +0000)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  pull-request/2393:
    stop fpm make install clobbering dot d configuration

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Wed, 22 Feb 2017 06:48:48 +0000 (06:48 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  pull-request/2393:
    stop fpm make install clobbering dot d configuration

7 years agopull-request/2393:
Coenraad Loubser [Tue, 21 Feb 2017 02:02:22 +0000 (04:02 +0200)]
pull-request/2393:

    stop make install from clobbering default dot d configuration

7 years agomore appropriate var name
Anatol Belski [Tue, 21 Feb 2017 13:37:42 +0000 (14:37 +0100)]
more appropriate var name

7 years agoadd folds
Anatol Belski [Tue, 21 Feb 2017 13:36:06 +0000 (14:36 +0100)]
add folds

7 years agouse the delivered global arg instead of fetching it
Anatol Belski [Tue, 21 Feb 2017 11:12:42 +0000 (12:12 +0100)]
use the delivered global arg instead of fetching it

7 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Tue, 21 Feb 2017 07:48:37 +0000 (10:48 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  too many dashes

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 21 Feb 2017 07:48:21 +0000 (10:48 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  too many dashes

7 years agotoo many dashes
Dmitry Stogov [Tue, 21 Feb 2017 07:47:48 +0000 (10:47 +0300)]
too many dashes

7 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Tue, 21 Feb 2017 07:42:59 +0000 (10:42 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5) Include WSDL cache version number into file name

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 21 Feb 2017 07:42:42 +0000 (10:42 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5) Include WSDL cache version number into file name

7 years agoIncrease WSDL cache version (7.0 wsdl cache is incomatible with PHP-5)
Dmitry Stogov [Tue, 21 Feb 2017 07:41:20 +0000 (10:41 +0300)]
Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5)
Include WSDL cache version number into file name

7 years agoMerge branch 'PHP-7.1'
Remi Collet [Sun, 19 Feb 2017 16:02:31 +0000 (17:02 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fix test for libzip 1.2.0

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Remi Collet [Sun, 19 Feb 2017 16:02:16 +0000 (17:02 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix test for libzip 1.2.0

7 years agofix test for libzip 1.2.0
Remi Collet [Sun, 19 Feb 2017 16:02:00 +0000 (17:02 +0100)]
fix test for libzip 1.2.0

7 years agoMerge branch 'PHP-7.1'
Anatol Belski [Sat, 18 Feb 2017 17:05:55 +0000 (18:05 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  initialize valid_symbol_table, important for the main thread

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 18 Feb 2017 17:03:55 +0000 (18:03 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  initialize valid_symbol_table, important for the main thread

7 years agoinitialize valid_symbol_table, important for the main thread
Anatol Belski [Sat, 18 Feb 2017 16:58:17 +0000 (17:58 +0100)]
initialize valid_symbol_table, important for the main thread

to prevent php_errormsg population on invalid symlol_table

7 years agoftp_mlsd(): Parse the MLSD response
Andreas Treichel [Thu, 2 Feb 2017 00:09:31 +0000 (01:09 +0100)]
ftp_mlsd(): Parse the MLSD response

7 years agoMerge branch 'PHP-7.1'
Nikita Popov [Fri, 17 Feb 2017 20:23:31 +0000 (21:23 +0100)]
Merge branch 'PHP-7.1'

7 years agoFixed #74099 - Memory leak with openssl_encrypt()
andrewnester [Fri, 17 Feb 2017 09:33:35 +0000 (12:33 +0300)]
Fixed #74099 - Memory leak with openssl_encrypt()

7 years agoMerge branch 'PHP-7.1'
Nikita Popov [Fri, 17 Feb 2017 17:44:10 +0000 (18:44 +0100)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Fri, 17 Feb 2017 17:43:50 +0000 (18:43 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFixed bug #74105
Benjamin Robin [Wed, 15 Feb 2017 23:06:46 +0000 (00:06 +0100)]
Fixed bug #74105

If getrandom syscall is unavailable (ENOSYS), try to fallback on
/dev/urandom.

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Fri, 17 Feb 2017 04:23:14 +0000 (12:23 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Unused var

7 years agoUnused var
Xinchen Hui [Fri, 17 Feb 2017 04:22:59 +0000 (12:22 +0800)]
Unused var

7 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 16 Feb 2017 16:36:09 +0000 (17:36 +0100)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 16 Feb 2017 16:35:52 +0000 (17:35 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoDisable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).
Ondřej Surý [Thu, 16 Feb 2017 07:57:30 +0000 (08:57 +0100)]
Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).

The AddressSanitizer doesn't support RTLD_DEEPBIND resulting in
erratic errors when deinitializing phar module and possibly others.

Clang use __has_feature() macro to indicate compilation with
AddressSanitizer while gcc uses __SANITIZE_ADDRESS__ define.

Fixes bug #73677.

7 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 16 Feb 2017 16:28:14 +0000 (17:28 +0100)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 16 Feb 2017 16:28:05 +0000 (17:28 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFix memory errors in url rewriter
Nikita Popov [Thu, 16 Feb 2017 16:24:07 +0000 (17:24 +0100)]
Fix memory errors in url rewriter

Strings aren't terminated here...

7 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 16 Feb 2017 16:00:28 +0000 (17:00 +0100)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 16 Feb 2017 16:00:21 +0000 (17:00 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoFix autoload_func_info destruction
Nikita Popov [Thu, 16 Feb 2017 15:59:17 +0000 (16:59 +0100)]
Fix autoload_func_info destruction

Can't reference the function ptr after the closure has been
destroyed.

7 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 16 Feb 2017 11:47:26 +0000 (12:47 +0100)]
Merge branch 'PHP-7.1'

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 16 Feb 2017 11:47:12 +0000 (12:47 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

7 years agoMake the ftp and stream tests more reliable.
Mitch Hagstrand [Thu, 16 Feb 2017 09:19:47 +0000 (01:19 -0800)]
Make the ftp and stream tests more reliable.

The tests can sometimes fail because it chooses a passive port for ftp that
is already in use. This makes the test attempt multiple times to find a free
port.

7 years agoAdd json dep to test
Nikita Popov [Thu, 16 Feb 2017 11:45:15 +0000 (12:45 +0100)]
Add json dep to test

7 years agoMerge branch 'PHP-7.1'
Anatol Belski [Wed, 15 Feb 2017 15:37:15 +0000 (16:37 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  [ci skip] update NEWS
  [ci skip] update NEWS

7 years ago[ci skip] update NEWS
Anatol Belski [Wed, 15 Feb 2017 15:35:49 +0000 (16:35 +0100)]
[ci skip] update NEWS

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Wed, 15 Feb 2017 15:35:11 +0000 (16:35 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  [ci skip] update NEWS

7 years ago[ci skip] update NEWS
Anatol Belski [Wed, 15 Feb 2017 15:33:49 +0000 (16:33 +0100)]
[ci skip] update NEWS

7 years agofix typo
Anatol Belski [Wed, 15 Feb 2017 15:15:16 +0000 (16:15 +0100)]
fix typo

7 years agoMerge branch 'PHP-7.1'
Anatol Belski [Wed, 15 Feb 2017 15:14:46 +0000 (16:14 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  skip test

7 years agoskip test
Anatol Belski [Wed, 15 Feb 2017 15:12:34 +0000 (16:12 +0100)]
skip test

The code path not available on Windows.

7 years agoMerge branch 'PHP-7.1'
Anatol Belski [Wed, 15 Feb 2017 13:51:38 +0000 (14:51 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bug #74090 stream_get_contents maxlength>-1 returns empty string

7 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Wed, 15 Feb 2017 13:49:58 +0000 (14:49 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #74090 stream_get_contents maxlength>-1 returns empty string

7 years agoFixed bug #74090 stream_get_contents maxlength>-1 returns empty string
Anatol Belski [Wed, 15 Feb 2017 10:22:47 +0000 (11:22 +0100)]
Fixed bug #74090 stream_get_contents maxlength>-1 returns empty string

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Wed, 15 Feb 2017 09:31:35 +0000 (17:31 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed test in travis

7 years agoFixed test in travis
Xinchen Hui [Wed, 15 Feb 2017 09:31:27 +0000 (17:31 +0800)]
Fixed test in travis

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Wed, 15 Feb 2017 07:27:33 +0000 (15:27 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Make it slower

7 years agoMake it slower
Xinchen Hui [Wed, 15 Feb 2017 07:27:21 +0000 (15:27 +0800)]
Make it slower

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Wed, 15 Feb 2017 06:49:09 +0000 (14:49 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed test

7 years agoFixed test
Xinchen Hui [Wed, 15 Feb 2017 06:49:02 +0000 (14:49 +0800)]
Fixed test

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Wed, 15 Feb 2017 05:52:08 +0000 (13:52 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Add a test for hard_timeout(bug #74093)

7 years agoAdd a test for hard_timeout(bug #74093)
Xinchen Hui [Wed, 15 Feb 2017 05:51:45 +0000 (13:51 +0800)]
Add a test for hard_timeout(bug #74093)

7 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Wed, 15 Feb 2017 04:30:23 +0000 (12:30 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)

7 years agoWorkaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed not writte...
Xinchen Hui [Wed, 15 Feb 2017 04:27:56 +0000 (12:27 +0800)]
Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)

Use a different exit code for hard_timeout, 124 is used by linux
timeout:http://man7.org/linux/man-pages/man1/timeout.1.html
"If the command times out, and --preserve-status is not set, then exit with status 124"

7 years agoMerge branch 'pull-request/2355'
Christoph M. Becker [Tue, 14 Feb 2017 13:03:24 +0000 (14:03 +0100)]
Merge branch 'pull-request/2355'

* pull-request/2355:
  Deprecate INTL_IDNA_VARIANT_2003

We also add a respective note to UPGRADING.

7 years agoUpdate to SQLite 3.17.0
Christoph M. Becker [Tue, 14 Feb 2017 12:25:02 +0000 (13:25 +0100)]
Update to SQLite 3.17.0

8 years agoMerge branch 'PHP-7.1'
Xinchen Hui [Mon, 13 Feb 2017 11:24:00 +0000 (19:24 +0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Update NEWS
  Fixed bug  #73989 (PHP 7.1 Segfaults within Symfony test suite)

Conflicts:
Zend/zend_gc.c

8 years agoUpdate NEWS
Xinchen Hui [Mon, 13 Feb 2017 11:17:51 +0000 (19:17 +0800)]
Update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Mon, 13 Feb 2017 11:17:09 +0000 (19:17 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug  #73989 (PHP 7.1 Segfaults within Symfony test suite)