Commit graph

68 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
2e3d074485
lang/php81: Update version 8.1.30=>8.1.31
Changelog: https://www.php.net/ChangeLog-8.php#8.1.31
2024-11-23 15:26:54 +01:00
Muhammad Moinur Rahman
2f55b66e5f
lang/php81: Update version 8.1.29=>8.1.30
Changelog: https://www.php.net/ChangeLog-8.php#8.1.30
2024-09-28 23:32:26 +02:00
Muhammad Moinur Rahman
821186acad
lang/php81: Disable the libxml2 patches
Some patches were added for supporting libxml2 2.12 or newer however as
libxml2 itself has not yet been updated these patches are not compatible
with the previous versions and have runtime issues. These patches should
be added again after textproc/libxml2 has been updated to 2.12 or newer.

On the contrary if php81 has runtime issues even after the libxml2
updates and with these patches we might have to remove php81 earlier
than expected if there is no fix.

PR:		280775
Reported by:	freebsdbugs@filis.org
2024-08-21 21:34:16 +02:00
Muhammad Moinur Rahman
42db2c39e5
*/*php84*: Sunrise
Please DO NOT use this version in production, it is an early test
version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.4.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
2024-07-28 15:15:17 +02:00
Muhammad Moinur Rahman
0f438952da
lang/php81: Fix build with libxml 2.12 and newer
- Rename rc script to comply to the rc scripting recommendations [1]

PR: 280153, 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
2024-07-27 15:06:58 +02:00
Muhammad Moinur Rahman
4940c355d6
*/php81: Update version 8.1.28=>8.1.29
- Fix comment in rc files
- Make the rc script jail ready [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.1.29
Reported by:	netchile [1]
2024-06-07 17:15:39 +02:00
Muhammad Moinur Rahman
3ebf2b19f3
lang/php81: Extend EXPIRATION_DATE
As per the new RFC[1] the end of life of all current active PHP
versions has been extended by almost 1 year. Reflect the same in our
EXPIRATION_DATE based on the site[2].

1. https://wiki.php.net/rfc/release_cycle_update
2. https://www.php.net/supported-versions.php

Reported by:	andreas.elsner@pitcom.de
2024-05-29 20:31:51 +02:00
Muhammad Moinur Rahman
8a66b69ceb
lang/php81: Remove xmlrpc module
This module is no longer part of php but available as a PECL module
2024-05-12 01:23:10 +02:00
Muhammad Moinur Rahman
1d1273b22c
lang/php8*: Remove stale NOOP codes
json module is by default built into php and these module configs were
stale.
2024-05-03 00:29:01 +02:00
Muhammad Moinur Rahman
ad4faa6d3c
lang/php81: Update version 8.1.27=>8.1.28
Changelog: https://www.php.net/ChangeLog-8.php#8.1.28
2024-04-13 12:17:32 +02:00
Muhammad Moinur Rahman
747f0ed37d
*/php: Switch dependency of tidy
As tidy-lib has been deprecated switch the dependencies of php8*-tidy
to www/tidy-html5.
2024-03-24 19:23:25 +01:00
Johan Hendriks
e8d69259d8
lang/php81: Moved man to share/man
- Add profile support in php-fpm rc script for running multiple php
  master process
2024-01-27 17:26:52 +01:00
Muhammad Moinur Rahman
b7b07f48fa lang/php81: Mark DEPRECATED
- Upstream EOL reaches on 2024-11-25
See https://www.php.net/supported-versions.php for more information
- Set EXPIRATION_DATE 2024-11-26
2023-12-31 21:23:49 +01:00
Muhammad Moinur Rahman
bbab7f59e9 */*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
2023-12-31 01:37:05 +01:00
Muhammad Moinur Rahman
beced896ad lang/php80: Sunset 2023-12-31 01:06:40 +01:00
Muhammad Moinur Rahman
66f32c9dd2 lang/php81: Update version 8.1.26=>8.1.27
- Remove unnecesary patches from devel/php82-readline [1]

Changelog: https://www.php.net/ChangeLog-8.php#8.1.27

PR:             275795 [1]
Reported by:    x0r+freebsd@x0r.fr [1]
2023-12-22 02:24:36 +01:00
Muhammad Moinur Rahman
5acc30bdc2 lang/php81: Runtime fix
- php modules while build with system pcre fails to run when using
  apache httpd and mod_php. So OPTIONIZE and add as a non-DEFAULT
  option. However to my knowledge and experience I haven't faced this
  with nginx and php-fpm yet. [1]
- There is another corner case with apache httpd and mod_php when run
  on 13.2-RELEASE or newer specially on versions where ASLR is by default
  turned on. All modules specialy opcache crashes httpd. So add a
  warning message to advise users to move into php-fpm. [2]

Thanks to brnrd@ for the patch. [2]

PR:		275522 [1], 268318 [2]
Reported by: majo-bugs.freebsd.org@cerny.sk [1], zarychtam@plan-b.pwste.edu.pl [2]
2023-12-05 18:29:32 +01:00
Muhammad Moinur Rahman
06be0d5391 lang/php81: Update version 8.1.25=>8.1.26
- Switch to system pcre
- Switch to libenchant-2 for enchant extension
- Remove OPTIONS for using the deprecated cclient library for imap
  extension
- Switch to libedit for readline extension

Changelog: https://www.php.net/ChangeLog-8.php#8.1.26
2023-11-23 23:02:58 +01:00
Muhammad Moinur Rahman
1c46bdcf4f lang/php81: Update version 8.1.24=>8.1.25
Changelog: https://www.php.net/ChangeLog-8.php#8.1.25
2023-10-27 18:35:02 +02:00
Muhammad Moinur Rahman
693056b847 lang/php81: Update version 8.1.23=>8.1.24
Changelog: https://www.php.net/ChangeLog-8.php#8.1.24
2023-09-29 08:08:21 +02:00
Muhammad Moinur Rahman
c0626dd1a1 lang/php81: Update version 8.1.22=>8.1.23
Changelog: https://www.php.net/ChangeLog-8.php#8.1.23

Sponsored by:	Bounce Experts
2023-09-01 19:16:15 +02:00
Muhammad Moinur Rahman
34178286b8 lang/php81: Update version 8.1.21=>8.1.22
Changelog: https://www.php.net/ChangeLog-8.php#8.1.22
Sponsored by:	Bounce Experts
2023-08-06 23:49:31 +02:00
Daniel Engberg
664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00
Muhammad Moinur Rahman
5eac85f415 lang/php81: Update version 8.1.20=>8.1.21
Changelog: https://www.php.net/ChangeLog-8.php#8.1.21
Sponsored by:	Bounce Experts
2023-07-08 00:38:19 +02:00
Muhammad Moinur Rahman
95967c2077 */*php83*: Sunrise
Please DO NOT use this version in production, it is an early test
version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by:	Bounce Experts
2023-06-10 16:57:35 +02:00
Muhammad Moinur Rahman
5de17d00ea lang/php81: Update version 8.1.19=>8.1.20
Changelog: https://www.php.net/ChangeLog-8.php#8.1.20
Sponsored by:	Bounce Experts
2023-06-09 19:17:39 +02:00
Muhammad Moinur Rahman
405eece7ee lang/php81: Update version 8.1.18=>8.1.19
Changelog: https://www.php.net/ChangeLog-8.php#8.1.19

Sponsored by:	Bounce Experts
2023-05-13 21:45:14 +02:00
Muhammad Moinur Rahman
1ba4b37923 lang/php81: Update version 8.1.7=>8.1.8
Changelog: https://www.php.net/ChangeLog-8.php#8.1.18

Sponsored by:	Bounce Experts
2023-04-14 19:32:50 +02:00
Muhammad Moinur Rahman
318b1cc930 lang/php8[12]: Fix bulk build
PR:		266175
Reported by:	fluffy
Sponsored by:	Bounce Experts
2023-04-12 14:53:27 +02:00
Dima Panov
c89b6f2799 lang/php8[12]: Fix build on aarch64 with ZTS
- Refresh patches

PR:		266175
Reported by:	thresh@nginx.com
Sponsored by:	Bounce Experts
2023-04-12 07:39:13 +02:00
Muhammad Moinur Rahman
965685c2dc lang/php81: Update version 8.1.16=>8.1.17
Changelog: https://www.php.net/ChangeLog-8.php#8.1.17

Sponsored by:	Bounce Experts
2023-03-19 23:06:36 +01:00
Muhammad Moinur Rahman
0ccd5142b1 lang/php81: Fix fetch
Upstream has re-rolled the dist for this version. This only affects
lang/php81 and not other versions of php8*. For more details please see
the following:

https://news-web.php.net/php.announce/349

Just to be confirmed that noone is using an older version as the CDN
caches might still hold the older versions bumping the PORTREVISION.

Sponsored by:	Bounce Experts
2023-02-15 17:31:05 -06:00
Muhammad Moinur Rahman
42ceff533e lang/php81: Update version 8.1.15=>8.1.16
Changelog: https://www.php.net/ChangeLog-8.php#8.1.16
Sponsored by:	Bounce Experts
2023-02-15 11:30:48 -06:00
Muhammad Moinur Rahman
6e1233be22 Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
2023-02-08 04:53:56 -06:00
Muhammad Moinur Rahman
92d331fc8c lang/php81: Update version 8.1.14=>8.1.15
Changelog: https://www.php.net/ChangeLog-8.php#8.1.15
MFH:		2023Q1
Sponsored by:	Bounce Experts
2023-02-07 20:58:20 +01:00
Muhammad Moinur Rahman
8ea662c5f7 www/mod_php8*: Fix build
USES=apache must be called before bsd.pre.port.mk however this was
overridden using an include clause. During my previous commit on
refactoring apache.mk these include blocks were deleted which causes
failure to the build of these port as USES=apache in preport.mk is never
called. This commit changes and refactors the code.

Fixes: 40843b1 Mk/Uses/apache.mk: Refactor after removal of older versions
2023-01-25 15:13:29 -06:00
Muhammad Moinur Rahman
40843b1ccb Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
2023-01-25 11:54:07 -06:00
Muhammad Moinur Rahman
506592ec60 lang/php81: Update version 8.1.13=>8.1.14
MFH:            2023Q1
Relnotes:       https://www.php.net/ChangeLog-8.php#8.1.14
Sponsored by:   Bounce Experts
2023-01-09 18:07:49 -06:00
Muhammad Moinur Rahman
0b811a20f7 */*php*: Final cleanup for php74
Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-25 13:45:09 -06:00
Muhammad Moinur Rahman
d2dcb06cbd lang/php81: Update version 8.1.12=>8.1.13
* CLI:
  - Fixed bug GH-9709 (Null pointer dereference with -w/-s options).
* Core:
  - Fixed bug GH-9752 (Generator crashes when interrupted during
    argument evaluation with extra named params).
  - Fixed bug GH-9801 (Generator crashes when memory limit is exceeded
    during initialization).
  - Fixed potential NULL pointer dereference Windows shm*() functions.
  - Fixed bug GH-9750 (Generator memory leak when interrupted during
    argument evaluation.
* Date:
  - Fixed bug GH-9763 (DateTimeZone ctr mishandles input and adds null
    byte if the argument is an offset larger than 100*60 minutes).
* FPM:
  - Fixed bug GH-9754 (SaltStack (using Python subprocess) hangs when
    running php-fpm 8.1.11).
* mysqli:
  - Fixed bug GH-9841 (mysqli_query throws warning despite using
    silenced error mode).
* MySQLnd:
  - Fixed potential heap corruption due to alignment mismatch.
* OpenSSL:
  - Fixed bug GH-8430 (OpenSSL compiled with no-md2, no-md4 or no-rmd160
    does not build).
* SOAP:
  - Fixed GH-9720 (Null pointer dereference while serializing the
    response).

Relnotes:	https://www.php.net/ChangeLog-8.php#8.1.13
Sponsored by:	Bounce Experts
2022-11-25 06:38:27 -06:00
Muhammad Moinur Rahman
d6b8aa7a8f lang/php81: Update version 8.1.11=>8.1.12
* Core:
  - Fixes segfault with Fiber on FreeBSD i386 architecture.
* Fileinfo:
  - Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2
    files).
* GD:
  - Fixed bug #81739: OOB read due to insufficient input validation in
    imageloadfont(). (CVE-2022-31630)
* Hash:
  - Fixed bug #81738: buffer overflow in hash_update() on long parameter
    (CVE-2022-37454)
* MBString:
  - Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
    mb_encode_mimeheader).
* Opcache:
  - Added indirect call reduction for jit on x86 architectures.
* Session:
  - Fixed bug GH-9583 (session_create_id() fails with user defined save
    handler that doesn't have a validateId() method).
* Streams:
  - Fixed bug GH-9590 (stream_select does not abort upon exception or
    empty valid fd set).

MFH:		2022Q4
Relnotes:	https://www.php.net/ChangeLog-8.php#8.1.12
Sponsored by:	Bounce Experts
2022-10-29 14:49:48 -05:00
Muhammad Moinur Rahman
0101553ad6 lang/php81: Update version 8.1.10=>8.1.11
* Core:
  - Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
    (CVE-2022-31628)
  - Fixed bug #81727: Don't mangle HTTP variable names that clash with
    ones that have a specific semantic meaning. (CVE-2022-31629)
  - Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function) (Tim
Starling)
  - Fixed bug GH-9361 (Segmentation fault on script exit #9379).
  - Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and
    class constants in constant expressions).
* DOM:
  - Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double
    free).
* FPM:
  - Fixed bug GH-8885 (FPM access.log with stderr begins to write logs
    to error_log after daemon reload).
  - Fixed bug #77780 ("Headers already sent..." when previous connection
    was aborted).
* GMP:
  - Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is
    passed to gmp_init()).
* Intl:
  - Fixed bug GH-9421 (Incorrect argument number for ValueError in
    NumberFormatter).
* PCRE:
  - Fixed pcre.jit on Apple Silicon.
* PDO_PGSQL:
  - Fixed bug GH-9411 (PgSQL large object resource is incorrectly
    closed).
* Reflection:
  - Fixed bug GH-8932 (ReflectionFunction provides no way to get the
    called class of a Closure).
* Streams:
  - Fixed bug GH-9316 ($http_response_header is wrong for long status
    line).

Relnotes:	https://www.php.net/ChangeLog-8.php#PHP_8_1
Sponsored by:	Bounce Experts
2022-10-01 18:38:45 -05:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Muhammad Moinur Rahman
e4b9a07c53 lang/php81: Update version 8.1.9=>8.1.10
* Core:
  - Fixed --CGI-- support of run-tests.php.
  - Fixed incorrect double to long casting in latest clang.
  - Fixed bug GH-9266 (GC root buffer keeps growing when dtors are
  present).
 * Date:
  - Fixed bug GH-8730 (DateTime::diff miscalculation is same time zone
  of different type).
  - Fixed bug GH-8964 (DateTime object comparison after applying delta
  less than 1 second).
  - Fixed bug GH-9106: (DateInterval 1.5s added to DateTimeInterface is
  rounded down since PHP 8.1.0).
  - Fixed bug #81263 (Wrong result from DateTimeImmutable::diff).
* DBA:
  - Fixed LMDB driver memory leak on DB creation failure (Girgias)
  - Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile")
  segfaults) (cmb)
* IMAP:
  - Fixed bug GH-9309 (Segfault when connection is used after
  imap_close()).
* Intl:
  - Fixed IntlDateFormatter::formatObject() parameter type.
* MBString:
  - Fixed bug GH-9008 (mb_detect_encoding(): wrong results with null
  $encodings).
* OPcache:
  - Fixed bug GH-9033 (Loading blacklist file can fail due to negative
  length).
  - Fixed bug GH-9164 (Segfault in zend_accel_class_hash_copy).
* PDO_SQLite:
  - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values).
* SQLite3:
  - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values).
* Streams:
  - Fixed bug GH-8472 (The resource returned by stream_socket_accept may
  have incorrect metadata).
  - Fixed bug GH-8409 (SSL handshake timeout leaves persistent
  connections hanging).

Relnotes: https://www.php.net/ChangeLog-8.php#8.1.10
Sponsored by:	Bounce Experts
2022-09-03 07:36:53 -05:00
Muhammad Moinur Rahman
62f3962943 lang/php81: Update version 8.1.8=>8.1.9
CLI:
- Fixed potential overflow for the builtin server via the
  PHP_CLI_SERVER_WORKERS environment variable.
- Fixed GH-8952 (Intentionally closing std handles no longer possible).
Core:
- Fixed bug GH-8923 (error_log on Windows can hold the file write lock).
- Fixed bug GH-8995 (WeakMap object reference offset causing TypeError).
Date:
- Fixed bug #80047 (DatePeriod doesn't warn with custom
  DateTimeImmutable).
FPM:
- Fixed zlog message prepend, free on incorrect address.
- Fixed possible double free on configuration loading failure. (Heiko
  Weber).
GD:
- Fixed bug GH-8848 (imagecopyresized() error refers to the wrong
  argument).
Intl:
- Fixed build for ICU 69.x and onwards.
OPcache:
- Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php
  syntax of a valid file).
- Fixed bug GH-8030 (Segfault with JIT and large match/switch
  statements).
Reflection:
- Fixed bug GH-8943 (Fixed Reflection::getModifierNames() with readonly
  modifier).
Standard:
- Fixed the crypt_sha256/512 api build with clang > 12.
- Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David
  Carlier).
- Fixed bug GH-9017 (php_stream_sock_open_from_socket could return
  NULL).

Relnotes:	https://www.php.net/ChangeLog-8.php#8.1.9
Sponsored by:	Bounce Experts
2022-08-06 16:57:23 -05:00
Muhammad Moinur Rahman
6f77116de7 lang/php81: Fix conditional post-patch
Reported by:	sunpoet
Fixes:          0f0109c Update version 8.1.7=>8.1.8
Sponsored by:	Bounce Experts
2022-07-09 21:45:47 -05:00
Muhammad Moinur Rahman
0f0109c551 lang/php81: Update version 8.1.7=>8.1.8
- Add STRIP_CMD for some binaries and libs [1]

Reported by:	sunpoet [1]
Relnotes: https://www.php.net/ChangeLog-8.php#8.1.8
Sponsored by:	Bounce Experts
2022-07-08 21:41:15 -05:00
Muhammad Moinur Rahman
cc0881bd31 lang/php81: Update version 8.1.6=>8.1.7
- CLI:
  * Fixed bug #8575 (CLI closes standard streams too early).
- Date:
  * Fixed bug #51934 (strtotime plurals / incorrect time).
  * Fixed bug #51987 (Datetime fails to parse an ISO 8601 ordinal date
    (extended format)).
  * Fixed bug #66019 (DateTime object does not support short ISO 8601
    time format - YYYY-MM-DDTHH)
  * Fixed bug #68549 (Timezones and offsets are not properly used when
    working with dates)
  * Fixed bug #81565 (date parsing fails when provided with timezones
    including seconds).
  * Fixed bug #7758 (Problems with negative timestamps and fractions).
- FPM:
  * Fixed ACL build check on MacOS.
  * Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502
- mysqlnd:
  * Fixed bug #81719: mysqlnd/pdo password buffer overflow.
    (CVE-2022-31626)
- OPcache:
  * Fixed bug #8461 (tracing JIT crash after function/method change).
- OpenSSL:
  * Fixed bug #79589 (error:14095126:SSL routines:ssl3_read_n:unexpected
    eof while reading).
- Pcntl:
  * Fixed Haiku build.
- pgsql:
  * Fixed bug #81720: Uninitialized array in pg_query_params().
    (CVE-2022-31625)
- Soap:
  * Fixed bug #8578 (Error on wrong parameter on SoapHeader constructor)
  * Fixed bug #8538 (SoapClient may strip parts of nmtokens).
- SPL:
  * Fixed bug #8235 (iterator_count() may run indefinitely).
- Standard:
  * Fixed bug #8185 (Crash during unloading of extension after dl() in
    ZTS).
- Zip:
  * Fixed type for index in ZipArchive::replaceFile.

Relnotes: https://www.php.net/ChangeLog-8.php#8.1.7
Sponsored by:	Bounce Experts
2022-06-10 09:25:57 -05:00
Muhammad Moinur Rahman
1a48e8a9f6 lang/php81: Fix REINPLACE_CMD
After the alst upgrade to 8.1.6 the post-patch directive on php.ini-*
are no longer required.

Reported by:	sunpoet
Sponsored by:	Bounce Experts
2022-05-21 16:10:27 -05:00