]> granicus.if.org Git - php/log
php
6 years agofnmatch error when pattern or filename too long
Pete Albrecht [Tue, 3 Oct 2017 21:39:22 +0000 (15:39 -0600)]
fnmatch error when pattern or filename too long

i3logix PHP Testfest 2017

6 years ago[ci skip] Update changelog
Peter Kokot [Sun, 10 Feb 2019 18:18:07 +0000 (19:18 +0100)]
[ci skip] Update changelog

6 years agoDelete duplicate test file
Guilliam Xavier [Sun, 10 Feb 2019 11:29:42 +0000 (12:29 +0100)]
Delete duplicate test file

`Zend/tests/cast_to_array_fixed.phpt` was created as exact duplicate of
`Zend/tests/cast_to_array.phpt`

6 years agoFix failing tests
Peter Kokot [Sat, 9 Feb 2019 23:43:28 +0000 (00:43 +0100)]
Fix failing tests

The run-tests script executes the cleaning section separately and interfers
with the running test itself less. This fixes two failing tests on Windows
platforms.

6 years agoFix failing readline() basic test
Peter Kokot [Sat, 9 Feb 2019 11:18:13 +0000 (12:18 +0100)]
Fix failing readline() basic test

Test for readline() basic doesn't seem to capture the STDIN in the
output for some systems such as macOS and Windows.

6 years agoTests for __set_state magic method
MarkBaker [Fri, 6 Oct 2017 22:45:19 +0000 (23:45 +0100)]
Tests for __set_state magic method

Tests for __set_state magic method for DateTime, DateTimeImmutable,
DateTimeZone and DatePeriod.

6 years agoAdd test for date_time_immutable invalid arguments
Mark Niebergall [Sat, 9 Feb 2019 16:05:22 +0000 (17:05 +0100)]
Add test for date_time_immutable invalid arguments

6 years agoAdded basic test for ZipArchive::unchangeName()
Florian Engelhardt [Sat, 16 Sep 2017 20:42:13 +0000 (22:42 +0200)]
Added basic test for ZipArchive::unchangeName()

6 years agoAdded basic test for ZipArchive::unchangeIndex()
Florian Engelhardt [Sat, 16 Sep 2017 20:31:08 +0000 (22:31 +0200)]
Added basic test for ZipArchive::unchangeIndex()

6 years agoFix TS build, ref #77377
Anatol Belski [Sat, 9 Feb 2019 02:42:48 +0000 (18:42 -0800)]
Fix TS build, ref #77377

6 years agoImplement FR #77377 handle CTRL+C in Windows
Anatol Belski [Sat, 9 Feb 2019 02:10:31 +0000 (18:10 -0800)]
Implement FR #77377 handle CTRL+C in Windows

6 years agoAdd test for null return on version_compare with bad operator
David Stockton [Wed, 4 Oct 2017 06:21:22 +0000 (00:21 -0600)]
Add test for null return on version_compare with bad operator

6 years agoTest to verify that closures can't be instantiated
MarkBaker [Thu, 5 Oct 2017 23:52:45 +0000 (00:52 +0100)]
Test to verify that closures can't be instantiated

6 years agoAdd test for pcntl_getpriority() basic behaviour
Er Galvão Abbott [Sat, 28 Oct 2017 23:23:42 +0000 (21:23 -0200)]
Add test for pcntl_getpriority() basic behaviour

6 years agoreadline - add basic test
Joel Clermont [Wed, 13 Sep 2017 00:39:47 +0000 (19:39 -0500)]
readline - add basic test

6 years agoupdated typo in test
Rodrigo Prado [Wed, 8 Nov 2017 00:06:52 +0000 (22:06 -0200)]
updated typo in test

User Group: PHPSP #phptestfestbrasil

6 years agoUpdate and fix remaining year ranges (2019)
Peter Kokot [Sun, 3 Feb 2019 21:47:49 +0000 (22:47 +0100)]
Update and fix remaining year ranges (2019)

This patch follows previous license year ranges updates. With new
approach source code files now have simplified headers with license
information without year ranges.

6 years agoFix incorrect outbuf freeing
Nikita Popov [Fri, 8 Feb 2019 11:59:48 +0000 (12:59 +0100)]
Fix incorrect outbuf freeing

6 years agoFix double free if post inc of typed property throws
Nikita Popov [Fri, 8 Feb 2019 11:43:11 +0000 (12:43 +0100)]
Fix double free if post inc of typed property throws

We either need to add an extra ref because the copy is used as the
retval, which is freed by HANDLE_EXCEPTION, or we need to undef it
(done here).

6 years agoAdd ZEND_TRY_ASSIGN_BOOL API
Nikita Popov [Fri, 8 Feb 2019 10:06:50 +0000 (11:06 +0100)]
Add ZEND_TRY_ASSIGN_BOOL API

Cherry-picked from master, this is of course also necessary in 7.4...

6 years agoFix refcounting of prop types coming from traits
Nikita Popov [Fri, 8 Feb 2019 11:20:31 +0000 (12:20 +0100)]
Fix refcounting of prop types coming from traits

6 years agoFix invalid free
Nikita Popov [Fri, 8 Feb 2019 09:49:54 +0000 (10:49 +0100)]
Fix invalid free

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Fri, 8 Feb 2019 09:10:00 +0000 (10:10 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Fri, 8 Feb 2019 09:09:39 +0000 (10:09 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFix FTPS passive mode of data channel event poll
YanTao [Fri, 8 Feb 2019 03:41:41 +0000 (11:41 +0800)]
Fix FTPS passive mode of data channel event poll

Bugfix: when using passive mode of FTPS protocol, data channel events
should be polled when creating data connection channel, instead of polling
the event of ftp's self control channel, which may cause ftp transfer
problem while using ftps and passive mode.

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Anatol Belski [Fri, 8 Feb 2019 06:29:30 +0000 (22:29 -0800)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Sync test with changes in libcurl 7.64.0
  Sync test for libcurl 7.64.0

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Fri, 8 Feb 2019 06:28:45 +0000 (22:28 -0800)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Sync test with changes in libcurl 7.64.0
  Sync test for libcurl 7.64.0

6 years agoSync test with changes in libcurl 7.64.0
Anatol Belski [Fri, 8 Feb 2019 06:22:38 +0000 (22:22 -0800)]
Sync test with changes in libcurl 7.64.0

6 years agoSync test for libcurl 7.64.0
Anatol Belski [Fri, 8 Feb 2019 06:21:59 +0000 (22:21 -0800)]
Sync test for libcurl 7.64.0

6 years ago[ci skip] Move OPcache configure option changes
Peter Kokot [Thu, 7 Feb 2019 23:31:25 +0000 (00:31 +0100)]
[ci skip] Move OPcache configure option changes

6 years ago[ci skip] Update changelog
Peter Kokot [Thu, 7 Feb 2019 17:13:45 +0000 (18:13 +0100)]
[ci skip] Update changelog

6 years agoMerge branch 'PHP-7.4' of git.php.net:php-src into PHP-7.4
Derick Rethans [Thu, 7 Feb 2019 11:14:10 +0000 (11:14 +0000)]
Merge branch 'PHP-7.4' of git.php.net:php-src into PHP-7.4

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Derick Rethans [Thu, 7 Feb 2019 11:13:01 +0000 (11:13 +0000)]
Merge branch 'PHP-7.3' into PHP-7.4

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Derick Rethans [Thu, 7 Feb 2019 11:12:42 +0000 (11:12 +0000)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoRemove --disable-opcache-filecache option
Nikita Popov [Thu, 7 Feb 2019 10:10:12 +0000 (11:10 +0100)]
Remove --disable-opcache-filecache option

This is no longer an experimental feature, and we have the ability
to control this at runtime via an ini setting.

6 years agoUse pkg-config for ICU, as the old icu-config has been deprecated
Derick Rethans [Wed, 6 Feb 2019 10:39:55 +0000 (10:39 +0000)]
Use pkg-config for ICU, as the old icu-config has been deprecated

6 years agoRequire icu-uc and icu-i18n next to icu-io
Nikita Popov [Thu, 7 Feb 2019 10:00:51 +0000 (11:00 +0100)]
Require icu-uc and icu-i18n next to icu-io

6 years agoFix DIM_OBJ specialization in zend_vm_get_opcode_handler_func
Nikita Popov [Thu, 7 Feb 2019 09:04:54 +0000 (10:04 +0100)]
Fix DIM_OBJ specialization in zend_vm_get_opcode_handler_func

DIM_OBJ also specializes over ASSIGN_STATIC_PROP nowadays.

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Tue, 5 Feb 2019 22:05:37 +0000 (23:05 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix NEWS

6 years agoFix NEWS
Christoph M. Becker [Tue, 5 Feb 2019 22:04:31 +0000 (23:04 +0100)]
Fix NEWS

Bug #77287 is already fixed in PHP 7.3.2.

6 years agoSome more test removals
Nikita Popov [Tue, 5 Feb 2019 11:42:00 +0000 (12:42 +0100)]
Some more test removals

Noticed these while implementing error handler changes.

6 years agoRemove zpp variation tests
Nikita Popov [Fri, 1 Feb 2019 11:57:55 +0000 (12:57 +0100)]
Remove zpp variation tests

6 years agoRemove copyright years.
Dmitry Stogov [Tue, 5 Feb 2019 07:33:28 +0000 (10:33 +0300)]
Remove copyright years.

6 years agoMark ldap_control_paged_result and ldap_control_paged_result_response as deprecated
Côme Chilliet [Mon, 4 Feb 2019 11:09:51 +0000 (12:09 +0100)]
Mark ldap_control_paged_result and ldap_control_paged_result_response as deprecated

These functions have serious limitations and may confuse users.
Same operations can be done using the new ldap control system in search
 operations.

6 years agoReset common fields of EG(trampoline)
Dmitry Stogov [Mon, 4 Feb 2019 10:57:03 +0000 (13:57 +0300)]
Reset common fields of EG(trampoline)

6 years agoRemove local variables
Peter Kokot [Tue, 22 Jan 2019 20:39:32 +0000 (21:39 +0100)]
Remove local variables

This patch removes the so called local variables defined per
file basis for certain editors to properly show tab width, and
similar settings. These are mainly used by Vim and Emacs editors
yet with recent changes the once working definitions don't work
anymore in Vim without custom plugins or additional configuration.
Neither are these settings synced across the PHP code base.

A simpler and better approach is EditorConfig and fixing code
using some code style fixing tools in the future instead.

This patch also removes the so called modelines for Vim. Modelines
allow Vim editor specifically to set some editor configuration such as
syntax highlighting, indentation style and tab width to be set in the
first line or the last 5 lines per file basis. Since the php test
files have syntax highlighting already set in most editors properly and
EditorConfig takes care of the indentation settings, this patch removes
these as well for the Vim 6.0 and newer versions.

With the removal of local variables for certain editors such as
Emacs and Vim, the footer is also probably not needed anymore when
creating extensions using ext_skel.php script.

Additionally, Vim modelines for setting php syntax and some editor
settings has been removed from some *.phpt files.  All these are
mostly not relevant for phpt files neither work properly in the
middle of the file.

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Sun, 3 Feb 2019 17:32:01 +0000 (18:32 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  [ci skip] Add missing notes regarding gc_status()

6 years ago[ci skip] Add missing notes regarding gc_status()
Christoph M. Becker [Sun, 3 Feb 2019 17:28:43 +0000 (18:28 +0100)]
[ci skip] Add missing notes regarding gc_status()

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Joe Watkins [Sun, 3 Feb 2019 07:42:07 +0000 (08:42 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Properly check for array_replace_recursive in sccp.c

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Joe Watkins [Sun, 3 Feb 2019 07:41:26 +0000 (08:41 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Properly check for array_replace_recursive in sccp.c

6 years agoProperly check for array_replace_recursive in sccp.c
Tyson Andre [Sat, 2 Feb 2019 01:54:21 +0000 (20:54 -0500)]
Properly check for array_replace_recursive in sccp.c

Due to a typo, this code used to check for array_merge_recursive
twice.

6 years agoDeprecate mb_ereg_replace with non-string pattern
Nikita Popov [Fri, 1 Feb 2019 13:58:10 +0000 (14:58 +0100)]
Deprecate mb_ereg_replace with non-string pattern

I'm counting this towards the non-string needle deprecation from
https://wiki.php.net/rfc/deprecations_php_7_3. I wasn't aware that
mb_ereg_replace() is also affected by this issue. It's even more
ridiculous than usual here, because the integer is interpreted as
an ASCII codepoint, even though these are supposed to be multibyte
functions :(

6 years agoFix bogus $PHP_PCRE_REGEX checks
Nikita Popov [Fri, 1 Feb 2019 10:41:18 +0000 (11:41 +0100)]
Fix bogus $PHP_PCRE_REGEX checks

This variable was dropped in the pkg-config migration, which resulted
in spurious warnings about using valgrind with external PCRE. Fix the
checks to use the right variable.

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Dmitry Stogov [Fri, 1 Feb 2019 08:13:25 +0000 (11:13 +0300)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fixed bug #77329 (Buffer Overflow via overly long Error Messages)

6 years agoFixed bug #77329 (Buffer Overflow via overly long Error Messages)
Dmitry Stogov [Fri, 1 Feb 2019 08:11:15 +0000 (11:11 +0300)]
Fixed bug #77329 (Buffer Overflow via overly long Error Messages)

6 years agoRevert "Don't silence fatal errors with @"
Nikita Popov [Thu, 31 Jan 2019 08:39:10 +0000 (09:39 +0100)]
Revert "Don't silence fatal errors with @"

This reverts commit abd36289e26cc0365e82373699aba4c1ffff464d.

This wasn't ready for merging yet, there are still some test
failures.

6 years agoDon't silence fatal errors with @
Nikita Popov [Mon, 26 Nov 2018 20:20:03 +0000 (21:20 +0100)]
Don't silence fatal errors with @

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Joe Watkins [Wed, 30 Jan 2019 17:28:36 +0000 (18:28 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix bug 76596: phpdbg supports display_errors=stderr

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Joe Watkins [Wed, 30 Jan 2019 17:28:09 +0000 (18:28 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix bug 76596: phpdbg supports display_errors=stderr

6 years agoFix bug 76596: phpdbg supports display_errors=stderr
Kevin Abel [Mon, 9 Jul 2018 02:18:20 +0000 (21:18 -0500)]
Fix bug 76596: phpdbg supports display_errors=stderr

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Joe Watkins [Wed, 30 Jan 2019 16:10:19 +0000 (17:10 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #77546 iptcembed broken function

6 years agoFix #77546 iptcembed broken function
Guillaume Degoulet [Wed, 30 Jan 2019 10:38:17 +0000 (11:38 +0100)]
Fix #77546 iptcembed broken function

6 years agoopcache/FreeBSD huge code page pragma support
David Carlier [Wed, 28 Nov 2018 10:29:34 +0000 (10:29 +0000)]
opcache/FreeBSD huge code page pragma support

Sort of following up on super pages support earlier, here
we also detect page mappings possibly eligible to go to
super pages.

6 years agoTake out some last remnants of the yearly copyright range
Zeev Suraski [Wed, 30 Jan 2019 09:26:28 +0000 (11:26 +0200)]
Take out some last remnants of the yearly copyright range

6 years agoAdios, yearly copyright ranges
Zeev Suraski [Wed, 30 Jan 2019 09:23:29 +0000 (11:23 +0200)]
Adios, yearly copyright ranges

6 years agoRemove yearly range from copyright notice
Zeev Suraski [Wed, 30 Jan 2019 09:03:12 +0000 (11:03 +0200)]
Remove yearly range from copyright notice

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Wed, 30 Jan 2019 00:30:37 +0000 (01:30 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Prepare main branch for PHP 7.2.16

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christoph M. Becker [Wed, 30 Jan 2019 00:29:05 +0000 (01:29 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Prepare main branch for PHP 7.2.16

6 years agoPrepare main branch for PHP 7.2.16
Christoph M. Becker [Wed, 30 Jan 2019 00:27:57 +0000 (01:27 +0100)]
Prepare main branch for PHP 7.2.16

6 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Tue, 29 Jan 2019 08:40:19 +0000 (09:40 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Tue, 29 Jan 2019 08:40:06 +0000 (09:40 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoMake special assert() handling independent of compiler flags
Nikita Popov [Tue, 29 Jan 2019 08:39:12 +0000 (09:39 +0100)]
Make special assert() handling independent of compiler flags

6 years agoAvoid mention of php7 in credits script
Nikita Popov [Mon, 28 Jan 2019 10:26:45 +0000 (11:26 +0100)]
Avoid mention of php7 in credits script

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Mon, 28 Jan 2019 08:23:53 +0000 (09:23 +0100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Mon, 28 Jan 2019 08:22:49 +0000 (09:22 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFixed bug #77530: PHP crashes when parsing "(2)::class"
ekinhbayar [Mon, 28 Jan 2019 06:46:29 +0000 (09:46 +0300)]
Fixed bug #77530: PHP crashes when parsing "(2)::class"

6 years agoFix assign to self detection
Nikita Popov [Sun, 27 Jan 2019 19:50:08 +0000 (20:50 +0100)]
Fix assign to self detection

6 years agozend_compile.c: zend_is_variable(). Removed unnecessary checks. Naming according...
rjhdby [Sat, 26 Jan 2019 11:10:03 +0000 (14:10 +0300)]
zend_compile.c: zend_is_variable(). Removed unnecessary checks. Naming according to internal logic.

6 years agoMerge branch 'PHP-7.3'
Jakub Zelenka [Fri, 25 Jan 2019 14:16:57 +0000 (14:16 +0000)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Jakub Zelenka [Fri, 25 Jan 2019 14:16:08 +0000 (14:16 +0000)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFix bug #77390 (feof might hang on TLS streams in case of fragmented TLS records)
Jakub Zelenka [Thu, 17 Jan 2019 18:05:13 +0000 (18:05 +0000)]
Fix bug #77390 (feof might hang on TLS streams in case of fragmented TLS records)

Simplified version of the fix from Abyl Valg so credit to him.

6 years agoUpdate and integrate openssl client proxy test
Jakub Zelenka [Wed, 16 Jan 2019 18:14:30 +0000 (18:14 +0000)]
Update and integrate openssl client proxy test

6 years agoAdd a test for fragmented SSL packets
Abyr Valg [Sun, 29 Apr 2018 09:05:59 +0000 (12:05 +0300)]
Add a test for fragmented SSL packets

6 years agoDon't hide real peak usage.
Dmitry Stogov [Fri, 25 Jan 2019 10:36:32 +0000 (13:36 +0300)]
Don't hide real peak usage.

6 years agoFixed bug #77518
Nikita Popov [Fri, 25 Jan 2019 10:12:34 +0000 (11:12 +0100)]
Fixed bug #77518

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Fri, 25 Jan 2019 10:03:29 +0000 (11:03 +0100)]
Merge branch 'PHP-7.3'

6 years agoFixed bug #77498
Nikita Popov [Fri, 25 Jan 2019 10:00:35 +0000 (11:00 +0100)]
Fixed bug #77498

I've renamed the function to the same name as the exported symbol
in master.

6 years agoFixed crash
Dmitry Stogov [Fri, 25 Jan 2019 08:53:31 +0000 (11:53 +0300)]
Fixed crash

6 years agoRemove unused prototype in mbstring
Nikita Popov [Thu, 24 Jan 2019 15:11:35 +0000 (16:11 +0100)]
Remove unused prototype in mbstring

Reported by legale.

6 years agoAllow strip_tags with an array of allowed tagnames
Andreas Treichel [Sat, 29 Dec 2018 21:10:19 +0000 (22:10 +0100)]
Allow strip_tags with an array of allowed tagnames

6 years agoReduce amount of updated memory
Dmitry Stogov [Thu, 24 Jan 2019 15:01:24 +0000 (18:01 +0300)]
Reduce amount of updated memory

6 years agoFixed crash
Dmitry Stogov [Thu, 24 Jan 2019 15:00:45 +0000 (18:00 +0300)]
Fixed crash

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Thu, 24 Jan 2019 14:14:09 +0000 (15:14 +0100)]
Merge branch 'PHP-7.3'

6 years agoFixed bug #77514
Nikita Popov [Thu, 24 Jan 2019 14:13:49 +0000 (15:13 +0100)]
Fixed bug #77514

6 years agoDelay hash table allocation
Dmitry Stogov [Thu, 24 Jan 2019 13:01:04 +0000 (16:01 +0300)]
Delay hash table allocation

6 years agoDisallow PHP startup, in case some ext ext/standard sub-module is not initialized...
Dmitry Stogov [Thu, 24 Jan 2019 12:59:33 +0000 (15:59 +0300)]
Disallow PHP startup, in case some ext ext/standard sub-module is not initialized sucessfully.

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Thu, 24 Jan 2019 12:45:48 +0000 (13:45 +0100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Thu, 24 Jan 2019 12:45:40 +0000 (13:45 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoMerge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2
Nikita Popov [Thu, 24 Jan 2019 12:45:27 +0000 (13:45 +0100)]
Merge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2

6 years agoMerge branch 'PHP-7.3'
Nikita Popov [Thu, 24 Jan 2019 12:40:54 +0000 (13:40 +0100)]
Merge branch 'PHP-7.3'