]> granicus.if.org Git - php/log
php
6 years agoMerge branch 'PHP-7.3'
Gabriel Caruso [Mon, 20 Aug 2018 00:33:41 +0000 (21:33 -0300)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Make array parsing parameters error messages consistency with ZPP failure

6 years agoMake array parsing parameters error messages consistency with ZPP failure
Gabriel Caruso [Sun, 5 Aug 2018 00:42:03 +0000 (21:42 -0300)]
Make array parsing parameters error messages consistency with ZPP failure

6 years agoMerge branch 'PHP-7.3'
Jakub Zelenka [Sun, 19 Aug 2018 19:20:46 +0000 (20:20 +0100)]
Merge branch 'PHP-7.3'

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Jakub Zelenka [Sun, 19 Aug 2018 19:19:48 +0000 (20:19 +0100)]
Merge branch 'PHP-7.2' into PHP-7.3

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Jakub Zelenka [Sun, 19 Aug 2018 19:19:01 +0000 (20:19 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2

6 years agoFix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())
Jakub Zelenka [Sun, 19 Aug 2018 19:14:26 +0000 (20:14 +0100)]
Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())

6 years agoMap ERROR_PRIVILEGE_NOT_HELD to EACCES
Christoph M. Becker [Sun, 19 Aug 2018 11:52:48 +0000 (13:52 +0200)]
Map ERROR_PRIVILEGE_NOT_HELD to EACCES

Attempting to create a symlink on Windows via the CLI SAPI without
administrative rights is likely to fail with ERROR_PRIVILEGE_NOT_HELD.
Therefore we map this Windows error to EACCES to get better diagnostics
and to avoid the assert() failure in debug mode.

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Sat, 18 Aug 2018 18:06:14 +0000 (20:06 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Use stable deps on AppVeyor for now

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Sat, 18 Aug 2018 18:05:51 +0000 (20:05 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Use stable deps on AppVeyor for now

6 years agoUse stable deps on AppVeyor for now
Anatol Belski [Sat, 18 Aug 2018 18:04:19 +0000 (20:04 +0200)]
Use stable deps on AppVeyor for now

as long as the latest image is not synced with VC++ 15.8

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

* PHP-7.3:
  Add regression test for bug #68175
  Fix #68175: RegexIterator pregFlags are NULL instead of 0

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christoph M. Becker [Sat, 18 Aug 2018 12:38:44 +0000 (14:38 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Add regression test for bug #68175
  Fix #68175: RegexIterator pregFlags are NULL instead of 0

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Christoph M. Becker [Sat, 18 Aug 2018 12:37:04 +0000 (14:37 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Add regression test for bug #68175
  Fix #68175: RegexIterator pregFlags are NULL instead of 0

6 years agoAdd regression test for bug #68175
Christoph M. Becker [Sat, 18 Aug 2018 12:26:02 +0000 (14:26 +0200)]
Add regression test for bug #68175

6 years agoFix #68175: RegexIterator pregFlags are NULL instead of 0
Tim Siebels [Tue, 7 Oct 2014 11:02:12 +0000 (13:02 +0200)]
Fix #68175: RegexIterator pregFlags are NULL instead of 0

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Fri, 17 Aug 2018 16:38:07 +0000 (18:38 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Add test for bug #76738

6 years agoAdd test for bug #76738
Anatol Belski [Fri, 17 Aug 2018 16:10:39 +0000 (18:10 +0200)]
Add test for bug #76738

Original repro. It's unwieldy, but it's otherwise hard to trigger
the wrong buffer handling behavior.

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Fri, 17 Aug 2018 14:23:27 +0000 (16:23 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix memory leak

6 years agoFix memory leak
Anatol Belski [Fri, 17 Aug 2018 14:22:35 +0000 (16:22 +0200)]
Fix memory leak

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Fri, 17 Aug 2018 13:47:03 +0000 (15:47 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Update binary SDK version for AppVeyor

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Fri, 17 Aug 2018 13:46:28 +0000 (15:46 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update binary SDK version for AppVeyor

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Fri, 17 Aug 2018 13:45:31 +0000 (15:45 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Update binary SDK version for AppVeyor

6 years agoUpdate binary SDK version for AppVeyor
Anatol Belski [Fri, 17 Aug 2018 13:44:10 +0000 (15:44 +0200)]
Update binary SDK version for AppVeyor

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Fri, 17 Aug 2018 11:06:58 +0000 (13:06 +0200)]
Merge branch 'PHP-7.3'

6 years ago[ci skip] Update NEWS
Christoph M. Becker [Fri, 17 Aug 2018 11:06:27 +0000 (13:06 +0200)]
[ci skip] Update NEWS

Bug #76285 was supposed to have been fixed for 7.3.0alpha3, but that
has been reverted for 7.3.0beta2 due to bug #76738.  Now that we have a
working fix in master, we backport the respective commits.

6 years agoCleanup
Anatol Belski [Tue, 14 Aug 2018 12:33:19 +0000 (14:33 +0200)]
Cleanup

(cherry picked from commit 8b3174f256147a1708821621a8cbe2b257fca737)

6 years agoFollowup fix for ef9ed19e, see also bug #76738
Anatol Belski [Tue, 14 Aug 2018 12:14:05 +0000 (14:14 +0200)]
Followup fix for ef9ed19e, see also bug #76738

(cherry picked from commit 083285f22a74989689f97d1d53476e7eaec35acc)

6 years agoFixed build
Xinchen Hui [Wed, 4 Jul 2018 03:15:32 +0000 (11:15 +0800)]
Fixed build

(cherry picked from commit 36f05a80d7cf11fffb827c7f0b6c8e73d3846e8e)

6 years agoDOMDocument::formatOutput attribute sometimes ignored
Andrew Nester [Tue, 1 May 2018 12:04:46 +0000 (12:04 +0000)]
DOMDocument::formatOutput attribute sometimes ignored

(cherry picked from commit ef9ed19ec7f141311feea1d42467f5773cfc09bc)

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Fri, 17 Aug 2018 08:20:37 +0000 (16:20 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fixed same bug #76755 in setrawcookie

6 years agoFixed same bug #76755 in setrawcookie
Xinchen Hui [Fri, 17 Aug 2018 08:19:26 +0000 (16:19 +0800)]
Fixed same bug #76755 in setrawcookie

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Fri, 17 Aug 2018 07:22:50 +0000 (15:22 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Cheaper checking

6 years agoCheaper checking
Xinchen Hui [Fri, 17 Aug 2018 07:21:48 +0000 (15:21 +0800)]
Cheaper checking

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Fri, 17 Aug 2018 06:56:43 +0000 (14:56 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Micro optimization & fixed invalid key handling

6 years agoMicro optimization & fixed invalid key handling
Xinchen Hui [Fri, 17 Aug 2018 06:56:24 +0000 (14:56 +0800)]
Micro optimization & fixed invalid key handling

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Fri, 17 Aug 2018 05:46:08 +0000 (13:46 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fixed bug #76755 (setcookie does not accept "double" type for expire time)

6 years agoFixed bug #76755 (setcookie does not accept "double" type for expire time)
Xinchen Hui [Fri, 17 Aug 2018 05:45:43 +0000 (13:45 +0800)]
Fixed bug #76755 (setcookie does not accept "double" type for expire time)

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Fri, 17 Aug 2018 05:36:34 +0000 (13:36 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Update NEWS
  Update NEWS
  Fixed bug #76754 (parent private constant in extends class memory leak)

6 years agoUpdate NEWS
Xinchen Hui [Fri, 17 Aug 2018 05:36:12 +0000 (13:36 +0800)]
Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Xinchen Hui [Fri, 17 Aug 2018 05:36:03 +0000 (13:36 +0800)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update NEWS
  Fixed bug #76754 (parent private constant in extends class memory leak)

6 years agoUpdate NEWS
Xinchen Hui [Fri, 17 Aug 2018 05:35:46 +0000 (13:35 +0800)]
Update NEWS

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Xinchen Hui [Fri, 17 Aug 2018 05:35:31 +0000 (13:35 +0800)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #76754 (parent private constant in extends class memory leak)

6 years agoFixed bug #76754 (parent private constant in extends class memory leak)
Xinchen Hui [Fri, 17 Aug 2018 05:35:15 +0000 (13:35 +0800)]
Fixed bug #76754 (parent private constant in extends class memory leak)

6 years agoAdded a note
Xinchen Hui [Fri, 17 Aug 2018 04:22:46 +0000 (12:22 +0800)]
Added a note

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Fri, 17 Aug 2018 04:19:42 +0000 (12:19 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in _get_zval_ptr_tmp failed).

6 years agoFixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in _get_zval_pt...
Xinchen Hui [Fri, 17 Aug 2018 04:19:31 +0000 (12:19 +0800)]
Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in _get_zval_ptr_tmp failed).

6 years agoMerge branch 'PHP-7.3' of git.php.net:/php-src into PHP-7.3
Xinchen Hui [Thu, 16 Aug 2018 06:02:03 +0000 (14:02 +0800)]
Merge branch 'PHP-7.3' of git.php.net:/php-src into PHP-7.3

* 'PHP-7.3' of git.php.net:/php-src:
  fix man page installation

6 years agoMerge branch 'PHP-7.2' of git.php.net:/php-src into PHP-7.2
Xinchen Hui [Thu, 16 Aug 2018 06:01:17 +0000 (14:01 +0800)]
Merge branch 'PHP-7.2' of git.php.net:/php-src into PHP-7.2

* 'PHP-7.2' of git.php.net:/php-src:
  fix man page installation

6 years agoMerge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
Xinchen Hui [Thu, 16 Aug 2018 06:00:30 +0000 (14:00 +0800)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:/php-src:
  fix man page installation

6 years agoMerge branch 'master' of git.php.net:/php-src
Xinchen Hui [Thu, 16 Aug 2018 05:59:39 +0000 (13:59 +0800)]
Merge branch 'master' of git.php.net:/php-src

* 'master' of git.php.net:/php-src:
  fix man page installation

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Thu, 16 Aug 2018 05:58:00 +0000 (13:58 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Update NEWS
  Update NEWS
  Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)

6 years agoUpdate NEWS
Xinchen Hui [Thu, 16 Aug 2018 05:57:15 +0000 (13:57 +0800)]
Update NEWS

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Xinchen Hui [Thu, 16 Aug 2018 05:57:05 +0000 (13:57 +0800)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Update NEWS
  Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)

6 years agoUpdate NEWS
Xinchen Hui [Thu, 16 Aug 2018 05:56:52 +0000 (13:56 +0800)]
Update NEWS

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Xinchen Hui [Thu, 16 Aug 2018 05:56:37 +0000 (13:56 +0800)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)

6 years agoFixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)
Xinchen Hui [Thu, 16 Aug 2018 05:56:20 +0000 (13:56 +0800)]
Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)

6 years agoMerge branch 'PHP-7.3'
Remi Collet [Thu, 16 Aug 2018 04:55:30 +0000 (06:55 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  fix man page installation

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Remi Collet [Thu, 16 Aug 2018 04:55:14 +0000 (06:55 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  fix man page installation

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Remi Collet [Thu, 16 Aug 2018 04:54:57 +0000 (06:54 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  fix man page installation

6 years agofix man page installation
Remi Collet [Thu, 16 Aug 2018 04:53:56 +0000 (06:53 +0200)]
fix man page installation

Since 91996e7ee504311ff4eca9dbd5840114f75acbad
phpdbg.1 is in buildir, not in srcdir

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Wed, 15 Aug 2018 03:03:30 +0000 (11:03 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Added NEWs

6 years agoAdded NEWs
Xinchen Hui [Wed, 15 Aug 2018 03:02:59 +0000 (11:02 +0800)]
Added NEWs

6 years agoCleanup
Anatol Belski [Tue, 14 Aug 2018 12:33:19 +0000 (14:33 +0200)]
Cleanup

6 years agoFollowup fix for ef9ed19e, see also bug #76738
Anatol Belski [Tue, 14 Aug 2018 12:14:05 +0000 (14:14 +0200)]
Followup fix for ef9ed19e, see also bug #76738

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Tue, 14 Aug 2018 11:37:03 +0000 (13:37 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Update NEWS wrt. php-7.3.0beta2 tagging

6 years ago[ci skip] Update NEWS wrt. php-7.3.0beta2 tagging
Christoph M. Becker [Tue, 14 Aug 2018 11:36:15 +0000 (13:36 +0200)]
[ci skip] Update NEWS wrt. php-7.3.0beta2 tagging

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Tue, 14 Aug 2018 10:15:02 +0000 (12:15 +0200)]
Merge branch 'PHP-7.3'

6 years agoRevert "DOMDocument::formatOutput attribute sometimes ignored"
Christoph M. Becker [Tue, 14 Aug 2018 10:14:33 +0000 (12:14 +0200)]
Revert "DOMDocument::formatOutput attribute sometimes ignored"

This reverts commit ef9ed19ec7f141311feea1d42467f5773cfc09bc and its
follow-up 36f05a80d7cf11fffb827c7f0b6c8e73d3846e8e, since these caused
a serious regression (see bug #76738).

6 years agoMerge branch 'PHP-7.3'
Xinchen Hui [Tue, 14 Aug 2018 05:02:14 +0000 (13:02 +0800)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fixed zend_read_static_property

6 years agoFixed zend_read_static_property
Xinchen Hui [Tue, 14 Aug 2018 05:01:50 +0000 (13:01 +0800)]
Fixed zend_read_static_property

6 years ago[ci skip] Fix EXTENSIONS
Christoph M. Becker [Mon, 13 Aug 2018 14:24:29 +0000 (16:24 +0200)]
[ci skip] Fix EXTENSIONS

Commit 54f920d661f385debc4e2024e21a449128d611e7 inadvertently changed
one the maintainer of xmlwriter from pajoye to chregu; we fix that.

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Mon, 13 Aug 2018 14:10:02 +0000 (16:10 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix arginfo for tidy::__construct()

6 years agoFix arginfo for tidy::__construct()
Tyson Andre [Mon, 13 Aug 2018 12:44:33 +0000 (08:44 -0400)]
Fix arginfo for tidy::__construct()

This was split out of PR #3439

Previously, the arginfo was wrong for these methods.
getNumberOfRequiredParameters() was 4 for that method.
Compare with http://php.net/manual/en/tidy.construct.php)

This fixes the arginfo added to PHP 7.3 in 97353cda99

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Mon, 13 Aug 2018 14:02:35 +0000 (16:02 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix arginfo for bzcompress

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Christoph M. Becker [Mon, 13 Aug 2018 14:01:23 +0000 (16:01 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fix arginfo for bzcompress

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Christoph M. Becker [Mon, 13 Aug 2018 13:59:48 +0000 (15:59 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix arginfo for bzcompress

6 years agoFix arginfo for bzcompress
Tyson Andre [Sun, 12 Aug 2018 21:51:13 +0000 (17:51 -0400)]
Fix arginfo for bzcompress

bzcompress() has 1 required parameter, not 2.

See http://php.net/manual/en/function.bzcompress.php or invoke
bzcompress with 1 parameter.

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Mon, 13 Aug 2018 07:22:07 +0000 (09:22 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Sync with e0fe6674

6 years agoSync with e0fe6674
Anatol Belski [Mon, 13 Aug 2018 07:18:38 +0000 (09:18 +0200)]
Sync with e0fe6674

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Mon, 13 Aug 2018 07:14:48 +0000 (09:14 +0200)]
Merge branch 'PHP-7.3'

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

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Mon, 13 Aug 2018 07:14:26 +0000 (09:14 +0200)]
Update NEWS [ci skip]

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Mon, 13 Aug 2018 07:13:51 +0000 (09:13 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

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

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Mon, 13 Aug 2018 07:13:05 +0000 (09:13 +0200)]
Update NEWS [ci skip]

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Mon, 13 Aug 2018 07:12:32 +0000 (09:12 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Update NEWS [ci skip]

6 years agoUpdate NEWS [ci skip]
Anatol Belski [Mon, 13 Aug 2018 07:11:57 +0000 (09:11 +0200)]
Update NEWS [ci skip]

6 years agoDrop spl/internal documentation
Gabriel Caruso [Fri, 10 Aug 2018 09:25:06 +0000 (06:25 -0300)]
Drop spl/internal documentation

These docs were outdated by now and the one at
https://php.net/spl should be used instead

6 years agoFix some misspellings
Gabriel Caruso [Fri, 10 Aug 2018 02:19:55 +0000 (23:19 -0300)]
Fix some misspellings

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Sun, 12 Aug 2018 13:49:46 +0000 (15:49 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix #76688: Disallow excessive parameters after options array

6 years agoFix #76688: Disallow excessive parameters after options array
Pedro Magalhães [Wed, 1 Aug 2018 20:28:09 +0000 (22:28 +0200)]
Fix #76688: Disallow excessive parameters after options array

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sun, 12 Aug 2018 09:29:19 +0000 (11:29 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Update NEWS

6 years ago[ci skip] Update NEWS
Peter Kokot [Sun, 12 Aug 2018 09:29:02 +0000 (11:29 +0200)]
[ci skip] Update NEWS

6 years agoMerge branch 'PHP-7.3'
Peter Kokot [Sun, 12 Aug 2018 09:16:06 +0000 (11:16 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix bug #76030 RE2C_FLAGS rarely honoured

6 years agoFix bug #76030 RE2C_FLAGS rarely honoured
Cristian Rodríguez [Sun, 5 Aug 2018 14:07:01 +0000 (16:07 +0200)]
Fix bug #76030 RE2C_FLAGS rarely honoured

Since PHP 5.3 the default lexer generator is RE2C. On Unix-alike build
systems there is also optional configure option --enable-re2c-cgoto
which enables optimized conditional jumps using non-standard computed
goto extension. It is available since RE2C 0.10.3 so it's well covered
by RE2C versions PHP uses. This patch syncs usage of -g option accross
the PHP Unix-alike build system.

6 years agoQuell GCC warning on mixing || and &&
Levi Morrison [Sat, 11 Aug 2018 22:54:21 +0000 (16:54 -0600)]
Quell GCC warning on mixing || and &&

6 years agoMerge branch 'PHP-7.3'
Anatol Belski [Thu, 9 Aug 2018 20:09:52 +0000 (22:09 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  Fixed bug #74484 MessageFormatter::formatMessage memory corruption

6 years agoMerge branch 'PHP-7.2' into PHP-7.3
Anatol Belski [Thu, 9 Aug 2018 20:09:21 +0000 (22:09 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Fixed bug #74484 MessageFormatter::formatMessage memory corruption

6 years agoMerge branch 'PHP-7.1' into PHP-7.2
Anatol Belski [Thu, 9 Aug 2018 20:08:30 +0000 (22:08 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fixed bug #74484 MessageFormatter::formatMessage memory corruption

6 years agoFixed bug #74484 MessageFormatter::formatMessage memory corruption
Anatol Belski [Thu, 9 Aug 2018 20:07:24 +0000 (22:07 +0200)]
Fixed bug #74484 MessageFormatter::formatMessage memory corruption

with 11+ named placeholder

6 years agoMerge branch 'PHP-7.3'
Christoph M. Becker [Wed, 8 Aug 2018 22:54:12 +0000 (00:54 +0200)]
Merge branch 'PHP-7.3'

* PHP-7.3:
  [ci skip] Update NEWS regarding SameSite cookie support

6 years ago[ci skip] Update NEWS regarding SameSite cookie support
Christoph M. Becker [Wed, 8 Aug 2018 22:53:42 +0000 (00:53 +0200)]
[ci skip] Update NEWS regarding SameSite cookie support