]>
granicus.if.org Git - php/log
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
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)
Xinchen Hui [Thu, 16 Aug 2018 05:57:15 +0000 (13:57 +0800)]
Update NEWS
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)
Xinchen Hui [Thu, 16 Aug 2018 05:56:52 +0000 (13:56 +0800)]
Update NEWS
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)
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)
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
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
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
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
Xinchen Hui [Wed, 15 Aug 2018 03:03:30 +0000 (11:03 +0800)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Added NEWs
Xinchen Hui [Wed, 15 Aug 2018 03:02:59 +0000 (11:02 +0800)]
Added NEWs
Anatol Belski [Tue, 14 Aug 2018 12:33:19 +0000 (14:33 +0200)]
Cleanup
Anatol Belski [Tue, 14 Aug 2018 12:14:05 +0000 (14:14 +0200)]
Followup fix for
ef9ed19e , see also bug #76738
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
Christoph M. Becker [Tue, 14 Aug 2018 11:36:15 +0000 (13:36 +0200)]
[ci skip] Update NEWS wrt. php-7.3.0beta2 tagging
Christoph M. Becker [Tue, 14 Aug 2018 10:15:02 +0000 (12:15 +0200)]
Merge branch 'PHP-7.3'
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).
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
Xinchen Hui [Tue, 14 Aug 2018 05:01:50 +0000 (13:01 +0800)]
Fixed zend_read_static_property
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.
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()
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
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
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
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
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.
Anatol Belski [Mon, 13 Aug 2018 07:22:07 +0000 (09:22 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Sync with
e0fe6674
Anatol Belski [Mon, 13 Aug 2018 07:18:38 +0000 (09:18 +0200)]
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]
Anatol Belski [Mon, 13 Aug 2018 07:14:26 +0000 (09:14 +0200)]
Update NEWS [ci skip]
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]
Anatol Belski [Mon, 13 Aug 2018 07:13:05 +0000 (09:13 +0200)]
Update NEWS [ci skip]
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]
Anatol Belski [Mon, 13 Aug 2018 07:11:57 +0000 (09:11 +0200)]
Update NEWS [ci skip]
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
Gabriel Caruso [Fri, 10 Aug 2018 02:19:55 +0000 (23:19 -0300)]
Fix some misspellings
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
Pedro Magalhães [Wed, 1 Aug 2018 20:28:09 +0000 (22:28 +0200)]
Fix #76688: Disallow excessive parameters after options array
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
Peter Kokot [Sun, 12 Aug 2018 09:29:02 +0000 (11:29 +0200)]
[ci skip] Update NEWS
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
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.
Levi Morrison [Sat, 11 Aug 2018 22:54:21 +0000 (16:54 -0600)]
Quell GCC warning on mixing || and &&
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
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
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
Anatol Belski [Thu, 9 Aug 2018 20:07:24 +0000 (22:07 +0200)]
Fixed bug #74484 MessageFormatter::formatMessage memory corruption
with 11+ named placeholder
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
Christoph M. Becker [Wed, 8 Aug 2018 22:53:42 +0000 (00:53 +0200)]
[ci skip] Update NEWS regarding SameSite cookie support
Gabriel Caruso [Sun, 5 Aug 2018 23:18:02 +0000 (20:18 -0300)]
Remove more unecessaries percent signs
Follwing
dae65a89
Gabriel Caruso [Wed, 8 Aug 2018 00:23:21 +0000 (21:23 -0300)]
Remove invalid SKIPIF sections and make more tests run
Xinchen Hui [Tue, 7 Aug 2018 06:23:44 +0000 (14:23 +0800)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix #76700 - Methods with altered visibility need to be added again
Pedro Magalhães [Fri, 3 Aug 2018 16:30:03 +0000 (17:30 +0100)]
Fix #76700 - Methods with altered visibility need to be added again
Xinchen Hui [Tue, 7 Aug 2018 06:21:02 +0000 (14:21 +0800)]
Merge branch 'bug-76700' of https://github.com/pmmaga/php-src
* 'bug-76700' of https://github.com/pmmaga/php-src:
Fix #76700 - Methods with altered visibility need to be added again
Xinchen Hui [Tue, 7 Aug 2018 04:36:48 +0000 (12:36 +0800)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fixed bug #76713 (Segmentation fault caused by property corruption)
Xinchen Hui [Tue, 7 Aug 2018 04:36:36 +0000 (12:36 +0800)]
Fixed bug #76713 (Segmentation fault caused by property corruption)
Anatol Belski [Mon, 6 Aug 2018 20:44:32 +0000 (22:44 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix stack underflow in phar
Anatol Belski [Mon, 6 Aug 2018 20:35:11 +0000 (22:35 +0200)]
Fix stack underflow in phar
The checks can issue reads below and above the temporary buffer. A read
itself doesn't seem dangerous, but the condition result can be
arbitrary. Such reads have to be avoided. Likely this patch should be
backported.
Anatol Belski [Mon, 6 Aug 2018 12:29:06 +0000 (14:29 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Update libmagic.patch [ci skip]
Anatol Belski [Mon, 6 Aug 2018 12:28:32 +0000 (14:28 +0200)]
Update libmagic.patch [ci skip]
Christoph M. Becker [Mon, 6 Aug 2018 11:31:37 +0000 (13:31 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Extended class naming rule
Richard Fussenegger [Sat, 3 Jun 2017 11:32:48 +0000 (13:32 +0200)]
[ci skip] Extended class naming rule
Peter Kokot [Mon, 6 Aug 2018 07:43:14 +0000 (09:43 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:43:03 +0000 (09:43 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:42:42 +0000 (09:42 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:42:32 +0000 (09:42 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:41:54 +0000 (09:41 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:41:38 +0000 (09:41 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:40:06 +0000 (09:40 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix bug #76709: Minimal required zlib library is 1.2.0.4
Peter Kokot [Mon, 6 Aug 2018 07:39:52 +0000 (09:39 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug #76709: Minimal required zlib library is 1.2.0.4
Peter Kokot [Mon, 6 Aug 2018 07:39:33 +0000 (09:39 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix bug #76709: Minimal required zlib library is 1.2.0.4
Peter Kokot [Mon, 6 Aug 2018 07:37:16 +0000 (09:37 +0200)]
Fix bug #76709: Minimal required zlib library is 1.2.0.4
The minimal required version of zlib system library is 1.2.0.4 instead
of 1.0.9 as reported in the ./configure --help.
Peter Kokot [Mon, 6 Aug 2018 04:20:22 +0000 (06:20 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:20:08 +0000 (06:20 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:19:45 +0000 (06:19 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:19:33 +0000 (06:19 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:17:59 +0000 (06:17 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:17:45 +0000 (06:17 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:16:25 +0000 (06:16 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix bug #65988: Zlib version check fails
Peter Kokot [Mon, 6 Aug 2018 04:16:07 +0000 (06:16 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug #65988: Zlib version check fails
Peter Kokot [Mon, 6 Aug 2018 04:15:51 +0000 (06:15 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix bug #65988: Zlib version check fails
Jay Bonci [Mon, 6 Aug 2018 04:14:11 +0000 (06:14 +0200)]
Fix bug #65988: Zlib version check fails
When an 'include/zlib/' style dir is passed to --with-zlib configure
option the zlib version check fails.
Peter Kokot [Sun, 5 Aug 2018 23:45:01 +0000 (01:45 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:44:49 +0000 (01:44 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:44:37 +0000 (01:44 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:44:07 +0000 (01:44 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:43:37 +0000 (01:43 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:39:07 +0000 (01:39 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix bug #72443: Generate enabled extension
Peter Kokot [Sun, 5 Aug 2018 23:34:31 +0000 (01:34 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug #72443: Generate enabled extension
Peter Kokot [Sun, 5 Aug 2018 23:28:39 +0000 (01:28 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix bug #72443: Generate enabled extension
Peter Kokot [Sun, 5 Aug 2018 23:22:17 +0000 (01:22 +0200)]
Fix bug #72443: Generate enabled extension
The PHP extension generator script now generates enabled extension with
less required steps for using the newly generated files.
Gabriel Caruso [Sun, 5 Aug 2018 23:18:02 +0000 (20:18 -0300)]
Remove unecessaries percent signs
Gabriel Caruso [Sun, 5 Aug 2018 21:24:08 +0000 (18:24 -0300)]
Fix SKIPIF conditions for online tests
Add when necessary, as well remove when not
Christoph M. Becker [Sun, 5 Aug 2018 21:12:58 +0000 (23:12 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Fix UPGRADING
Christoph M. Becker [Sun, 5 Aug 2018 21:12:29 +0000 (23:12 +0200)]
[ci skip] Fix UPGRADING
The “Allow a trailing comma in function calls” RFC has not been
mentioned there, yet.
Jakub Zelenka [Sun, 5 Aug 2018 19:37:46 +0000 (20:37 +0100)]
Merge branch 'PHP-7.3'
David Carlier [Mon, 30 Jul 2018 08:43:00 +0000 (09:43 +0100)]
fpm process name, FreeBSD 12.x using new setproctitle_fast
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