]> granicus.if.org Git - php/log
php
6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Sat, 29 Dec 2018 16:51:39 +0000 (17:51 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Increase timeout for test on AppVeyor

6 years agoIncrease timeout for test on AppVeyor
Anatol Belski [Sat, 29 Dec 2018 16:48:25 +0000 (17:48 +0100)]
Increase timeout for test on AppVeyor

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Sat, 29 Dec 2018 15:23:24 +0000 (16:23 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Add memory check to the test

6 years agoAdd memory check to the test
Anatol Belski [Sat, 29 Dec 2018 15:22:31 +0000 (16:22 +0100)]
Add memory check to the test

6 years ago[ci skip] Update NEWS
Anatol Belski [Fri, 28 Dec 2018 15:40:06 +0000 (16:40 +0100)]
[ci skip] Update NEWS

6 years agoFixed bug #77346 webm files incorrectly detected as application/octet-stream
Anatol Belski [Fri, 28 Dec 2018 12:25:40 +0000 (13:25 +0100)]
Fixed bug #77346 webm files incorrectly detected as application/octet-stream

HEADSUP data from file 5.34 is used from now on

6 years agoFix #77360: class_uses causes segfault
Lauri Kenttä [Thu, 27 Dec 2018 14:16:29 +0000 (16:16 +0200)]
Fix #77360: class_uses causes segfault

6 years agoFix #77359: spl_autoload causes segfault
Lauri Kenttä [Thu, 27 Dec 2018 13:47:33 +0000 (15:47 +0200)]
Fix #77359: spl_autoload causes segfault

Use the correct function to free the string.

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Wed, 26 Dec 2018 19:45:19 +0000 (20:45 +0100)]
Update NEWS [ci skip]

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Wed, 26 Dec 2018 19:07:31 +0000 (20:07 +0100)]
Update NEWS [ci skip]

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Wed, 26 Dec 2018 19:06:01 +0000 (20:06 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update NEWS [ci skip]

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Wed, 26 Dec 2018 19:05:15 +0000 (20:05 +0100)]
Update NEWS [ci skip]

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Wed, 26 Dec 2018 18:01:36 +0000 (19:01 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839.

6 years agoInitialize s_un (sockaddr_un) to zero before using it. Fixes #76839.
Michael Meyer [Wed, 5 Sep 2018 14:21:36 +0000 (10:21 -0400)]
Initialize s_un (sockaddr_un) to zero before using it. Fixes #76839.

6 years agoFixed bug #77338
Nikita Popov [Wed, 26 Dec 2018 16:11:27 +0000 (17:11 +0100)]
Fixed bug #77338

Set preg_options to 0 in php_pcre_get_compiled_regex(_ex). These
options are intended to be passed to pcre2_match. However, we do
not have any flags that actually need to be set during matching
(all relevant flags are set during compilation), and the preg_flags
value is used for PHP-specific flags instead.

This parameter should be removed entirely in master to avoid confusion.

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Wed, 26 Dec 2018 13:17:56 +0000 (14:17 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update binary SDK version for AppVeyor

6 years agoUpdate binary SDK version for AppVeyor
Anatol Belski [Wed, 26 Dec 2018 13:15:21 +0000 (14:15 +0100)]
Update binary SDK version for AppVeyor

6 years agoFixed bug #77317 __DIR__, __FILE__, realpath() reveal physical path for subst virtual...
Anatol Belski [Wed, 26 Dec 2018 11:49:49 +0000 (12:49 +0100)]
Fixed bug #77317 __DIR__, __FILE__, realpath() reveal physical path for subst virtual drive

Keep compatibility with 7.2 and below which better comply with
realpath(3). This might have been fixable another way, say by checking
of QueryDosDevice or alike, sadly that comes with a huge performance
impact. The new internal realpath API is kept available so is
usable when bind or network mount or other OS specific realpath
variants are needed. If not used by default, a userspace function for
this specific case might be considered to be offered in next minor.

6 years agoRespect EG(vm_stack_page_size)
Dmitry Stogov [Wed, 26 Dec 2018 10:09:32 +0000 (13:09 +0300)]
Respect EG(vm_stack_page_size)

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Dmitry Stogov [Mon, 24 Dec 2018 10:45:40 +0000 (13:45 +0300)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Backport later interned strings destruction.

6 years agoBackport later interned strings destruction.
Dmitry Stogov [Mon, 24 Dec 2018 10:45:02 +0000 (13:45 +0300)]
Backport later interned strings destruction.

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Dmitry Stogov [Mon, 24 Dec 2018 10:23:47 +0000 (13:23 +0300)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fixed bug #77339 (__callStatic may get incorrect arguments)

6 years agoFixed bug #77339 (__callStatic may get incorrect arguments)
Dmitry Stogov [Mon, 24 Dec 2018 10:22:43 +0000 (13:22 +0300)]
Fixed bug #77339 (__callStatic may get incorrect arguments)

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Nikita Popov [Sun, 23 Dec 2018 19:20:53 +0000 (20:20 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFix invalid efree in browscap
Nikita Popov [Sun, 23 Dec 2018 19:20:04 +0000 (20:20 +0100)]
Fix invalid efree in browscap

Related to bug #77338.

6 years agoMerge branch 'timelib-201801RC3' into PHP-7.3
Derick Rethans [Sun, 23 Dec 2018 17:57:09 +0000 (17:57 +0000)]
Merge branch 'timelib-201801RC3' into PHP-7.3

6 years agoUpdate API use due to changes in timelib 2018.01RC3
Derick Rethans [Sun, 23 Dec 2018 17:54:57 +0000 (17:54 +0000)]
Update API use due to changes in timelib 2018.01RC3

6 years agoUpgrade timelib to 2018.01RC3
Derick Rethans [Sun, 23 Dec 2018 17:54:37 +0000 (17:54 +0000)]
Upgrade timelib to 2018.01RC3

6 years agoFix #77298: segfault occurs when add property to unserialized empty ArrayObject
CHU Zhaowei [Wed, 19 Dec 2018 15:53:48 +0000 (16:53 +0100)]
Fix #77298: segfault occurs when add property to unserialized empty ArrayObject

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Dmitry Stogov [Fri, 21 Dec 2018 16:01:18 +0000 (19:01 +0300)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Removed /e modifirer and fixed ws.

6 years agoRemoved /e modifirer and fixed ws.
Dmitry Stogov [Fri, 21 Dec 2018 15:58:50 +0000 (18:58 +0300)]
Removed /e modifirer and fixed ws.

6 years ago[ci skip] Add missing entry for bug 77020
Christoph M. Becker [Tue, 18 Dec 2018 22:21:51 +0000 (23:21 +0100)]
[ci skip] Add missing entry for bug 77020

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Tue, 18 Dec 2018 15:29:53 +0000 (16:29 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  missing entry for #77020

6 years ago missing entry for #77020
Remi Collet [Tue, 18 Dec 2018 15:29:31 +0000 (16:29 +0100)]
 missing entry for #77020

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Tue, 18 Dec 2018 12:12:05 +0000 (13:12 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  bump to 7.2.15-dev

6 years agobump to 7.2.15-dev
Remi Collet [Tue, 18 Dec 2018 12:11:23 +0000 (13:11 +0100)]
bump to 7.2.15-dev

6 years ago[ci skip] Fix release date
Christoph M. Becker [Tue, 18 Dec 2018 12:08:59 +0000 (13:08 +0100)]
[ci skip] Fix release date

6 years agoPrepare main branch for 7.3.2
Christoph M. Becker [Tue, 18 Dec 2018 11:15:25 +0000 (12:15 +0100)]
Prepare main branch for 7.3.2

6 years agoFix #77297: SodiumException segfaults on PHP 7.3
Scott [Fri, 14 Dec 2018 21:35:49 +0000 (22:35 +0100)]
Fix #77297: SodiumException segfaults on PHP 7.3

Instead of trying to clean the argument arrays from the backtrace, we
overwrite them with empty arrays.

6 years agoFix #77291: magic methods inherited from a trait may be ignored
Christoph M. Becker [Sun, 16 Dec 2018 12:30:11 +0000 (13:30 +0100)]
Fix #77291: magic methods inherited from a trait may be ignored

When adding methods from a trait, we must not assume that a method name
with the same length as the name of the using class is either a PHP 4
style constructor, or not a magic method at all – it may well be
another magic method.

We mostly preserve the spirit of the optimization which caused this
regression, and avoid string comparisons for all method names which can
never be magic methods.

6 years agoUpdate NEWS
Xinchen Hui [Tue, 11 Dec 2018 07:25:19 +0000 (15:25 +0800)]
Update NEWS

6 years agoMerge branch 'i386-PIC' of https://github.com/ryandesign/php-src into PHP-7.3
Xinchen Hui [Tue, 11 Dec 2018 07:22:50 +0000 (15:22 +0800)]
Merge branch 'i386-PIC' of https://github.com/ryandesign/php-src into PHP-7.3

* 'i386-PIC' of https://github.com/ryandesign/php-src:
  Fix __zend_cpuid on i386 PIC without __cpuid_count

6 years agoRemove BOM
Anatol Belski [Mon, 10 Dec 2018 23:34:57 +0000 (00:34 +0100)]
Remove BOM

6 years agoUpdate/fix UPGRADING
Christoph M. Becker [Mon, 10 Dec 2018 13:27:11 +0000 (14:27 +0100)]
Update/fix UPGRADING

6 years agoFixed bug #77275
Nikita Popov [Mon, 10 Dec 2018 12:33:48 +0000 (13:33 +0100)]
Fixed bug #77275

Instead of juggling with this problem during literal compaction,
make sure that we always initialize Z_EXTRA for literals, which
seems like the more robust solution.

6 years agoFix typos in compact literals debugging code
Nikita Popov [Mon, 10 Dec 2018 11:50:00 +0000 (12:50 +0100)]
Fix typos in compact literals debugging code

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Mon, 10 Dec 2018 10:54:23 +0000 (21:54 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoLOL I had 2.10 on my mind
Christopher Jones [Mon, 10 Dec 2018 10:54:13 +0000 (21:54 +1100)]
LOL I had 2.10 on my mind

6 years agoMerge branch 'PHP-7.3' of https://git.php.net/repository/php-src into PHP-7.3
Christopher Jones [Mon, 10 Dec 2018 00:00:32 +0000 (11:00 +1100)]
Merge branch 'PHP-7.3' of https://git.php.net/repository/php-src into PHP-7.3

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 23:57:10 +0000 (10:57 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoBundle the new test
Christopher Jones [Sun, 9 Dec 2018 23:45:43 +0000 (10:45 +1100)]
Bundle the new test

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 23:16:27 +0000 (10:16 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFix version numbers in main branch
Christoph M. Becker [Sun, 9 Dec 2018 23:16:23 +0000 (00:16 +0100)]
Fix version numbers in main branch

This should have already happened, when `PHP-7.3.0` was branched.

6 years agoImprove test portability
Christopher Jones [Sun, 9 Dec 2018 23:16:15 +0000 (10:16 +1100)]
Improve test portability

6 years agoUpdate for newer Oracle versions
Christopher Jones [Sun, 9 Dec 2018 23:15:53 +0000 (10:15 +1100)]
Update for newer Oracle versions

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Sun, 9 Dec 2018 18:15:11 +0000 (19:15 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix syntax error

6 years agoFix syntax error
Anatol Belski [Sun, 9 Dec 2018 18:13:09 +0000 (19:13 +0100)]
Fix syntax error

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Sun, 9 Dec 2018 18:01:17 +0000 (19:01 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix libtidy exports when ext/tidy compiled static

6 years agoFix libtidy exports when ext/tidy compiled static
Anatol Belski [Sun, 9 Dec 2018 17:59:05 +0000 (18:59 +0100)]
Fix libtidy exports when ext/tidy compiled static

6 years agoBack to -dev
Derick Rethans [Sun, 9 Dec 2018 16:23:29 +0000 (16:23 +0000)]
Back to -dev

This should have been done as soon as PHP-7.3.0 was branched.

6 years agoAdd OCI8 changes
Christopher Jones [Sun, 9 Dec 2018 09:56:25 +0000 (20:56 +1100)]
Add OCI8 changes

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 09:55:21 +0000 (20:55 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoAdd oci_set_call_timeout() and bump version to 2.10.0
Christopher Jones [Sun, 9 Dec 2018 09:55:04 +0000 (20:55 +1100)]
Add oci_set_call_timeout() and bump version to 2.10.0

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 01:38:53 +0000 (12:38 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoUpgrade internal OCI call
Christopher Jones [Sun, 9 Dec 2018 01:38:35 +0000 (12:38 +1100)]
Upgrade internal OCI call

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 01:17:04 +0000 (12:17 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoEnable Oracle Database DBOP tracing attribute
Christopher Jones [Sun, 9 Dec 2018 01:16:47 +0000 (12:16 +1100)]
Enable Oracle Database DBOP tracing attribute

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sun, 9 Dec 2018 00:30:15 +0000 (11:30 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoUpdate OCI8 README
Christopher Jones [Sun, 9 Dec 2018 00:28:52 +0000 (11:28 +1100)]
Update OCI8 README

6 years agoConvert some parameter parsing to the Fast Parameter Parsing API
Christopher Jones [Sun, 9 Dec 2018 00:28:04 +0000 (11:28 +1100)]
Convert some parameter parsing to the Fast Parameter Parsing API

6 years agoFix 77264: curl_getinfo returning microseconds, not seconds
Pierrick Charron [Sat, 8 Dec 2018 20:09:43 +0000 (15:09 -0500)]
Fix 77264: curl_getinfo returning microseconds, not seconds

Since curl 7.55.0, libcurl introduced new constants to return
more sensible variable types with curl_getinfo.

When curl_getinfo with no option was called, and curl >= 7.55.0, some
of the result were returned as int when they where returned as float
in previous versions. This commit remove this BC Break.

If someone still want to use more sensible variable types, it's always
possible to call curl_getinfo with newer constants.

CURLINFO_CONTENT_LENGTH_DOWNLOAD => CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
CURLINFO_CONTENT_LENGTH_UPLOAD => CURLINFO_CONTENT_LENGTH_UPLOAD_T
CURLINFO_SIZE_DOWNLOAD => CURLINFO_SIZE_DOWNLOAD_T
CURLINFO_SIZE_UPLOAD => CURLINFO_SIZE_UPLOAD_T
CURLINFO_SPEED_DOWNLOAD => CURLINFO_SPEED_DOWNLOAD_T
CURLINFO_SPEED_UPLOAD => CURLINFO_SPEED_UPLOAD_T
CURLINFO_APPCONNECT_TIME => CURLINFO_APPCONNECT_TIME_T
CURLINFO_CONNECT_TIME => CURLINFO_CONNECT_TIME_T
CURLINFO_NAMELOOKUP_TIME => CURLINFO_NAMELOOKUP_TIME_T
CURLINFO_PRETRANSFER_TIME => CURLINFO_PRETRANSFER_TIME_T
CURLINFO_REDIRECT_TIME => CURLINFO_REDIRECT_TIME_T
CURLINFO_STARTTRANSFER_TIME => CURLINFO_STARTTRANSFER_TIME_T
CURLINFO_TOTAL_TIME => CURLINFO_TOTAL_TIME_T

6 years agoFix __zend_cpuid on i386 PIC without __cpuid_count
Ryan Schmidt [Sat, 8 Dec 2018 15:52:52 +0000 (09:52 -0600)]
Fix __zend_cpuid on i386 PIC without __cpuid_count

Closes https://bugs.php.net/bug.php?id=76654

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Sat, 8 Dec 2018 09:25:20 +0000 (10:25 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  add imap.enable_insecure_rsh in php.ini

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Remi Collet [Sat, 8 Dec 2018 09:25:05 +0000 (10:25 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  add imap.enable_insecure_rsh in php.ini

6 years agoadd imap.enable_insecure_rsh in php.ini
Remi Collet [Sat, 8 Dec 2018 09:24:36 +0000 (10:24 +0100)]
add imap.enable_insecure_rsh in php.ini

6 years agoMerge branch 'PHP-7.3' of https://git.php.net/repository/php-src into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 09:20:04 +0000 (20:20 +1100)]
Merge branch 'PHP-7.3' of https://git.php.net/repository/php-src into PHP-7.3

6 years agoMerge branch 'PHP-7.2' of https://git.php.net/repository/php-src into PHP-7.2
Christopher Jones [Sat, 8 Dec 2018 09:19:59 +0000 (20:19 +1100)]
Merge branch 'PHP-7.2' of https://git.php.net/repository/php-src into PHP-7.2

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 09:13:57 +0000 (20:13 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Note that PECL install now works on PHP 7.3
  Don't skip with 18c DB

6 years agoNote that PECL install now works on PHP 7.3
Christopher Jones [Sat, 8 Dec 2018 09:13:40 +0000 (20:13 +1100)]
Note that PECL install now works on PHP 7.3

6 years agoDon't skip with 18c DB
Christopher Jones [Sat, 8 Dec 2018 09:12:43 +0000 (20:12 +1100)]
Don't skip with 18c DB

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Sat, 8 Dec 2018 09:07:20 +0000 (10:07 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  missing entry for #77020
  missing entry for #77020

6 years agomissing entry for #77020
Remi Collet [Sat, 8 Dec 2018 09:07:01 +0000 (10:07 +0100)]
missing entry for #77020

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Remi Collet [Sat, 8 Dec 2018 09:06:34 +0000 (10:06 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  missing entry for #77020

6 years agomissing entry for #77020
Remi Collet [Sat, 8 Dec 2018 09:06:19 +0000 (10:06 +0100)]
missing entry for #77020

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 08:24:59 +0000 (19:24 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoFix resource warning value
Christopher Jones [Sat, 8 Dec 2018 08:24:32 +0000 (19:24 +1100)]
Fix resource warning value

6 years agoBump OCI8 version
Christopher Jones [Sat, 8 Dec 2018 08:23:22 +0000 (19:23 +1100)]
Bump OCI8 version

6 years agoUpdate NEWS
Christopher Jones [Sat, 8 Dec 2018 08:14:16 +0000 (19:14 +1100)]
Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 08:13:12 +0000 (19:13 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update NEWS

6 years agoUpdate NEWS
Christopher Jones [Sat, 8 Dec 2018 08:12:04 +0000 (19:12 +1100)]
Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Sat, 8 Dec 2018 07:51:13 +0000 (18:51 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  When releasing an oci8 connection always set the resource to null.

6 years agoWhen releasing an oci8 connection always set the resource to null.
KoenigsKind [Tue, 4 Sep 2018 12:19:04 +0000 (14:19 +0200)]
When releasing an oci8 connection always set the resource to null.

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Fri, 7 Dec 2018 12:22:30 +0000 (23:22 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoDrop unnecessary HASH_OF uses in ext/oci8
Nikita Popov [Thu, 11 Oct 2018 10:33:26 +0000 (12:33 +0200)]
Drop unnecessary HASH_OF uses in ext/oci8

These only operate on arrays.

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christopher Jones [Fri, 7 Dec 2018 12:20:27 +0000 (23:20 +1100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoSimplify based on feedback from nikic
Christopher Jones [Fri, 7 Dec 2018 12:07:37 +0000 (23:07 +1100)]
Simplify based on feedback from nikic

6 years agoSync with test files
Christopher Jones [Fri, 7 Dec 2018 10:41:34 +0000 (21:41 +1100)]
Sync with test files

6 years ago[ci skip] Fix NEWS wrt. ChangeLog conversion
Christoph M. Becker [Thu, 6 Dec 2018 16:15:43 +0000 (17:15 +0100)]
[ci skip] Fix NEWS wrt. ChangeLog conversion

We have to be rather picky in this regard; otherwise we need to
manually post process the ChangeLog.

6 years ago[ci skip] Fix typo
Christoph M. Becker [Wed, 5 Dec 2018 23:24:25 +0000 (00:24 +0100)]
[ci skip] Fix typo

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Ferenc Kovacs [Wed, 5 Dec 2018 08:44:22 +0000 (09:44 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3