trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
|||
<p>The php package has been updated to <a href="https://www.php.net/releases/8.0/en.php">version 8.0</a>. Please refer to
|
||||
the upstream <a href="https://www.php.net/manual/en/migration80.php">migration guide</a>. As some applications are not
|
||||
compatible with PHP 8 yet we provide a <a href="https://archlinux.org/packages/extra/x86_64/php7/">php7</a> package which can be
|
||||
installed alongside version 8. Packages that depend on PHP reflect
|
||||
this update and will require php7 if needed. You might need to update
|
||||
your configuration accordingly. PHP 7 binaries and configuration have
|
||||
the "7" suffix:</p>
|
||||
<ul>
|
||||
<li>/usr/bin/php -> /usr/bin/php7</li>
|
||||
<li>/etc/php -> /etc/php7</li>
|
||||
<li>/usr/bin/php-fpm -> /usr/bin/php-fpm7</li>
|
||||
<li>/usr/lib/systemd/system/php-fpm.service -> /usr/lib/systemd/system/php-fpm7.service</li>
|
||||
<li>/run/php-fpm -> /run/php-fpm7</li>
|
||||
</ul>
|
||||
<p>We also provide third party modules compiled for PHP 7:</p>
|
||||
<ul>
|
||||
<li><a href="https://archlinux.org/packages/extra/x86_64/php7-apcu/">php7-apcu</a></li>
|
||||
<li><a href="https://archlinux.org/packages/community/x86_64/php7-geoip/">php7-geoip</a></li>
|
||||
<li><a href="https://archlinux.org/packages/community/x86_64/php7-grpc/">php7-grpc</a></li>
|
||||
<li><a href="https://archlinux.org/packages/community/x86_64/php7-igbinary/">php7-igbinary</a></li>
|
||||
<li><a href="https://archlinux.org/packages/community/x86_64/php7-imagick/">php7-imagick</a></li>
|
||||
<li><a href="https://archlinux.org/packages/community/x86_64/php7-memcache/">php7-memcache</a></li>
|
||||
<li><a href="https://archlinux.org/packages/community/x86_64/php7-memcached/">php7-memcached</a></li>
|
||||
<li><a href="https://archlinux.org/packages/community/x86_64/php7-mongodb/">php7-mongodb</a></li>
|
||||
<li><a href="https://archlinux.org/packages/community/x86_64/php7-redis/">php7-redis</a></li>
|
||||
</ul>
|
||||
<p>Note that support for php7 will be <a href="https://www.php.net/supported-versions.php">limited</a> and likely be dropped in
|
||||
about a year depending on how soon the majority of applications
|
||||
will be compatible with version 8.</p>
|
Loading…
Add table
Add a link
Reference in a new issue