]> granicus.if.org Git - php/log
php
5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Thu, 18 Jul 2019 09:13:38 +0000 (11:13 +0200)]
Merge branch 'PHP-7.4'

5 years agoConvert E_STRICT into E_NOTICE for htmlentities() function
George Peter Banyard [Sun, 14 Jul 2019 19:47:01 +0000 (21:47 +0200)]
Convert E_STRICT into E_NOTICE for htmlentities() function

5 years agoRef #77388: Don't pass BAD_ESCAPE_IS_LITERAL
Sjon Hortensius [Wed, 17 Jul 2019 07:30:22 +0000 (09:30 +0200)]
Ref #77388: Don't pass BAD_ESCAPE_IS_LITERAL

This option is considered dangerous and unwanted. To allow for more
graceful migration don't error on now ignored X modifier.

Closes GH-4430.

5 years agoRemove Z_PARAM_ZVAL_DEREF
Nikita Popov [Thu, 18 Jul 2019 08:43:34 +0000 (10:43 +0200)]
Remove Z_PARAM_ZVAL_DEREF

Since PHP 7.4 using this is very likely wrong, and we don't have
any core uses of it for that reason. Extensions shouldn't be using
it either. Accept as Z_PARAM_ZVAL and then assign using
ZEND_TRY_ASSIGN macros.

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Thu, 18 Jul 2019 07:17:14 +0000 (09:17 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip]

5 years agoUpdate NEWS and UPGRADING wrt. opcache.cache_id [ci skip]
Christoph M. Becker [Thu, 18 Jul 2019 07:16:56 +0000 (09:16 +0200)]
Update NEWS and UPGRADING wrt. opcache.cache_id [ci skip]

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Thu, 18 Jul 2019 07:11:18 +0000 (09:11 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Use regedit to register event source

5 years agoUse regedit to register event source
Christoph M. Becker [Thu, 18 Jul 2019 07:06:10 +0000 (09:06 +0200)]
Use regedit to register event source

ext/win32std is unmaintained for years, so it is highly unlikely that
it is available.  We therefore use regedit instead to register the
event source.  We also remove the bundled syslog.reg, since it is of no
use, unless generated for the respective installation.

5 years agoMerge branch 'PHP-7.4'
Peter Kokot [Thu, 18 Jul 2019 00:27:33 +0000 (02:27 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Update changelogs

5 years agoUpdate changelogs
Peter Kokot [Thu, 18 Jul 2019 00:27:14 +0000 (02:27 +0200)]
Update changelogs

5 years agoMerge branch 'PHP-7.4'
Peter Kokot [Thu, 18 Jul 2019 00:23:46 +0000 (02:23 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix typo
  Remove unused defines

5 years agoFix typo
Peter Kokot [Thu, 18 Jul 2019 00:23:39 +0000 (02:23 +0200)]
Fix typo

5 years agoRemove unused defines
Peter Kokot [Thu, 18 Jul 2019 00:21:39 +0000 (02:21 +0200)]
Remove unused defines

Used in php-src the past and today removed and not used anymore:
- HAVE_CURL_EASY_STRERROR
- HAVE_CURL_MULTI_STRERROR
- HAVE_NEW_MIME2TEXT
- HAVE_MBSTR_CN
- HAVE_MBSTR_JA
- HAVE_MBSTR_KR
- HAVE_MBSTR_RU
- HAVE_MBSTR_TW

Part of oniguruma which doesn't use these anymore
- NOT_RUBY
- HAVE_STDARG_PROTOTYPES

Unused:
- HAVE_MPIR

Closes GH-4427

5 years agoMerge branch 'PHP-7.4'
Peter Kokot [Thu, 18 Jul 2019 00:18:18 +0000 (02:18 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Update changelog
  Remove unused MISSING_MSGHDR_MSGFLAGS

5 years agoUpdate changelog
Peter Kokot [Thu, 18 Jul 2019 00:18:14 +0000 (02:18 +0200)]
Update changelog

5 years agoRemove unused MISSING_MSGHDR_MSGFLAGS
Peter Kokot [Thu, 18 Jul 2019 00:17:14 +0000 (02:17 +0200)]
Remove unused MISSING_MSGHDR_MSGFLAGS

Closes GH-4426

5 years agoMerge branch 'PHP-7.4'
Peter Kokot [Thu, 18 Jul 2019 00:15:32 +0000 (02:15 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Remove duplicate AC_PROG_CPP call

5 years agoRemove duplicate AC_PROG_CPP call
Peter Kokot [Thu, 18 Jul 2019 00:14:31 +0000 (02:14 +0200)]
Remove duplicate AC_PROG_CPP call

AC_PROG_CPP is already called in configure.ac.

Closes GH-4425

5 years agoMerge branch 'PHP-7.4'
Peter Kokot [Thu, 18 Jul 2019 00:13:32 +0000 (02:13 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Update changelog
  Remove unused HAVE_SHM_MMAP_ZERO and HAVE_SHM_MMAP_FILE

5 years agoUpdate changelog
Peter Kokot [Thu, 18 Jul 2019 00:13:13 +0000 (02:13 +0200)]
Update changelog

5 years agoRemove unused HAVE_SHM_MMAP_ZERO and HAVE_SHM_MMAP_FILE
Peter Kokot [Thu, 18 Jul 2019 00:11:19 +0000 (02:11 +0200)]
Remove unused HAVE_SHM_MMAP_ZERO and HAVE_SHM_MMAP_FILE

Closes GH-4424

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Wed, 17 Jul 2019 17:52:49 +0000 (19:52 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Allow multiple cache instances per user/host on Windows

5 years agoAllow multiple cache instances per user/host on Windows
Christoph M. Becker [Tue, 16 Jul 2019 19:14:57 +0000 (21:14 +0200)]
Allow multiple cache instances per user/host on Windows

Formerly, there was at most a single OPcache instance per user and the
so called system ID (which is determined from the PHP version).
Sometimes multiple OPcaches might be desired, though, particularly for
unrelated CLI scripts, which may even be necessary (e.g. for our test
suite in parallel mode).

We therefore introduce a new INI directive `opcache.cache_id` which
allows to configure independent OPcache instances for the same user.

We also use `GetUserNameW()` instead of `php_win32_get_username()`,
because the latter retrieves the user name encoded in the
`default_charset`, which can obviously yield different results for
different charsets, leading to OPcache "incompatibilities".  Slightly
worse, some characters may not even be encodeable in the
`default_charset` and would be replaced by question marks, which could
result in different users sharing the same OPcache.

We also refactor, and re-use existing APIs to avoid duplicated code.

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Wed, 17 Jul 2019 17:37:46 +0000 (19:37 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Revert "Remove Windows syslog script and syslog.reg"

5 years agoRevert "Remove Windows syslog script and syslog.reg"
Christoph M. Becker [Wed, 17 Jul 2019 17:25:36 +0000 (19:25 +0200)]
Revert "Remove Windows syslog script and syslog.reg"

This reverts commit cc44bad1f6ded6a62c9bbe4d145b5b418aa775f4, since its
assumptions were not correct.  Actually, the classic event logging is
still used by PHP, because Windows 7 is still to be supported for a
while.  Without the respective registry entries, the event log entries
show an error message regarding missing ID descriptions.

Thanks to ab@php.net for hinting at this!

Obviously, the part depending on ext/win32std has still to be
overhauled, and further improvements are conceivable; we will address
this in due course.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 17 Jul 2019 13:59:31 +0000 (15:59 +0200)]
Merge branch 'PHP-7.4'

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Wed, 17 Jul 2019 13:59:22 +0000 (15:59 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Wed, 17 Jul 2019 13:59:05 +0000 (15:59 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

5 years agoFixed bug #69100
Nikita Popov [Wed, 17 Jul 2019 13:58:29 +0000 (15:58 +0200)]
Fixed bug #69100

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 17 Jul 2019 12:48:59 +0000 (14:48 +0200)]
Merge branch 'PHP-7.4'

5 years agoAvoid duplicate fstat() for includes
Nikita Popov [Wed, 17 Jul 2019 12:43:53 +0000 (14:43 +0200)]
Avoid duplicate fstat() for includes

By adding a flag to avoid forced fstat for includes. The two fstats
will happen back to back and we don't care about a possible
invalidation.

I was hoping to move this higher up in the stack and make the
ISREG check somewhere in fsizer of fixup, but this doesn't really
seem to be possible. E.g. an FP stdin handle will not be a regular
file but of course needs to be allowed. Additionally custom stream
wrappers may not implement this functionality.

5 years agoAvoid duplicate fstat() for includes
Nikita Popov [Wed, 17 Jul 2019 12:43:53 +0000 (14:43 +0200)]
Avoid duplicate fstat() for includes

By adding a flag to avoid forced fstat for includes. The two fstats
will happen back to back and we don't care about a possible
invalidation.

I was hoping to move this higher up in the stack and make the
ISREG check somewhere in fsizer of fixup, but this doesn't really
seem to be possible. E.g. an FP stdin handle will not be a regular
file but of course needs to be allowed. Additionally custom stream
wrappers may not implement this functionality.

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 17 Jul 2019 11:04:26 +0000 (14:04 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Avoid extra specialization for cold opcodes

5 years agoAvoid extra specialization for cold opcodes
Dmitry Stogov [Wed, 17 Jul 2019 11:03:48 +0000 (14:03 +0300)]
Avoid extra specialization for cold opcodes

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 17 Jul 2019 10:02:30 +0000 (12:02 +0200)]
Merge branch 'PHP-7.4'

5 years agoUse reported fstat filesize for PHP streams
Nikita Popov [Wed, 17 Jul 2019 09:56:00 +0000 (11:56 +0200)]
Use reported fstat filesize for PHP streams

5 years agoRevert "Avoid unused fstat() call"
Nikita Popov [Wed, 17 Jul 2019 09:49:10 +0000 (11:49 +0200)]
Revert "Avoid unused fstat() call"

This reverts commit 5a90dc77b8f244f603082aea022fadc0ce2c009c.

Let's try to go with the reverse direction here and actually trust
the reported size...

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 17 Jul 2019 09:22:41 +0000 (11:22 +0200)]
Merge branch 'PHP-7.4'

5 years agoAvoid unused fstat() call
Nikita Popov [Wed, 17 Jul 2019 09:01:57 +0000 (11:01 +0200)]
Avoid unused fstat() call

If we're including a file via PHP streams, we're not going to trust
the reported file size anyway and populate in a loop -- so don't
bother determining the file size in the first place. Only do this
for non-tty HANDLE_FP now, which is the only case where this
information was used.

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 17 Jul 2019 09:05:40 +0000 (12:05 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Remove old hack

5 years agoRemove old hack
Dmitry Stogov [Wed, 17 Jul 2019 09:05:23 +0000 (12:05 +0300)]
Remove old hack

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Wed, 17 Jul 2019 08:41:34 +0000 (10:41 +0200)]
Merge branch 'PHP-7.4'

5 years agoAvoid double buffering in Zend streams
Nikita Popov [Wed, 17 Jul 2019 08:20:06 +0000 (10:20 +0200)]
Avoid double buffering in Zend streams

Disable buffering in PHP streams, to avoid storing and copying the
file contents twice.

This will call stream_set_option() on custom stream wrapper as
well, so the method needs to be implemented to avoid a warning.

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Wed, 17 Jul 2019 06:12:27 +0000 (09:12 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Added specialization for comparison instructions and QM_ASSIGN

5 years agoAdded specialization for comparison instructions and QM_ASSIGN
Dmitry Stogov [Wed, 17 Jul 2019 06:12:01 +0000 (09:12 +0300)]
Added specialization for comparison instructions and QM_ASSIGN

5 years agoMerge branch 'PHP-7.4'
Peter Kokot [Wed, 17 Jul 2019 01:55:04 +0000 (03:55 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix typo
  Simplify functions checks in m4

5 years agoFix typo
Peter Kokot [Wed, 17 Jul 2019 01:54:54 +0000 (03:54 +0200)]
Fix typo

5 years agoSimplify functions checks in m4
Peter Kokot [Wed, 17 Jul 2019 01:50:47 +0000 (03:50 +0200)]
Simplify functions checks in m4

- AC_CHECK_FUNCS already automatically defines belonging HAVE_function
  symbols and executes given shell code.

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 16 Jul 2019 21:56:06 +0000 (00:56 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Separate "cold" and common unspecialized code

5 years agoSeparate "cold" and common unspecialized code
Dmitry Stogov [Tue, 16 Jul 2019 21:52:26 +0000 (00:52 +0300)]
Separate "cold" and common unspecialized code

5 years agoMerge branch 'PHP-7.4'
Peter Kokot [Tue, 16 Jul 2019 20:47:02 +0000 (22:47 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Update changelog
  Remove unused build checks

5 years agoUpdate changelog
Peter Kokot [Tue, 16 Jul 2019 20:46:46 +0000 (22:46 +0200)]
Update changelog

5 years agoRemove unused build checks
Peter Kokot [Tue, 16 Jul 2019 20:39:09 +0000 (22:39 +0200)]
Remove unused build checks

- yp_get_default_domain was part of ext/yp
- functions checks produce HAVE_function_name symbols. These checks are
  currently not used in php-src neither in the extensions out there.
- Removed symbols because they are not used in the code:
  - HAVE_GCVT
  - HAVE_PUTENV
  - HAVE_PUTENV
  - HAVE_SETVBUF
  - HAVE_TEMPNAM
  - HAVE_SIN (sin is also defined in C89 standard)
  - HAVE_SETSOCKOPT
  - HAVE_LOCKF
  - HAVE_ISASCII
  - HAVE_YP_GET_DEFAULT_DOMAIN (and other yp extension related unused checks)
  - HAVE_LINK
- HAVE_USLEEP is already defined in Windows configuration header
- HAVE_LIBBIND has not been used in php-src for a while anymore
- HAVE_GETHOSTNAME is duplicated in Windows configuration header

Closes GH-4417

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 16 Jul 2019 19:56:47 +0000 (22:56 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Provide type info

5 years agoProvide type info
Dmitry Stogov [Tue, 16 Jul 2019 19:56:20 +0000 (22:56 +0300)]
Provide type info

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 16 Jul 2019 15:45:03 +0000 (17:45 +0200)]
Merge branch 'PHP-7.4'

5 years agoRemove ZEND_HANDLE_MAPPED
Nikita Popov [Tue, 16 Jul 2019 15:17:19 +0000 (17:17 +0200)]
Remove ZEND_HANDLE_MAPPED

The buf/len members are now simply used in addition to the main
stream, without changing the handle kind.

5 years agoDrop free_filename field from zend_file_handle
Nikita Popov [Tue, 16 Jul 2019 14:50:22 +0000 (16:50 +0200)]
Drop free_filename field from zend_file_handle

free_filename was always zero.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 16 Jul 2019 14:44:46 +0000 (16:44 +0200)]
Merge branch 'PHP-7.4'

5 years agoIntroduce zend_stream_init_filename()
Nikita Popov [Tue, 16 Jul 2019 14:40:54 +0000 (16:40 +0200)]
Introduce zend_stream_init_filename()

Avoid more ad-hoc initialization of zend_file_handle structures.

5 years agoIntroduce zend_stream_init_fp() API
Nikita Popov [Tue, 16 Jul 2019 14:21:45 +0000 (16:21 +0200)]
Introduce zend_stream_init_fp() API

Reduce the amount of code that mucks around with zend_file_handle
initialization.

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 16 Jul 2019 14:40:31 +0000 (17:40 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Slit INC/DEC opcodes into hot/cold parts and remove specialized versioins for LONG_OR_DOUBLE.

5 years agoSlit INC/DEC opcodes into hot/cold parts and remove specialized versioins for LONG_OR...
Dmitry Stogov [Tue, 16 Jul 2019 14:39:25 +0000 (17:39 +0300)]
Slit INC/DEC opcodes into hot/cold parts and remove specialized versioins for LONG_OR_DOUBLE.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 16 Jul 2019 13:54:05 +0000 (15:54 +0200)]
Merge branch 'PHP-7.4'

5 years agoRemove unused _get_zval_ptr_cv_BP_VAR_UNSET function
Nikita Popov [Tue, 16 Jul 2019 13:53:41 +0000 (15:53 +0200)]
Remove unused _get_zval_ptr_cv_BP_VAR_UNSET function

To fix the macos -Werror build.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 16 Jul 2019 13:48:24 +0000 (15:48 +0200)]
Merge branch 'PHP-7.4'

5 years agoRemove ZEND_HANDLE_FD
Nikita Popov [Tue, 16 Jul 2019 12:51:48 +0000 (14:51 +0200)]
Remove ZEND_HANDLE_FD

This handle type was unused.

5 years agoFix bug #52752 by not using mmap() to lex files
Nikita Popov [Tue, 16 Jul 2019 11:27:41 +0000 (13:27 +0200)]
Fix bug #52752 by not using mmap() to lex files

Using mmap() is unsafe under concurrent modification. If the file
is truncated, access past the end of the file may occur, which will
generate a SIGBUS error. Even if the length does not change, the
contents may, which is a situation that the lexer certainly is not
prepared to deal with either.

Reproduce with test.php:

    <?php
    file_put_contents(__DIR__ . '/test.tpl',
        'AAA<?php $string = "' .
        str_repeat('A', mt_rand(1, 256 * 1024)) .
        '"; ?>BBB' . "\r\n");
    require_once __DIR__ . '/test.tpl';

And:

    for ((n=0;n<100;n++)); do sapi/cli/php test.php & done

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 16 Jul 2019 13:29:33 +0000 (15:29 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Convert short tag to standard tag in Zend test file

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Tue, 16 Jul 2019 13:29:10 +0000 (15:29 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Convert short tag to standard tag in Zend test file

5 years agoConvert short tag to standard tag in Zend test file
George Peter Banyard [Thu, 11 Jul 2019 14:06:41 +0000 (16:06 +0200)]
Convert short tag to standard tag in Zend test file

Closes GH-4389.

(cherry picked from commit e6c2b288652cf9c8d0b92d2842d73b3eb2431860)

5 years agoMerge branch 'PHP-7.4'
Christoph M. Becker [Tue, 16 Jul 2019 11:46:17 +0000 (13:46 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Update NEWS [ci skip]

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Christoph M. Becker [Tue, 16 Jul 2019 11:45:23 +0000 (13:45 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Update NEWS [ci skip]

5 years agoUpdate NEWS [ci skip]
Christoph M. Becker [Tue, 16 Jul 2019 11:44:13 +0000 (13:44 +0200)]
Update NEWS [ci skip]

5 years agoMerge branch 'PHP-7.4'
Remi Collet [Tue, 16 Jul 2019 11:00:57 +0000 (13:00 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  move NEWS entry [ci skip]

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Remi Collet [Tue, 16 Jul 2019 11:00:44 +0000 (13:00 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  move NEWS entry [ci skip]

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Tue, 16 Jul 2019 11:00:30 +0000 (13:00 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  move NEWS entry [ci skip]

5 years agomove NEWS entry [ci skip]
Remi Collet [Tue, 16 Jul 2019 11:00:13 +0000 (13:00 +0200)]
move NEWS entry [ci skip]

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 16 Jul 2019 10:50:55 +0000 (13:50 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Replace deprecated conditions by ZEND_ASSERT.

5 years agoReplace deprecated conditions by ZEND_ASSERT.
Dmitry Stogov [Tue, 16 Jul 2019 10:50:25 +0000 (13:50 +0300)]
Replace deprecated conditions by ZEND_ASSERT.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 16 Jul 2019 10:20:21 +0000 (12:20 +0200)]
Merge branch 'PHP-7.4'

5 years agoUse ZEND_HASH_FOREACH APIs in a few more places
Nikita Popov [Tue, 16 Jul 2019 10:07:09 +0000 (12:07 +0200)]
Use ZEND_HASH_FOREACH APIs in a few more places

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 16 Jul 2019 09:54:40 +0000 (11:54 +0200)]
Merge branch 'PHP-7.4'

5 years agoSupport <?php followed by EOF
Nikita Popov [Mon, 15 Jul 2019 15:26:26 +0000 (17:26 +0200)]
Support <?php followed by EOF

This is an annoying edge-case for canonicalization.

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 16 Jul 2019 09:11:08 +0000 (11:11 +0200)]
Merge branch 'PHP-7.4'

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Nikita Popov [Tue, 16 Jul 2019 09:11:00 +0000 (11:11 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Tue, 16 Jul 2019 09:10:02 +0000 (11:10 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

5 years agoFixed bug #78297
Nikita Popov [Tue, 16 Jul 2019 09:08:27 +0000 (11:08 +0200)]
Fixed bug #78297

5 years agoMerge branch 'PHP-7.4'
Remi Collet [Tue, 16 Jul 2019 08:39:37 +0000 (10:39 +0200)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  next is 7.2.22

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Remi Collet [Tue, 16 Jul 2019 08:39:24 +0000 (10:39 +0200)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  next is 7.2.22

5 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Tue, 16 Jul 2019 08:39:03 +0000 (10:39 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  next is 7.2.22

5 years agonext is 7.2.22
Remi Collet [Tue, 16 Jul 2019 08:38:20 +0000 (10:38 +0200)]
next is 7.2.22

5 years agoFix build without jit
Nikita Popov [Tue, 16 Jul 2019 08:26:25 +0000 (10:26 +0200)]
Fix build without jit

5 years agoMerge branch 'PHP-7.4'
Nikita Popov [Tue, 16 Jul 2019 08:25:14 +0000 (10:25 +0200)]
Merge branch 'PHP-7.4'

5 years agoFix name collisions in fputcsv tests
Nikita Popov [Tue, 16 Jul 2019 08:24:20 +0000 (10:24 +0200)]
Fix name collisions in fputcsv tests

5 years agoCanonicalize file-names in zip tests
Nikita Popov [Tue, 16 Jul 2019 08:21:38 +0000 (10:21 +0200)]
Canonicalize file-names in zip tests

There were a number of name collisions in there.

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Tue, 16 Jul 2019 08:17:04 +0000 (11:17 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Delay IS_UNDEF checks

5 years agoDelay IS_UNDEF checks
Dmitry Stogov [Tue, 16 Jul 2019 08:16:45 +0000 (11:16 +0300)]
Delay IS_UNDEF checks

5 years agoMerge branch 'PHP-7.4'
Dmitry Stogov [Mon, 15 Jul 2019 22:54:34 +0000 (01:54 +0300)]
Merge branch 'PHP-7.4'

* PHP-7.4:
  Fixed incorrect specialization (missed IS_INDIRECT handling)

5 years agoMerge branch 'PHP-7.3' into PHP-7.4
Dmitry Stogov [Mon, 15 Jul 2019 22:54:22 +0000 (01:54 +0300)]
Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fixed incorrect specialization (missed IS_INDIRECT handling)