-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'php/master' into tests_psalm_phpstan_ph…
…pseclib
- Loading branch information
Showing
9,963 changed files
with
764,776 additions
and
694,164 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# The following volunteers have self-identified as subject matter experts | ||
# or interested parties over a particular area of the php-src source code. | ||
# While requesting a review from someone does not obligate that person to | ||
# review a pull request, these reviewers might have valuable knowledge of | ||
# the problem area and could aid in deciding whether a pull request is ready | ||
# for merging. | ||
# | ||
# When changing this file, please make sure to commit the changes to the | ||
# earliest supported PHP branch (PHP-X.Y) and not only to the master branch. | ||
# GitHub reads the CODEOWNERS file from the pull request's targeted branch. | ||
# Commit changes here similar to bug fixes: | ||
# https://github.com/php/php-src/blob/master/CONTRIBUTING.md#pull-requests | ||
# | ||
# For more information, see the GitHub CODEOWNERS documentation: | ||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
|
||
/.github @TimWolla | ||
/build/gen_stub.php @kocsismate | ||
/ext/bcmath @Girgias @nielsdos @SakiTakamachi | ||
/ext/curl @adoy | ||
/ext/date @derickr | ||
/ext/dba @Girgias | ||
/ext/dom @nielsdos | ||
/ext/ffi @dstogov | ||
/ext/gd @devnexen | ||
/ext/gettext @devnexen | ||
/ext/gmp @Girgias | ||
/ext/intl @devnexen | ||
/ext/json @bukka | ||
/ext/libxml @nielsdos | ||
/ext/mbstring @alexdowad @youkidearitai | ||
/ext/mysqlnd @SakiTakamachi | ||
/ext/odbc @NattyNarwhal | ||
/ext/opcache @dstogov | ||
/ext/openssl @bukka | ||
/ext/pcntl @devnexen | ||
/ext/pdo @SakiTakamachi | ||
/ext/pdo_dblib @SakiTakamachi | ||
/ext/pdo_firebird @SakiTakamachi | ||
/ext/pdo_mysql @SakiTakamachi | ||
/ext/pdo_odbc @NattyNarwhal @SakiTakamachi | ||
/ext/pdo_pgsql @devnexen @SakiTakamachi | ||
/ext/pdo_sqlite @SakiTakamachi | ||
/ext/pgsql @devnexen | ||
/ext/random @TimWolla @zeriyoshi | ||
/ext/session @Girgias | ||
/ext/simplexml @nielsdos | ||
/ext/soap @nielsdos | ||
/ext/sockets @devnexen | ||
/ext/spl @Girgias | ||
/ext/standard @bukka | ||
/ext/xml @nielsdos | ||
/ext/xmlreader @nielsdos | ||
/ext/xmlwriter @nielsdos | ||
/ext/xsl @nielsdos | ||
/main @bukka | ||
/sapi/fpm @bukka | ||
/Zend/Optimizer @dstogov | ||
/Zend/zend.* @dstogov | ||
/Zend/zend_alloc.* @dstogov | ||
/Zend/zend_API.* @dstogov | ||
/Zend/zend_call_stack.* @arnaud-lb | ||
/Zend/zend_closures.* @dstogov | ||
/Zend/zend_execute.* @dstogov | ||
/Zend/zend_execute_API.c @dstogov | ||
/Zend/zend_gc.* @dstogov @arnaud-lb | ||
/Zend/zend_hash.* @dstogov | ||
/Zend/zend_inheritance.* @dstogov | ||
/Zend/zend_max_execution_timer.* @arnaud-lb | ||
/Zend/zend_object_handlers.* @dstogov | ||
/Zend/zend_objects.* @dstogov | ||
/Zend/zend_objects_API.* @dstogov | ||
/Zend/zend_opcode.* @dstogov | ||
/Zend/zend_string.* @dstogov | ||
/Zend/zend_type*.h @dstogov | ||
/Zend/zend_variables.* @dstogov | ||
/Zend/zend_vm* @dstogov | ||
*.stub.php @kocsismate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
name: apk | ||
runs: | ||
using: composite | ||
steps: | ||
- shell: sh | ||
run: | | ||
set -x | ||
apk update -q | ||
apk add \ | ||
util-linux \ | ||
bash \ | ||
sudo \ | ||
build-base \ | ||
autoconf \ | ||
unzip \ | ||
tar \ | ||
bison \ | ||
re2c \ | ||
pkgconf \ | ||
mysql-client \ | ||
bzip2-dev \ | ||
curl-dev \ | ||
freetype-dev \ | ||
gettext-dev \ | ||
gnu-libiconv-dev \ | ||
gmp-dev \ | ||
icu-dev \ | ||
icu-data-full \ | ||
jpeg-dev \ | ||
libffi-dev \ | ||
libpng-dev \ | ||
libsodium-dev \ | ||
libwebp-dev \ | ||
libxml2-dev \ | ||
libxpm-dev \ | ||
libxslt-dev \ | ||
libzip-dev \ | ||
oniguruma-dev \ | ||
openssl-dev \ | ||
readline-dev \ | ||
sqlite-dev \ | ||
tidyhtml-dev \ | ||
gdbm-dev \ | ||
lmdb-dev \ | ||
argon2-dev \ | ||
enchant2-dev \ | ||
freetds-dev \ | ||
imap-dev \ | ||
net-snmp-dev \ | ||
openldap-dev \ | ||
unixodbc-dev \ | ||
postgresql14-dev \ | ||
tzdata \ | ||
musl-locales \ | ||
musl-locales-lang |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.