]>
granicus.if.org Git - php/log
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
Jakub Zelenka [Sun, 5 Aug 2018 17:19:00 +0000 (18:19 +0100)]
Fix FPM logging when log pipe is closed
Peter Kokot [Sun, 5 Aug 2018 18:38:08 +0000 (20:38 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:37:51 +0000 (20:37 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:37:21 +0000 (20:37 +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 18:36:59 +0000 (20:36 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:36:33 +0000 (20:36 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:35:23 +0000 (20:35 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:32:27 +0000 (20:32 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fixed incorrect restoring of LDFLAGS
Peter Kokot [Sun, 5 Aug 2018 18:32:05 +0000 (20:32 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fixed incorrect restoring of LDFLAGS
Peter Kokot [Sun, 5 Aug 2018 18:27:33 +0000 (20:27 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed incorrect restoring of LDFLAGS
sji [Thu, 12 Jul 2018 13:23:47 +0000 (22:23 +0900)]
Fixed incorrect restoring of LDFLAGS
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
Jakub Zelenka [Sun, 5 Aug 2018 17:19:00 +0000 (18:19 +0100)]
Fix FPM logging when log pipe is closed
Gabriel Caruso [Sun, 5 Aug 2018 08:05:11 +0000 (05:05 -0300)]
Make test run on non debug builds
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
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.
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
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.
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
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.
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
Anatol Belski [Sat, 4 Aug 2018 14:56:08 +0000 (16:56 +0200)]
Fix possible stack buffer overflow
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
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
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.
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
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
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
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.
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
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
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
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.
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
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.
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
Peter Kokot [Sat, 4 Aug 2018 04:41:34 +0000 (06:41 +0200)]
[ci skip] Update NEWS
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
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
Peter Kokot [Sat, 4 Aug 2018 04:40:31 +0000 (06:40 +0200)]
[ci skip] Update NEWS
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
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
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
Peter Kokot [Sat, 4 Aug 2018 04:39:19 +0000 (06:39 +0200)]
[ci skip] Update NEWS
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
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
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
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
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
Anatol Belski [Fri, 3 Aug 2018 12:10:37 +0000 (14:10 +0200)]
Remove asan incompatible options
Anatol Belski [Fri, 3 Aug 2018 10:35:32 +0000 (12:35 +0200)]
Use inliner cache also for non ext/sapi sources
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
Christoph M. Becker [Fri, 3 Aug 2018 08:52:31 +0000 (10:52 +0200)]
Update UPGRADING.INTERNALS wrt. Same Site Cookies
Anatol Belski [Fri, 3 Aug 2018 08:19:43 +0000 (10:19 +0200)]
Missing piece for the inliner cache
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]
Anatol Belski [Fri, 3 Aug 2018 05:49:29 +0000 (07:49 +0200)]
Update maintainer info [skip ci]
Anatol Belski [Fri, 3 Aug 2018 05:12:13 +0000 (07:12 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Improve cleanup
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
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
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.
Gabriel Caruso [Fri, 3 Aug 2018 03:13:01 +0000 (00:13 -0300)]
Remove superfluous checks of always available functions
Anatol Belski [Thu, 2 Aug 2018 19:41:07 +0000 (21:41 +0200)]
Merge branch 'PHP-7.3'
* 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
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
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
Anatol Belski [Thu, 2 Aug 2018 16:59:34 +0000 (18:59 +0200)]
Fix callbacks
The signatures wasn't synced in 7.0
Anatol Belski [Thu, 2 Aug 2018 16:29:33 +0000 (18:29 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Cleanup unused items
Anatol Belski [Thu, 2 Aug 2018 16:28:18 +0000 (18:28 +0200)]
Cleanup unused items
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
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
Sara Golemon [Thu, 2 Aug 2018 15:21:40 +0000 (11:21 -0400)]
Roll NEWS for 7.2.10
Anatol Belski [Thu, 2 Aug 2018 09:12:32 +0000 (11:12 +0200)]
Enable inline reader cache
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
Michael Moravec [Thu, 2 Aug 2018 11:38:56 +0000 (13:38 +0200)]
[ci skip] Fix wrong dash character in UPGRADING
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
Gabriel Caruso [Thu, 2 Aug 2018 02:14:56 +0000 (23:14 -0300)]
Make test run on non zts builds
Gabriel Caruso [Thu, 2 Aug 2018 01:39:00 +0000 (22:39 -0300)]
Remove invalid SKIPIF sections
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
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.
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
Anatol Belski [Wed, 1 Aug 2018 16:18:37 +0000 (18:18 +0200)]
Suppress more irrelevant clang warnings
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 >
Anatol Belski [Wed, 1 Aug 2018 14:45:39 +0000 (16:45 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Unused var
Xinchen Hui [Wed, 1 Aug 2018 06:49:06 +0000 (14:49 +0800)]
Unused var
Anatol Belski [Wed, 1 Aug 2018 14:24:07 +0000 (16:24 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix 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.
Xinchen Hui [Wed, 1 Aug 2018 06:49:06 +0000 (14:49 +0800)]
Unused var
Stanislav Malyshev [Wed, 1 Aug 2018 05:40:21 +0000 (22:40 -0700)]
[ci skip] Typo
Stanislav Malyshev [Tue, 31 Jul 2018 19:44:51 +0000 (12:44 -0700)]
[ci skip] Ugh, whitespace