aboutsummaryrefslogtreecommitdiff
path: root/lang/php82
Commit message (Collapse)AuthorAgeFilesLines
* databases/lmdb0: Add port for LMDB 0.9.x legacy ABIXin LI2026-07-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LMDB 1.0 introduced an incompatible on-disk format change and subtle API breakage: applications that compiled cleanly against 1.0 headers could fail silently at run time. Known affected ports include dns/knot3, mail/bogofilter, and mail/postfix; the postfix issue has been confirmed upstream. Linux distributions such as Arch Linux have observed the same breakage. Samba can also be affected in certain configurations. Because the regression is not detectable in an -exp build run -- the postfix failure only manifests at run time, and bogofilter was caught only because post-build self-tests happen to exercise this path -- we cannot rely on package builds to validate the 1.0 upgrade. This commit introduces databases/lmdb0 as a holding port for the 0.9.35 release, pinned to the 0.x branch with PORTSCOUT=limit:^0. and mutually conflicting with databases/lmdb, which retains 1.0. The two packages cannot be installed simultaneously, but having lmdb0 available means: * Ports known to require the 0.9 ABI can declare an explicit dependency on databases/lmdb0 until they are validated against 1.0. * Users with existing databases in the 0.9 format can still access the mdb_dump and mdb_load utilities to migrate data before upgrading. * The package conflict prevents accidental mixing. All 50 direct dependents of databases/lmdb are redirected to databases/lmdb0 for now with a PORTREVISION bump, effectively restoring the tree to the state prior to the LMDB 1.0 update. Once all dependent ports are validated against LMDB 1.0, they will be moved back to databases/lmdb and databases/lmdb0 will be removed. PR: ports/296530
* */*php86*: SunriseMuhammad Moinur Rahman2026-07-041-1/+1
| | | | | | | | | 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.6.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
* lang/php82: Update version 8.2.31=>8.2.32Muhammad Moinur Rahman2026-07-042-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.32
* lang/php82: Mark DEPRECATEDMuhammad Moinur Rahman2026-06-071-0/+3
| | | | | | - Upstream EOL reaches on 2026-12-31 See https://www.php.net/supported-versions.php for more information - Set EXPIRATION_DATE 2026-12-31
* lang/php82: Update version 8.2.30=>8.2.31Muhammad Moinur Rahman2026-05-132-4/+4
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.31 MFH: 2026Q2
* all: drop support for FreeBSD 13, mips and risc64sfRene Ladan2026-05-071-3/+0
| | | | | | | | | | | | | | | | | | | | | | Reviewed by: many (*) Differential Revision: https://reviews.freebsd.org/D55624 Differential Revision: https://reviews.freebsd.org/D55642 (merged in from bofh) many (*) acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka nobutaka pkubaj se tagattie thj Anton Saietskii GenericRikka Gert Doering Jan Bramkamp Oleh Hushchenkov Oleksandr Kryvulia Ralf van der Enden Yamagi desktop kde python tcltk office
* */*php81*: SunsetMuhammad Moinur Rahman2025-12-311-1/+1
|
* lang/php82: Update version 8.2.29=>8.2.30Muhammad Moinur Rahman2025-12-202-4/+4
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.30 MFH: 2025Q4
* lang/php82: Update version 8.2.28=>8.2.29Muhammad Moinur Rahman2025-07-032-5/+5
| | | | | | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.29 Security: CVE-2025-1220 Security: CVE-2025-1735 Security: CVE-2025-6491 MFH: 2025Q3
* */*php85*: SunriseMuhammad Moinur Rahman2025-07-021-1/+1
| | | | | | | | | | 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.5.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.5.0alpha1/NEWS
* libxml2: chase libxml soversion bumpBaptiste Daroussin2025-06-301-1/+1
|
* lang/php82: Cosmetic changes in rcMuhammad Moinur Rahman2025-03-231-3/+3
| | | | - Fix comments in rc
* lang/php82: Update version 8.2.27=>8.2.28Muhammad Moinur Rahman2025-03-143-6/+6
| | | | | | | | | - Make rc script prefix safe for profiles [1] Changelog: https://www.php.net/ChangeLog-8.php#8.2.28 PR: 284468 [1] Co-authored-by: Andrew Fyfe <andrew@neptune-one.net>
* */*: Bump consumers of devel/icuDaniel Engberg2025-02-141-1/+1
| | | | ...to avoid library mismatches
* lang/php82: Update version 8.2.26=>8.2.27Muhammad Moinur Rahman2024-12-212-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.27
* lang/php82: Update version 8.2.25=>8.2.26Muhammad Moinur Rahman2024-11-232-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.26
* lang/php82: Update version 8.2.24=>8.2.25Muhammad Moinur Rahman2024-10-252-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.25
* lang/php82: Update version 8.2.23=>8.2.24Muhammad Moinur Rahman2024-09-282-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.24
* lang/php82: Update version 8.2.22=>8.2.23Muhammad Moinur Rahman2024-08-303-8/+8
| | | | | | | | | - Rename rc script to comply to the rc scripting recommendations [1] Changelog: https://www.php.net/ChangeLog-8.php#8.2.23 PR: 280134 [1] Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org>
* lang/php82: Update version 8.2.21=>8.2.22Muhammad Moinur Rahman2024-08-015-58/+4
| | | | Changelog: https://www.php.net/archive/2024.php#2024-08-01-2
* */*php84*: SunriseMuhammad Moinur Rahman2024-07-281-1/+1
| | | | | | | | | | 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
* lang/php82: Update version 8.2.20=>8.2.21Muhammad Moinur Rahman2024-07-283-13/+49
| | | | | | | | | - Add profile support in php-fpm rc script for running multiple php master process - Make the rc script jail ready [1] Changelog: https://www.php.net/ChangeLog-8.php#8.2.21 Reported by: netchild [1]
* */php82: Update version 8.2.19=>8.2.20Muhammad Moinur Rahman2024-06-072-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.20
* lang/php82: Update version 8.2.18=>8.2.19Muhammad Moinur Rahman2024-05-112-24/+12
| | | | Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_2
* lang/php8*: Remove stale NOOP codesMuhammad Moinur Rahman2024-05-021-5/+0
| | | | | json module is by default built into php and these module configs were stale.
* lang/php82: Update version 8.2.17=>8.2.18Muhammad Moinur Rahman2024-04-122-25/+22
| | | | Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_2
* */php: Switch dependency of tidyMuhammad Moinur Rahman2024-03-241-1/+1
| | | | | As tidy-lib has been deprecated switch the dependencies of php8*-tidy to www/tidy-html5.
* lang/php82: Update version 8.2.16=>8.2.17Muhammad Moinur Rahman2024-03-152-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.17
* lang/php82: Update version 8.2.15=>8.2.16Muhammad Moinur Rahman2024-02-162-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.16
* lang/php82: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-211-1/+1
| | | | Approved by: portmgr (blanket)
* lang/php82: Fix buildMuhammad Moinur Rahman2024-01-181-2/+2
| | | | PR: fluffy
* lang/php82: Update version 8.2.14=>8.2.15Muhammad Moinur Rahman2024-01-187-12/+67
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.15
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-3/+0
| | | | | | | | | | | | | | | | | | | | | - 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
* lang/php80: SunsetMuhammad Moinur Rahman2023-12-311-1/+1
|
* lang/php82: Update version 8.2.13=>8.2.14Muhammad Moinur Rahman2023-12-226-21/+37
| | | | | | | | | | | | | | | | | - 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] - Remove unnecesary patches from devel/php82-readline [3] Changelog: https://www.php.net/ChangeLog-8.php#8.2.14 PR: 275522 [1], 268318 [2], 275795 [3] Reported by: majo-bugs.freebsd.org@cerny.sk [1], zarychtam@plan-b.pwste.edu.pl [2], x0r+freebsd@x0r.fr [3]
* lang/php82: Update version 8.2.12=>8.2.13Muhammad Moinur Rahman2023-11-233-38/+20
| | | | | | | | | | | | - Switch to system pcre - Switch to libenchant-2 for enchant extension - Remove OPTIONS for using the deprecated cclient library for imap extension - mysqli no longer supports building with external mysql libraries so remove the options for MYSQLND - Switch to libedit for readline extension Changelog: https://www.php.net/ChangeLog-8.php#8.2.13
* lang/php82: Update version 8.2.11=>8.2.12Muhammad Moinur Rahman2023-10-272-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.12
* lang/php82: Update version 8.2.10=>8.2.11Muhammad Moinur Rahman2023-09-292-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.11
* lang/php82: Update version 8.2.9=>8.2.10Muhammad Moinur Rahman2023-09-012-4/+4
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.10 Sponsored by: Bounce Experts
* lang/php82: Update version 8.2.8=>8.2.9Muhammad Moinur Rahman2023-08-172-5/+5
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.9 Sponsored by: Bounce Experts
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-1/+1
| | | | New major version 3.0.0
* lang/php82: Update version 8.2.7=>8.2.8Muhammad Moinur Rahman2023-07-072-4/+4
| | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.8 Sponsored by: Bounce Experts
* */*php83*: SunriseMuhammad Moinur Rahman2023-06-101-1/+1
| | | | | | | | | | | 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
* lang/php82: Update version 8.2.6=>8.2.7Muhammad Moinur Rahman2023-06-092-4/+4
| | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.7 Sponsored by: Bounce Experts
* lang/php82: Update version 8.2.5=>8.2.6Muhammad Moinur Rahman2023-05-132-4/+4
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.6 Sponsored by: Bounce Experts
* lang/php82: Update version 8.2.4=>8.2.5Muhammad Moinur Rahman2023-04-143-4/+5
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.5 Sponsored by: Bounce Experts
* lang/php8[12]: Fix bulk buildMuhammad Moinur Rahman2023-04-121-4/+4
| | | | | | PR: 266175 Reported by: fluffy Sponsored by: Bounce Experts
* lang/php8[12]: Fix build on aarch64 with ZTSDima Panov2023-04-127-15/+30
| | | | | | | | - Refresh patches PR: 266175 Reported by: thresh@nginx.com Sponsored by: Bounce Experts
* lang/php82: Update version 8.2.3=>8.2.4Muhammad Moinur Rahman2023-03-192-4/+4
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.4 Sponsored by: Bounce Experts
* lang/php82: Update version 8.2.2=>8.2.3Muhammad Moinur Rahman2023-02-152-4/+4
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.2.3 MFH: 2023Q1 Sponsored by: Bounce Experts