]> granicus.if.org Git - php/log
php
5 years agoPromote warnings to exceptions in ext/hash
Máté Kocsis [Wed, 18 Mar 2020 19:58:37 +0000 (20:58 +0100)]
Promote warnings to exceptions in ext/hash

5 years agoAdd stubs for SPL iterators
Máté Kocsis [Sun, 22 Mar 2020 18:27:00 +0000 (19:27 +0100)]
Add stubs for SPL iterators

Closes GH-5286

5 years agoImprove error messages of various extensions
Máté Kocsis [Wed, 18 Mar 2020 21:44:02 +0000 (22:44 +0100)]
Improve error messages of various extensions

Closes GH-5278

5 years agoImprove error messages of ext/reflection
Máté Kocsis [Wed, 18 Mar 2020 20:39:56 +0000 (21:39 +0100)]
Improve error messages of ext/reflection

Closes GH-5277

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 23 Mar 2020 16:14:42 +0000 (17:14 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Add test file

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Mon, 23 Mar 2020 16:14:16 +0000 (17:14 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Add test file

5 years agoAdd test file
Nikita Popov [Mon, 23 Mar 2020 16:13:57 +0000 (17:13 +0100)]
Add test file

Forgot the git add again...

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 23 Mar 2020 16:12:55 +0000 (17:12 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Handle NULL caller_call_opline

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Mon, 23 Mar 2020 16:12:12 +0000 (17:12 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Handle NULL caller_call_opline

5 years agoHandle NULL caller_call_opline
Nikita Popov [Mon, 23 Mar 2020 16:10:54 +0000 (17:10 +0100)]
Handle NULL caller_call_opline

This can happen if there is an EXIT in the call arguments, in which
case the DO_CALL opcode may be eliminated as unreachable.

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Mon, 23 Mar 2020 15:33:26 +0000 (16:33 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix leak on Windows as well

5 years agoFix leak on Windows as well
Christoph M. Becker [Mon, 23 Mar 2020 15:31:45 +0000 (16:31 +0100)]
Fix leak on Windows as well

Cf. <http://git.php.net/?p=php-src.git;a=commit;h=db08ef0d3274b239a6b9e68d71d02bb6acb71d82>

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Mon, 23 Mar 2020 15:26:19 +0000 (16:26 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix test for Windows

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Mon, 23 Mar 2020 15:23:33 +0000 (16:23 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix test for Windows

5 years agoFix test for Windows
Christoph M. Becker [Mon, 23 Mar 2020 15:19:25 +0000 (16:19 +0100)]
Fix test for Windows

Windows filenames may very well contain a colon, so we adjust the test
accordingly.

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Mon, 23 Mar 2020 13:31:16 +0000 (14:31 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix #79200: Some iconv functions cut Windows-1258

5 years agoDon't use quiet zpp in RecursiveIteratorIterator ctor
Nikita Popov [Mon, 23 Mar 2020 13:22:51 +0000 (14:22 +0100)]
Don't use quiet zpp in RecursiveIteratorIterator ctor

Don't be a special snowflake, generate a standard TypeError here.

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Mon, 23 Mar 2020 13:13:24 +0000 (14:13 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #79200: Some iconv functions cut Windows-1258

5 years agoFix #79200: Some iconv functions cut Windows-1258
Christoph M. Becker [Mon, 16 Mar 2020 12:09:16 +0000 (13:09 +0100)]
Fix #79200: Some iconv functions cut Windows-1258

To cater to potentially state-dependent encodings, we have to reset the
conversion descriptor into its initial shift state to properly finish
the conversion.  Furthermore, state-dependent encodings may not show
progress when comparing `in_left` before and after the conversion; we
rather have to see whether `out_left` has decreased.  Also we have to
cater to the fact that the final potentially state resetting call does
not signal failure, but we still have to break respective loops
afterwards.

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Mon, 23 Mar 2020 12:59:22 +0000 (13:59 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix #79393: Null coalescing operator failing with SplFixedArray

5 years agoFix ZPP of SplFileInfo::openFile()
Máté Kocsis [Mon, 23 Mar 2020 11:26:47 +0000 (12:26 +0100)]
Fix ZPP of SplFileInfo::openFile()

5 years agoAdd stubs for SplFileInfo et al.
Máté Kocsis [Sat, 21 Mar 2020 22:34:29 +0000 (23:34 +0100)]
Add stubs for SplFileInfo et al.

Closes GH-5287

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Mon, 23 Mar 2020 12:31:08 +0000 (13:31 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #79393: Null coalescing operator failing with SplFixedArray

5 years agoFix #79393: Null coalescing operator failing with SplFixedArray
Christoph M. Becker [Wed, 18 Mar 2020 16:39:27 +0000 (17:39 +0100)]
Fix #79393: Null coalescing operator failing with SplFixedArray

We favor the KISS principle over optimization[1] – SPL is already
special enough.

[1] <https://github.com/php/php-src/pull/2489/commits/352f3d4476a79bb86136b431719df7394e5a8d4e#r112498098>ff

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Mon, 23 Mar 2020 11:01:15 +0000 (12:01 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix RSA memory leak in mysqlnd auth

5 years agoFix RSA memory leak in mysqlnd auth
Nikita Popov [Mon, 23 Mar 2020 10:54:55 +0000 (11:54 +0100)]
Fix RSA memory leak in mysqlnd auth

5 years agoFix signed integer overflow UB in dasm
Nikita Popov [Mon, 23 Mar 2020 10:12:42 +0000 (11:12 +0100)]
Fix signed integer overflow UB in dasm

Should hopefully fix the ubsan and community builds.

5 years agoFix pointer UB in dynasm
Nikita Popov [Mon, 23 Mar 2020 10:03:56 +0000 (11:03 +0100)]
Fix pointer UB in dynasm

Looks like newer GCC versions started warning about this.

5 years agoMinor cleanup in spl_direcotry
Nikita Popov [Mon, 23 Mar 2020 08:45:44 +0000 (09:45 +0100)]
Minor cleanup in spl_direcotry

* Rename variable for clarity
* Reduce section with replaced error handling
* Drop comment code line

5 years agoRepair ext_skel.php to create the basic framework for a PHP extension
ZoDream [Mon, 23 Mar 2020 01:45:34 +0000 (09:45 +0800)]
Repair ext_skel.php to create the basic framework for a PHP extension

Copy the arginfo stubs file, and drop the %EXTNAME%_ to make things line up.

Closes GH-5289.

5 years agoFix compilation error on mac with -Wshift-negative-value
Tyson Andre [Sat, 21 Mar 2020 15:56:44 +0000 (11:56 -0400)]
Fix compilation error on mac with -Wshift-negative-value

Fix for mac OS build error seen in ccc49ead681add7bdf6a021c7a3420aff543bc1e
when shifting -1 (max argument count?)

```
ext/opcache/jit/zend_jit_trace.c:1668:2:
error: shifting a negative signed value is undefined
[-Werror,-Wshift-negative-value]
        TRACE_FRAME_INIT(frame, op_array, 0, -1);
```

Closes GH-5284.

5 years agoSkip ftruncate_bug76422 if disk_free_space() <= 4GB
Tyson Andre [Sat, 21 Mar 2020 14:58:35 +0000 (10:58 -0400)]
Skip ftruncate_bug76422 if disk_free_space() <= 4GB

Followup to https://github.com/php/php-src/pull/5043

In the middle of running this test with TESTS=-j9,
run-tests.php stopped the test suite because the partition started
with 3.5GB of free disk space and new test files couldn't be created.

Reclaiming the disk space of that file also took a while.

Closes GH-5283

5 years agoAdd tracing JIT guards for INTI_FCALL_BY_NAME and INIT_NS_FCALL_BY_NAME
Dmitry Stogov [Fri, 20 Mar 2020 13:59:02 +0000 (16:59 +0300)]
Add tracing JIT guards for INTI_FCALL_BY_NAME and INIT_NS_FCALL_BY_NAME

5 years agobump zip version
Remi Collet [Fri, 20 Mar 2020 13:08:57 +0000 (14:08 +0100)]
bump zip version

5 years agoNote that `active => true` has to be kept for `$QA_RELEASES`
Christoph M. Becker [Fri, 20 Mar 2020 13:00:11 +0000 (14:00 +0100)]
Note that `active => true` has to be kept for `$QA_RELEASES`

Otherwise the bug tracker and test failure reporting will not work as
intended (and maybe there are even more issues).

5 years agoJIT for INIT_NS_FCALL_BY_NAME
Dmitry Stogov [Fri, 20 Mar 2020 12:36:40 +0000 (15:36 +0300)]
JIT for INIT_NS_FCALL_BY_NAME

5 years agoadd missing test
Remi Collet [Fri, 20 Mar 2020 11:13:15 +0000 (12:13 +0100)]
add missing test

5 years agofix test, thanks Indrek
Remi Collet [Fri, 20 Mar 2020 11:09:15 +0000 (12:09 +0100)]
fix test, thanks Indrek

5 years agoCAST to the same type mat be JIT-ed as QM_ASSIGN
Dmitry Stogov [Fri, 20 Mar 2020 10:31:55 +0000 (13:31 +0300)]
CAST to the same type mat be JIT-ed as QM_ASSIGN

5 years agoZipArchive::open(): Using empty file as ZipArchive is deprecated
Remi Collet [Fri, 20 Mar 2020 10:27:42 +0000 (11:27 +0100)]
ZipArchive::open(): Using empty file as ZipArchive is deprecated

5 years agoMerge branch 'PHP-7.4'
Remi Collet [Fri, 20 Mar 2020 10:19:04 +0000 (11:19 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  unneeded after fix
  NEWS
  NEWS
  Fix Bug #79296 ZipArchive::open fails on empty file

5 years agounneeded after fix
Remi Collet [Fri, 20 Mar 2020 10:18:52 +0000 (11:18 +0100)]
unneeded after fix

5 years agoNEWS
Remi Collet [Fri, 20 Mar 2020 10:17:29 +0000 (11:17 +0100)]
NEWS

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Remi Collet [Fri, 20 Mar 2020 10:16:38 +0000 (11:16 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  NEWS
  Fix Bug #79296 ZipArchive::open fails on empty file

5 years agoNEWS
Remi Collet [Fri, 20 Mar 2020 10:16:08 +0000 (11:16 +0100)]
NEWS

5 years agoFix Bug #79296 ZipArchive::open fails on empty file
Remi Collet [Thu, 19 Mar 2020 16:31:17 +0000 (17:31 +0100)]
Fix Bug #79296 ZipArchive::open fails on empty file

5 years agoJIT for FETCH_THIS
Dmitry Stogov [Fri, 20 Mar 2020 09:33:41 +0000 (12:33 +0300)]
JIT for FETCH_THIS

5 years agoMerge branch 'PHP-7.4'
Derick Rethans [Fri, 20 Mar 2020 09:31:46 +0000 (09:31 +0000)]
Merge branch 'PHP-7.4'

5 years agoMention which categories to use for patch releases
Derick Rethans [Fri, 20 Mar 2020 09:31:37 +0000 (09:31 +0000)]
Mention which categories to use for patch releases

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Fri, 20 Mar 2020 07:57:43 +0000 (08:57 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix potential test conflict

5 years agoFix potential test conflict
Christoph M. Becker [Fri, 20 Mar 2020 07:56:40 +0000 (08:56 +0100)]
Fix potential test conflict

Cf. <https://ci.appveyor.com/project/php/php-src/builds/31564684/job/k9u3xv860fao3n2e#L5578>

5 years agoChange jit_trace_stack_frame layout
Dmitry Stogov [Fri, 20 Mar 2020 07:54:45 +0000 (10:54 +0300)]
Change jit_trace_stack_frame layout

5 years agoZEND_MAKE_REF can't throw
Dmitry Stogov [Thu, 19 Mar 2020 22:37:27 +0000 (01:37 +0300)]
ZEND_MAKE_REF can't throw

5 years agoJIT for STRLEN
Dmitry Stogov [Thu, 19 Mar 2020 22:23:36 +0000 (01:23 +0300)]
JIT for STRLEN

5 years agoJIT for ECHO and variable string operands
Dmitry Stogov [Thu, 19 Mar 2020 22:01:33 +0000 (01:01 +0300)]
JIT for ECHO and variable string operands

5 years agoJIT for SEND_FUNC_ARG
Dmitry Stogov [Thu, 19 Mar 2020 20:59:11 +0000 (23:59 +0300)]
JIT for SEND_FUNC_ARG

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Thu, 19 Mar 2020 07:53:46 +0000 (08:53 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix #79396: DateTime hour incorrect during DST jump forward

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Thu, 19 Mar 2020 07:51:39 +0000 (08:51 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #79396: DateTime hour incorrect during DST jump forward

5 years agoFix #79396: DateTime hour incorrect during DST jump forward
Nate Brunette [Wed, 18 Mar 2020 20:04:46 +0000 (15:04 -0500)]
Fix #79396: DateTime hour incorrect during DST jump forward

When you attempt to set the time to a non-existent time occuring during
a DST jump forward, the hour does not move forward correctly.

5 years agoJIT for ZEND_CHECK_FUNC_ARG
Dmitry Stogov [Wed, 18 Mar 2020 20:56:03 +0000 (23:56 +0300)]
JIT for ZEND_CHECK_FUNC_ARG

5 years agoImprove argument error messages in ext/standard
Máté Kocsis [Mon, 24 Feb 2020 19:19:20 +0000 (20:19 +0100)]
Improve argument error messages in ext/standard

Closes GH-5198

5 years agoEliminate run-time check
Dmitry Stogov [Wed, 18 Mar 2020 18:19:31 +0000 (21:19 +0300)]
Eliminate run-time check

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Wed, 18 Mar 2020 16:01:30 +0000 (17:01 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Improve FFI test suite for Windows

5 years agoImprove FFI test suite for Windows
Christoph M. Becker [Fri, 13 Mar 2020 13:09:53 +0000 (14:09 +0100)]
Improve FFI test suite for Windows

We add Windows support to four existing test cases, extract some useful
utility functions, and use them to simplify further test cases.

We also remove the Windows specific code from preload.inc, since
preloading isn't supported on Windows anyway.

5 years agoImprove build instructions in README
Nikita Popov [Wed, 18 Mar 2020 15:29:09 +0000 (16:29 +0100)]
Improve build instructions in README

Provide enough information to get a build going without hunting
down packages.

If someone wants to add info for macos or other distros, that
would probably be nice as well.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 18 Mar 2020 15:00:23 +0000 (16:00 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Clarify session.cookie_samesite="None"

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Wed, 18 Mar 2020 15:00:05 +0000 (16:00 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Clarify session.cookie_samesite="None"

5 years agoClarify session.cookie_samesite="None"
Nikita Popov [Wed, 18 Mar 2020 14:59:30 +0000 (15:59 +0100)]
Clarify session.cookie_samesite="None"

5 years agoImproved JIT for BIND_GLOBAL
Dmitry Stogov [Wed, 18 Mar 2020 14:20:40 +0000 (17:20 +0300)]
Improved JIT for BIND_GLOBAL

5 years agoRevert "Fetch for read in nested property assignments"
Nikita Popov [Wed, 18 Mar 2020 13:52:22 +0000 (14:52 +0100)]
Revert "Fetch for read in nested property assignments"

This reverts commit bb43a3822e42dbd15b1d416a166549d3980b379a.

After thinking about this a bit more, this is now going to be
a complete solution for the "readonly properties" case, for example:

    unset($foo->readOnly->bar);

should also be legal and

    $foo->readOnly['bar'] = 42;

should also be legal if $foo->readOnly is not an array but an
ArrayAccess object.

I think it may be better to distinguish better on the BP_VAR flag
level. Reverting for now.

5 years agobump zp to 1.18.1 + doc
Remi Collet [Wed, 18 Mar 2020 13:09:50 +0000 (14:09 +0100)]
bump zp to 1.18.1 + doc

5 years agoFix bug #77960 add compr. /encr. options for ZipArchive::addGlob and ZipArchive:...
Remi Collet [Wed, 18 Mar 2020 10:55:16 +0000 (11:55 +0100)]
Fix bug #77960 add compr. /encr. options for ZipArchive::addGlob and ZipArchive::addPattern

options parameter now accepts:
- comp_method
- comp_flags
- enc_method
- enc_password

5 years agoFetch for read in nested property assignments
Nikita Popov [Tue, 10 Mar 2020 09:50:17 +0000 (10:50 +0100)]
Fetch for read in nested property assignments

    $a->b->c = 'd';

is now compiled the same way as

    $b = $a->b;
    $b->c = 'd';

That is, we perform a read fetch on $a->b, rather than a write
fetch.

This is possible, because PHP 8 removed auto-vivification support
for objects, so $a->b->c = 'd' may no longer modify $a->b proper
(i.e. not counting interior mutability of the object).

Closes GH-5250.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 18 Mar 2020 10:46:37 +0000 (11:46 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Make bug52820.phpt more robust
  Explicitly start mysql
  Use "set -e" in some pipeline steps

5 years agoMake bug52820.phpt more robust
Nikita Popov [Wed, 18 Mar 2020 09:25:38 +0000 (10:25 +0100)]
Make bug52820.phpt more robust

Use a more robust error condition...

5 years agoExplicitly start mysql
Nikita Popov [Wed, 18 Mar 2020 09:15:05 +0000 (10:15 +0100)]
Explicitly start mysql

5 years agoUse "set -e" in some pipeline steps
Nikita Popov [Wed, 18 Mar 2020 09:11:15 +0000 (10:11 +0100)]
Use "set -e" in some pipeline steps

5 years agoUse different scratch register in read_obj
Nikita Popov [Wed, 18 Mar 2020 08:56:23 +0000 (09:56 +0100)]
Use different scratch register in read_obj

We already use r0 to hold the zval.

5 years agoExplicitly pass scratch register to SAVE_VALID_OPLINE
Nikita Popov [Wed, 18 Mar 2020 08:56:07 +0000 (09:56 +0100)]
Explicitly pass scratch register to SAVE_VALID_OPLINE

5 years agoResult of ASSIGN may be different from the assigned value when LHS is a typed reference
Dmitry Stogov [Tue, 17 Mar 2020 22:40:41 +0000 (01:40 +0300)]
Result of ASSIGN may be different from the assigned value when LHS is a typed reference

5 years agoUse zend_fetch_arg_info_type()
Dmitry Stogov [Tue, 17 Mar 2020 15:10:27 +0000 (18:10 +0300)]
Use zend_fetch_arg_info_type()

5 years agoUse _const_op_type() for converting constant into type info
Dmitry Stogov [Tue, 17 Mar 2020 14:55:34 +0000 (17:55 +0300)]
Use _const_op_type() for converting constant into type info

5 years agoImprove type inference
Nikita Popov [Tue, 17 Mar 2020 14:41:47 +0000 (15:41 +0100)]
Improve type inference

After thinking about this a bit more, the code here was too
conservative. We know that everything but an object is going to
throw, so it's sufficient to restrict the type to MAY_BE_OBJECT.

The change in the test is weird but not incorrect, because it
operates on empty inferred types, in which case the code must be
dead (which it is). We should probably add a more explicit removal
of code working on empty types.

5 years agoClean up a few more places
Nikita Popov [Tue, 17 Mar 2020 14:23:52 +0000 (15:23 +0100)]
Clean up a few more places

5 years agoRemove object auto-vivification leftovers in type-inference
Nikita Popov [Tue, 17 Mar 2020 13:53:13 +0000 (14:53 +0100)]
Remove object auto-vivification leftovers in type-inference

undef/null/false no longer get promoted to object in PHP 8.

In fact, we may drop the SSA var defs outside RC inference mode now.

5 years agoDrop support for iconv without proper errno setting
Christoph M. Becker [Tue, 17 Mar 2020 12:58:17 +0000 (13:58 +0100)]
Drop support for iconv without proper errno setting

It is hard to impossible to work around iconv() implementations which
do not properly set errno according to POSIX.  We therefore do no
longer allow to build against such iconv() implementations.

Co-Authored-By: Nikita Popov <nikita.ppv@googlemail.com>
5 years agoImproved JIT for ZEND_ASSIGN
Dmitry Stogov [Tue, 17 Mar 2020 12:45:54 +0000 (15:45 +0300)]
Improved JIT for ZEND_ASSIGN

5 years agoFix typos
Nikita Popov [Tue, 17 Mar 2020 11:08:46 +0000 (12:08 +0100)]
Fix typos

5 years agoMerge branch 'PHP-7.4'
Remi Collet [Tue, 17 Mar 2020 10:29:20 +0000 (11:29 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  bump verison to 7.2.30-dev

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Remi Collet [Tue, 17 Mar 2020 10:29:03 +0000 (11:29 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  bump verison to 7.2.30-dev

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Tue, 17 Mar 2020 10:28:47 +0000 (11:28 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  bump verison to 7.2.30-dev

5 years agobump verison to 7.2.30-dev
Remi Collet [Tue, 17 Mar 2020 10:28:34 +0000 (11:28 +0100)]
bump verison to 7.2.30-dev

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 17 Mar 2020 10:15:48 +0000 (11:15 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix NEWS

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Tue, 17 Mar 2020 10:11:15 +0000 (11:11 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix NEWS

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christoph M. Becker [Tue, 17 Mar 2020 10:08:45 +0000 (11:08 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix NEWS

5 years agoFix NEWS
Christoph M. Becker [Tue, 17 Mar 2020 10:04:24 +0000 (11:04 +0100)]
Fix NEWS

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 17 Mar 2020 10:00:48 +0000 (11:00 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  [ci skip] Update NEWS
  Fix test
  Fix bug #79329 - get_headers should not accept \0
  Fixed bug #79282

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Tue, 17 Mar 2020 09:58:58 +0000 (10:58 +0100)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  [ci skip] Update NEWS
  Fix test
  Fix bug #79329 - get_headers should not accept \0
  Fixed bug #79282

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christoph M. Becker [Tue, 17 Mar 2020 09:56:47 +0000 (10:56 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  [ci skip] Update NEWS
  Fix test
  Fix bug #79329 - get_headers should not accept \0
  Fixed bug #79282

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 17 Mar 2020 09:33:28 +0000 (10:33 +0100)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  [ci skip] Update NEWS
  Fix test
  Fix bug #79329 - get_headers should not accept \0
  Fixed bug #79282
  Fix #79283: Segfault in libmagic patch contains a buffer overflow
  Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflow
  [ci skip] Update NEWS
  Fix test
  Fix bug #79329 - get_headers should not accept \0
  Fixed bug #79282
  Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflow