1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Commit Graph

108316 Commits

Author SHA1 Message Date
Peter Kokot
f98a08f9c1 Merge branch 'PHP-7.3'
* PHP-7.3:
  [ci skip] Update NEWS
  [ci skip] Update NEWS
  [ci skip] Update NEWS
2018-08-05 20:38:08 +02:00
Peter Kokot
1012416a1c [ci skip] Update NEWS 2018-08-05 20:37:51 +02:00
Peter Kokot
f9c8a003dc Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  [ci skip] Update NEWS
  [ci skip] Update NEWS
2018-08-05 20:37:21 +02:00
Peter Kokot
6680d5f875 [ci skip] Update NEWS 2018-08-05 20:36:59 +02:00
Peter Kokot
b9c3c1441a Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  [ci skip] Update NEWS
2018-08-05 20:36:33 +02:00
Peter Kokot
169a98319a [ci skip] Update NEWS 2018-08-05 20:35:23 +02:00
Peter Kokot
938791398d Merge branch 'PHP-7.3'
* PHP-7.3:
  Fixed incorrect restoring of LDFLAGS
2018-08-05 20:32:27 +02:00
Peter Kokot
024232e94d Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  Fixed incorrect restoring of LDFLAGS
2018-08-05 20:32:05 +02:00
Peter Kokot
8d91e82871 Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  Fixed incorrect restoring of LDFLAGS
2018-08-05 20:27:33 +02:00
sji
0f557756dd Fixed incorrect restoring of LDFLAGS 2018-08-05 20:26:40 +02:00
Jakub Zelenka
e942663a09 Use php_openlog instead of openlog in FPM
Fix incorrect port in the previous commit
2018-08-05 18:21:52 +01:00
Jakub Zelenka
2a67d62395 Fix FPM logging when log pipe is closed 2018-08-05 18:19:00 +01:00
Gabriel Caruso
37245e63ca Make test run on non debug builds 2018-08-05 05:05:11 -03:00
Christoph M. Becker
61e1798c8e Merge branch 'PHP-7.3'
* PHP-7.3:
  Add missing skip conditions
2018-08-05 00:13:40 +02:00
Christoph M. Becker
a003af5b62 Add missing skip conditions
mbstring can be built without mbregex support, in which case these
tests would fail.  Thus we add respective skip conditions.
2018-08-05 00:01:35 +02:00
Christoph M. Becker
2fec8b1bed Merge branch 'PHP-7.3'
* PHP-7.3:
  Fix #76706: mbstring.http_output_conv_mimetypes is ignored
2018-08-04 23:24:20 +02:00
Christoph M. Becker
70ecb6e50b 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.
2018-08-04 23:24:04 +02:00
Peter Kokot
a0970bbbab Merge branch 'PHP-7.3'
* PHP-7.3:
  Remove outdated comment with PEAR xmlrpc dependency
2018-08-04 18:23:25 +02:00
Peter Kokot
99020cc085 Remove outdated comment with PEAR xmlrpc dependency
The xmlrpc extension is not required to install PEAR anymore.
2018-08-04 18:22:08 +02:00
Anatol Belski
a66c1c41ad Merge branch 'PHP-7.3'
* PHP-7.3:
  Fix possible stack buffer overflow
2018-08-04 16:56:49 +02:00
Anatol Belski
e1af7a794a Fix possible stack buffer overflow 2018-08-04 16:56:08 +02:00
Peter Kokot
50352b356b Merge branch 'PHP-7.3'
* PHP-7.3:
  [ci skip] Update NEWS
2018-08-04 16:21:04 +02:00
Peter Kokot
655658bbfa Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  [ci skip] Update NEWS
2018-08-04 16:20:52 +02:00
Peter Kokot
827abb843f [ci skip] Update NEWS
Bug fix #76595 has been done after the 7.2.9RC1 release and should go
to appropriate NEWS location then.
2018-08-04 16:19:47 +02:00
Peter Kokot
7518866519 Merge branch 'PHP-7.3'
* PHP-7.3:
  [ci skip] Update NEWS
2018-08-04 16:18:42 +02:00
Peter Kokot
889df3087b Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  [ci skip] Update NEWS
2018-08-04 16:18:10 +02:00
Peter Kokot
18db1ce211 Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  [ci skip] Update NEWS
2018-08-04 16:17:26 +02:00
Peter Kokot
fd0fc20d35 [ci skip] Update NEWS
Bug fix #76595 has been done after RC release and should go to
appropriate NEWS location then.
2018-08-04 16:16:07 +02:00
Christoph M. Becker
e529587a65 Merge branch 'PHP-7.3'
* PHP-7.3:
  Fix #76704: mb_detect_order return value varies based on argument type
2018-08-04 14:04:55 +02:00
Christoph M. Becker
5dc74d9e70 Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  Fix #76704: mb_detect_order return value varies based on argument type
2018-08-04 13:50:48 +02:00
Christoph M. Becker
88c57c7ee2 Merge branch 'PHP-7.3'
* PHP-7.3:
  [ci skip] Fix NEWS
2018-08-04 13:46:50 +02:00
Christoph M. Becker
81ebe930f3 [ci skip] Fix NEWS
beta1 has already been released, but does not contain the fix for bug
76595.
2018-08-04 13:46:32 +02:00
Christoph M. Becker
db8bcdba80 Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  Fix #76704: mb_detect_order return value varies based on argument type
2018-08-04 12:57:05 +02:00
Christoph M. Becker
c00f5e6531 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.
2018-08-04 12:51:57 +02:00
Peter Kokot
fa4bf48fba Merge branch 'PHP-7.3'
* PHP-7.3:
  [ci skip] Update NEWS
2018-08-04 06:41:44 +02:00
Peter Kokot
bb92808794 [ci skip] Update NEWS 2018-08-04 06:41:34 +02:00
Peter Kokot
cbd0daa7cd Merge branch 'PHP-7.3'
* PHP-7.3:
  [ci skip] Update NEWS
2018-08-04 06:40:54 +02:00
Peter Kokot
ad0f73cbfd Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  [ci skip] Update NEWS
2018-08-04 06:40:44 +02:00
Peter Kokot
ffae3fb25d [ci skip] Update NEWS 2018-08-04 06:40:31 +02:00
Peter Kokot
fc9d49ec4f Merge branch 'PHP-7.3'
* PHP-7.3:
  [ci skip] Update NEWS
2018-08-04 06:39:58 +02:00
Peter Kokot
7b2af47236 Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  [ci skip] Update NEWS
2018-08-04 06:39:46 +02:00
Peter Kokot
fa59dc550d Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  [ci skip] Update NEWS
2018-08-04 06:39:33 +02:00
Peter Kokot
b71a503844 [ci skip] Update NEWS 2018-08-04 06:39:19 +02:00
Peter Kokot
af96a372af Merge branch 'PHP-7.3'
* PHP-7.3:
  Fix bug 76595: Update phpdbg man page
2018-08-04 06:37:42 +02:00
Peter Kokot
0f57a7f259 Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  Fix bug 76595: Update phpdbg man page
2018-08-04 06:37:15 +02:00
Peter Kokot
9286681bac Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  Fix bug 76595: Update phpdbg man page
2018-08-04 06:35:40 +02:00
Kevin Abel
91996e7ee5 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
2018-08-04 06:34:40 +02:00
Anatol Belski
9652fc624a Merge branch 'PHP-7.3'
* PHP-7.3:
  Remove asan incompatible options
2018-08-03 14:11:18 +02:00
Anatol Belski
2ea7222440 Remove asan incompatible options 2018-08-03 14:10:37 +02:00
Anatol Belski
df5e09c5a8 Use inliner cache also for non ext/sapi sources 2018-08-03 12:36:19 +02:00