]> granicus.if.org Git - php/log
php
6 years agoUse php_openlog instead of openlog in FPM
Jakub Zelenka [Sun, 5 Aug 2018 17:21:52 +0000 (18:21 +0100)]
Use php_openlog instead of openlog in FPM

Fix incorrect port in the previous commit

6 years agoFix FPM logging when log pipe is closed
Jakub Zelenka [Sun, 5 Aug 2018 17:19:00 +0000 (18:19 +0100)]
Fix FPM logging when log pipe is closed

6 years agoMake test run on non debug builds
Gabriel Caruso [Sun, 5 Aug 2018 08:05:11 +0000 (05:05 -0300)]
Make test run on non debug builds

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Sat, 4 Aug 2018 22:13:40 +0000 (00:13 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Add missing skip conditions

6 years agoAdd missing skip conditions
Christoph M. Becker [Sat, 4 Aug 2018 22:01:35 +0000 (00:01 +0200)]
Add missing skip conditions

mbstring can be built without mbregex support, in which case these
tests would fail.  Thus we add respective skip conditions.

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Sat, 4 Aug 2018 21:24:20 +0000 (23:24 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix #76706: mbstring.http_output_conv_mimetypes is ignored

6 years agoFix #76706: mbstring.http_output_conv_mimetypes is ignored
Christoph M. Becker [Sat, 4 Aug 2018 21:24:04 +0000 (23:24 +0200)]
Fix #76706: mbstring.http_output_conv_mimetypes is ignored

_php_mb_match_regex() is supposed to return != 0 on success, and 0 on
failure.  pcre2_match() returns >= 0 on success, and < 0 on failure.
We map the result accordingly.

Since this patch fixes four failing tests, there is no need to add
another.

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sat, 4 Aug 2018 16:23:25 +0000 (18:23 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Remove outdated comment with PEAR xmlrpc dependency

6 years agoRemove outdated comment with PEAR xmlrpc dependency
Peter Kokot [Sat, 4 Aug 2018 16:22:08 +0000 (18:22 +0200)]
Remove outdated comment with PEAR xmlrpc dependency

The xmlrpc extension is not required to install PEAR anymore.

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Sat, 4 Aug 2018 14:56:49 +0000 (16:56 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix possible stack buffer overflow

6 years agoFix possible stack buffer overflow
Anatol Belski [Sat, 4 Aug 2018 14:56:08 +0000 (16:56 +0200)]
Fix possible stack buffer overflow

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sat, 4 Aug 2018 14:21:04 +0000 (16:21 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Peter Kokot [Sat, 4 Aug 2018 14:20:52 +0000 (16:20 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  [ci skip] Update NEWS

6 years ago[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 14:19:47 +0000 (16:19 +0200)]
[ci skip] Update NEWS

Bug fix #76595 has been done after the 7.2.9RC1 release and should go
to appropriate NEWS location then.

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sat, 4 Aug 2018 14:18:42 +0000 (16:18 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Peter Kokot [Sat, 4 Aug 2018 14:18:10 +0000 (16:18 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  [ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Peter Kokot [Sat, 4 Aug 2018 14:17:26 +0000 (16:17 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [ci skip] Update NEWS

6 years ago[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 14:16:07 +0000 (16:16 +0200)]
[ci skip] Update NEWS

Bug fix #76595 has been done after RC release and should go to
appropriate NEWS location then.

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Sat, 4 Aug 2018 12:04:55 +0000 (14:04 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix #76704: mb_detect_order return value varies based on argument type

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christoph M. Becker [Sat, 4 Aug 2018 11:49:29 +0000 (13:49 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix #76704: mb_detect_order return value varies based on argument type

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Sat, 4 Aug 2018 11:46:50 +0000 (13:46 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Fix NEWS

6 years ago[ci skip] Fix NEWS
Christoph M. Becker [Sat, 4 Aug 2018 11:44:59 +0000 (13:44 +0200)]
[ci skip] Fix NEWS

beta1 has already been released, but does not contain the fix for bug
76595.

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Christoph M. Becker [Sat, 4 Aug 2018 10:57:05 +0000 (12:57 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix #76704: mb_detect_order return value varies based on argument type

6 years agoFix #76704: mb_detect_order return value varies based on argument type
Christoph M. Becker [Sat, 4 Aug 2018 10:51:57 +0000 (12:51 +0200)]
Fix #76704: mb_detect_order return value varies based on argument type

php_mb_parse_encoding_list() and php_mb_parse_encoding_array() are
supposed to return SUCCESS and FAILURE, not 1 and 0, respectively.

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sat, 4 Aug 2018 04:41:44 +0000 (06:41 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Update NEWS

6 years ago[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:41:34 +0000 (06:41 +0200)]
[ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sat, 4 Aug 2018 04:40:54 +0000 (06:40 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Peter Kokot [Sat, 4 Aug 2018 04:40:44 +0000 (06:40 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  [ci skip] Update NEWS

6 years ago[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:40:31 +0000 (06:40 +0200)]
[ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sat, 4 Aug 2018 04:39:58 +0000 (06:39 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Peter Kokot [Sat, 4 Aug 2018 04:39:46 +0000 (06:39 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  [ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Peter Kokot [Sat, 4 Aug 2018 04:39:33 +0000 (06:39 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [ci skip] Update NEWS

6 years ago[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:39:19 +0000 (06:39 +0200)]
[ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sat, 4 Aug 2018 04:37:42 +0000 (06:37 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix bug 76595: Update phpdbg man page

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Peter Kokot [Sat, 4 Aug 2018 04:37:15 +0000 (06:37 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix bug 76595: Update phpdbg man page

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Peter Kokot [Sat, 4 Aug 2018 04:35:40 +0000 (06:35 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix bug 76595: Update phpdbg man page

6 years agoFix bug 76595: Update phpdbg man page
Kevin Abel [Mon, 9 Jul 2018 01:37:21 +0000 (20:37 -0500)]
Fix bug 76595: Update phpdbg man page

Send phpdbg.1 man page through configure replacements
Update phpdbg.1 man page to include all options
Fixes formatting to be more consistent with php.1
Fix paragraph whitespace and ignore phpdbg.1

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Fri, 3 Aug 2018 12:11:18 +0000 (14:11 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Remove asan incompatible options

6 years agoRemove asan incompatible options
Anatol Belski [Fri, 3 Aug 2018 12:10:37 +0000 (14:10 +0200)]
Remove asan incompatible options

6 years agoUse inliner cache also for non ext/sapi sources
Anatol Belski [Fri, 3 Aug 2018 10:35:32 +0000 (12:35 +0200)]
Use inliner cache also for non ext/sapi sources

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Fri, 3 Aug 2018 08:53:07 +0000 (10:53 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Update UPGRADING.INTERNALS wrt. Same Site Cookies

6 years agoUpdate UPGRADING.INTERNALS wrt. Same Site Cookies
Christoph M. Becker [Fri, 3 Aug 2018 08:52:31 +0000 (10:52 +0200)]
Update UPGRADING.INTERNALS wrt. Same Site Cookies

6 years agoMissing piece for the inliner cache
Anatol Belski [Fri, 3 Aug 2018 08:19:43 +0000 (10:19 +0200)]
Missing piece for the inliner cache

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Fri, 3 Aug 2018 05:50:00 +0000 (07:50 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Update maintainer info [skip ci]

6 years agoUpdate maintainer info [skip ci]
Anatol Belski [Fri, 3 Aug 2018 05:49:29 +0000 (07:49 +0200)]
Update maintainer info [skip ci]

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Fri, 3 Aug 2018 05:12:13 +0000 (07:12 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Improve cleanup

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Fri, 3 Aug 2018 05:11:23 +0000 (07:11 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Improve cleanup

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Fri, 3 Aug 2018 05:10:27 +0000 (07:10 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Improve cleanup

6 years agoImprove cleanup
Anatol Belski [Fri, 3 Aug 2018 05:08:53 +0000 (07:08 +0200)]
Improve cleanup

The persistent connection locks the file which might prevent deletion.

6 years agoRemove superfluous checks of always available functions
Gabriel Caruso [Fri, 3 Aug 2018 03:13:01 +0000 (00:13 -0300)]
Remove superfluous checks of always available functions

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Thu, 2 Aug 2018 19:41:07 +0000 (21:41 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Thu, 2 Aug 2018 19:40:50 +0000 (21:40 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix callbacks
  bump version

6 years agoMerge branch 'PHP-7.2'
Anatol Belski [Thu, 2 Aug 2018 19:25:29 +0000 (21:25 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Fix callbacks
  bump version

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Thu, 2 Aug 2018 19:20:04 +0000 (21:20 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix callbacks
  bump version

6 years agoFix callbacks
Anatol Belski [Thu, 2 Aug 2018 16:59:34 +0000 (18:59 +0200)]
Fix callbacks

The signatures wasn't synced in 7.0

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Thu, 2 Aug 2018 16:29:33 +0000 (18:29 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Cleanup unused items

6 years agoCleanup unused items
Anatol Belski [Thu, 2 Aug 2018 16:28:18 +0000 (18:28 +0200)]
Cleanup unused items

6 years agoMerge branch 'PHP-7.3'
Sara Golemon [Thu, 2 Aug 2018 15:24:29 +0000 (11:24 -0400)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Roll NEWS for 7.2.10

6 years agoMerge branch 'PHP-7.2' into HEAD
Sara Golemon [Thu, 2 Aug 2018 15:23:14 +0000 (11:23 -0400)]
Merge branch 'PHP-7.2' into HEAD

* PHP-7.2:
  Roll NEWS for 7.2.10

6 years agoRoll NEWS for 7.2.10
Sara Golemon [Thu, 2 Aug 2018 15:21:40 +0000 (11:21 -0400)]
Roll NEWS for 7.2.10

6 years agoEnable inline reader cache
Anatol Belski [Thu, 2 Aug 2018 09:12:32 +0000 (11:12 +0200)]
Enable inline reader cache

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Thu, 2 Aug 2018 12:13:40 +0000 (14:13 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Fix wrong dash character in UPGRADING

6 years ago[ci skip] Fix wrong dash character in UPGRADING
Michael Moravec [Thu, 2 Aug 2018 11:38:56 +0000 (13:38 +0200)]
[ci skip] Fix wrong dash character in UPGRADING

6 years agoCreate and expose php_sys_symlink() and php_sys_link()
Christoph M. Becker [Thu, 2 Aug 2018 12:08:30 +0000 (14:08 +0200)]
Create and expose php_sys_symlink() and php_sys_link()

These macros are supposed to behave like POSIX's symlink() and link(),
respectively, on POSIX compliant systems and on Windows.

Future scope: merge link.c and link_win32.c

6 years agoMake test run on non zts builds
Gabriel Caruso [Thu, 2 Aug 2018 02:14:56 +0000 (23:14 -0300)]
Make test run on non zts builds

6 years agoRemove invalid SKIPIF sections
Gabriel Caruso [Thu, 2 Aug 2018 01:39:00 +0000 (22:39 -0300)]
Remove invalid SKIPIF sections

6 years agoGive a reason why the test was skipped
Gabriel Caruso [Thu, 2 Aug 2018 01:18:57 +0000 (22:18 -0300)]
Give a reason why the test was skipped

A follow up for c93aba04

6 years agoAdd \PDO::SQLITE_ATTR_READONLY_STATEMENT
BohwaZ [Wed, 1 Aug 2018 21:45:20 +0000 (17:45 -0400)]
Add \PDO::SQLITE_ATTR_READONLY_STATEMENT

This attribute is a boolean value. It is taken from the return value of
sqlite3_stmt_readonly(), indicating if and only if the prepared statement makes
no direct changes to the content of the database.

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Wed, 1 Aug 2018 16:19:50 +0000 (18:19 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Suppress more irrelevant clang warnings

6 years agoSuppress more irrelevant clang warnings
Anatol Belski [Wed, 1 Aug 2018 16:18:37 +0000 (18:18 +0200)]
Suppress more irrelevant clang warnings

6 years agoRemove needless version checks
Christoph M. Becker [Wed, 1 Aug 2018 15:39:34 +0000 (17:39 +0200)]
Remove needless version checks

As of PHP 5.5.3, we're requiring ICU ≥ 4.0[1] anyway, so there's no
need to check for ICU 3.x.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=8831b00>

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Wed, 1 Aug 2018 14:45:39 +0000 (16:45 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Unused var

6 years agoUnused var
Xinchen Hui [Wed, 1 Aug 2018 06:49:06 +0000 (14:49 +0800)]
Unused var

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Wed, 1 Aug 2018 14:24:07 +0000 (16:24 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix clang compilation

6 years agoFix clang compilation
Anatol Belski [Wed, 1 Aug 2018 14:19:54 +0000 (16:19 +0200)]
Fix clang compilation

By usage of -fmodules, all the intrinsic items are loaded automatically.
The headers included come however from Visual Studio, thus bringing some
conflicting declarations. On the other hand, -fmodules is needed to
mitigate linking issues with clang in VS compatibility mode.

6 years agoUnused var
Xinchen Hui [Wed, 1 Aug 2018 06:49:06 +0000 (14:49 +0800)]
Unused var

6 years ago[ci skip] Typo
Stanislav Malyshev [Wed, 1 Aug 2018 05:40:21 +0000 (22:40 -0700)]
[ci skip] Typo

6 years ago[ci skip] Ugh, whitespace
Stanislav Malyshev [Tue, 31 Jul 2018 19:44:51 +0000 (12:44 -0700)]
[ci skip] Ugh, whitespace

6 years ago[ci skip] Clarify difference between security & regular bugfixes
Stanislav Malyshev [Tue, 31 Jul 2018 19:43:22 +0000 (12:43 -0700)]
[ci skip] Clarify difference between security & regular bugfixes

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Tue, 31 Jul 2018 15:32:49 +0000 (17:32 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix length to copy

6 years agoFix length to copy
Anatol Belski [Tue, 31 Jul 2018 15:31:13 +0000 (17:31 +0200)]
Fix length to copy

6 years agoUPDATE README.GIT-RULES wrt. PHP-7.3
Christoph M. Becker [Tue, 31 Jul 2018 15:06:44 +0000 (17:06 +0200)]
UPDATE README.GIT-RULES wrt. PHP-7.3

We also add a respective note to README.RELEASE_PROCESS, so this won't
get overlooked again.

6 years agobump version
Joe Watkins [Tue, 31 Jul 2018 14:38:35 +0000 (16:38 +0200)]
bump version

6 years agoPrepare UPGRADING(.INTERNALS) for PHP 7.4
Christoph M. Becker [Tue, 31 Jul 2018 13:54:03 +0000 (15:54 +0200)]
Prepare UPGRADING(.INTERNALS) for PHP 7.4

We also add this as task to README.RELEASE_PROCESS, so that it's not
overlooked next time.

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Tue, 31 Jul 2018 12:11:59 +0000 (14:11 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix ZEND_EXTENSION_API_NO

6 years agoFix ZEND_EXTENSION_API_NO
Christoph M. Becker [Tue, 31 Jul 2018 12:11:39 +0000 (14:11 +0200)]
Fix ZEND_EXTENSION_API_NO

6 years agoFix README.RELEASE_PROCESS
Christoph M. Becker [Tue, 31 Jul 2018 12:09:31 +0000 (14:09 +0200)]
Fix README.RELEASE_PROCESS

The version has to be updated in configure.ac; by running `./configure`
afterwards, main/php_versions.h will be updated automatically.

6 years agoPrepare for PHP 7.4
Christoph M. Becker [Tue, 31 Jul 2018 11:56:24 +0000 (13:56 +0200)]
Prepare for PHP 7.4

6 years agoUpdate API version numbers
Christoph M. Becker [Tue, 31 Jul 2018 11:28:47 +0000 (13:28 +0200)]
Update API version numbers

These are supposed to be final now for PHP 7.3.

6 years agoFix UPGRADING
Christoph M. Becker [Tue, 31 Jul 2018 11:31:28 +0000 (13:31 +0200)]
Fix UPGRADING

6 years agoUpdate UPGRADING wrt. samesite cookie RFC
Christoph M. Becker [Tue, 31 Jul 2018 10:48:33 +0000 (12:48 +0200)]
Update UPGRADING wrt. samesite cookie RFC

Cf. <https://wiki.php.net/rfc/same-site-cookie>.

6 years agoSupport for samesite cookies with array syntax
Pedro Magalhães [Thu, 19 Jul 2018 01:40:39 +0000 (02:40 +0100)]
Support for samesite cookies with array syntax

Allows using an alternative array argument with
support for the samesite option on the following
functions:
setcookie
setrawcookie
session_set_cookie_params

6 years agoimplement same site cookie see https://bugs.php.net/bug.php?id=72230 see https:/...
Frederik Bosch [Fri, 7 Jul 2017 17:06:53 +0000 (19:06 +0200)]
implement same site cookie see https://bugs.php.net/bug.php?id=72230 see https://tools.ietf.org/html/draft-west-first-party-cookies-07 see https://scotthelme.co.uk/csrf-is-dead/

6 years agoImproved method visibility checks
Dmitry Stogov [Tue, 31 Jul 2018 10:05:57 +0000 (13:05 +0300)]
Improved method visibility checks

6 years agoSimplified property name to string conversion
Dmitry Stogov [Tue, 31 Jul 2018 09:24:53 +0000 (12:24 +0300)]
Simplified property name to string conversion

6 years agoRemoved useless IS_UNDEF checks
Dmitry Stogov [Tue, 31 Jul 2018 09:23:46 +0000 (12:23 +0300)]
Removed useless IS_UNDEF checks

6 years agoRemove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKS
Peter Kokot [Tue, 31 Jul 2018 03:59:05 +0000 (05:59 +0200)]
Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKS

This removes two old Autoconf macro definitions since they are not used
anymore.

6 years agoFix minor Autoconf coding style
Peter Kokot [Tue, 31 Jul 2018 01:09:44 +0000 (03:09 +0200)]
Fix minor Autoconf coding style

This fixes two minor Autoconf coding styles. Double quotes in arguments
don't need to be escaped. This removes warning given by autoreconf:
- warning: back quotes and double quotes must not be escaped in...

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Mon, 30 Jul 2018 17:44:59 +0000 (19:44 +0200)]
Update NEWS [ci skip]

6 years agoMerge branch 'PHP-7.2'
Anatol Belski [Mon, 30 Jul 2018 17:44:01 +0000 (19:44 +0200)]
Merge branch 'PHP-7.2'

* PHP-7.2:
  Update NEWS [ci skip]
  Update NEWS [ci skip]