aboutsummaryrefslogtreecommitdiff
path: root/lang/php84
Commit message (Collapse)AuthorAgeFilesLines
* lang/php84: Update version 8.4.17=>8.4.18Muhammad Moinur Rahman12 days2-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.18
* lang/php84: Update version 8.4.16=>8.4.17Muhammad Moinur Rahman2026-01-242-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.17
* lang/php84: use bundled argon only on base win OpenSSL 3.5+Dima Panov2026-01-201-1/+1
| | | | | | | OpenSSL 3.5 introduced in base at 1500059 MFH: 2026Q1 Approved by: portbgr blanket (fix build)
* */*php81*: SunsetMuhammad Moinur Rahman2025-12-311-1/+1
|
* lang/php84: Fix build with ZTS on 15Muhammad Moinur Rahman2025-12-311-1/+1
| | | | Reported by: fluffy
* lang/php84: Fix build with ZTSMuhammad Moinur Rahman2025-12-281-1/+1
|
* lang/php84: Update version 8.4.15=>8.4.16Muhammad Moinur Rahman2025-12-202-9/+14
| | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.16 MFH: 2025Q4
* lang/php84: Update version 8.4.14=>8.4.15Muhammad Moinur Rahman2025-11-212-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.15
* lang/php84: Update version 8.4.13=>8.4.14Muhammad Moinur Rahman2025-10-272-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.14
* lang/php84: Update version 8.4.12=>8.4.13Muhammad Moinur Rahman2025-09-252-4/+10
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.13
* lang/php84: Update version 8.4.11=>8.4.12Muhammad Moinur Rahman2025-08-292-4/+4
| | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.12 Event: Oslo Hackathon 202508
* lang/php84: Update version 8.4.10=>8.4.11Muhammad Moinur Rahman2025-08-022-142/+142
| | | | | | - Indent Makefile properly Changelog: https://www.php.net/ChangeLog-8.php#8.4.11
* lang/php84: Update version 8.4.8=>8.4.10Muhammad Moinur Rahman2025-07-032-5/+5
| | | | | | | | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.10 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/php84: Update version 8.4.7=>8.4.8Muhammad Moinur Rahman2025-06-072-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.8
* lang/php84: Update version 8.4.6=>8.4.7Muhammad Moinur Rahman2025-05-092-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.7
* lang/php84: Update version 8.4.5=>8.4.6Muhammad Moinur Rahman2025-04-112-5/+5
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.6
* lang/php84: Correct php_fpm in rc.d scriptChristos Chatzaras2025-03-252-4/+4
| | | | | | | Correct a reference in the php_fpm.in file, changing php-fpm to php_fpm to ensure consistent naming when invoking the rc.d script for PHP-FPM profiles. PR: 285584
* lang/php84: Update version 8.4.4=>8.4.5Muhammad Moinur Rahman2025-03-142-5/+5
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.5
* */*: Bump consumers of devel/icuDaniel Engberg2025-02-141-1/+1
| | | | ...to avoid library mismatches
* lang/php84: Update version 8.4.3=>8.4.4Muhammad Moinur Rahman2025-02-143-5/+5
| | | | | | | | | - Make rc script prefix safe for profiles [1] Changelog: https://www.php.net/ChangeLog-8.php#8.4.4 PR: 284468 [1] Reported by: andrew@neptune-one.net [1]
* lang/php84: Update version 8.4.2=>8.4.3Muhammad Moinur Rahman2025-01-212-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.3
* lang/php84: Update version 8.4.1=>8.4.2Muhammad Moinur Rahman2024-12-212-4/+4
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.2
* www/php84-opcache: fix build on non-amd64 / non-i386Piotr Kubaj2024-12-111-5/+1
| | | | | | | | | | post-configure step unconditionally tried to use JIT source, even when JIT was disabled in ports (on aarch64) or in the source (powerpc*, riscv*, armv7), which caused build breakage. This commit checks whether JIT is supported (currently it is only on aarch64, amd64 and i386) and only then uses JIT sources. It also enables JIT on aarch64, which was disabled previously.
* lang/php84: Update version 8.4.0RC4=>8.4.1Muhammad Moinur Rahman2024-11-232-12/+11
| | | | Changelog: https://www.php.net/ChangeLog-8.php#8.4.1
* lang/php84: Update version 8.4.0RC3=>8.4.0RC4Muhammad Moinur Rahman2024-11-082-4/+4
| | | | | | | Please DO NOT use this version in production, it is an early test version. Changelog: https://github.com/php/php-src/blob/php-8.4.0RC4/NEWS
* lang/php84: Update version 8.4.0RC2=>8.4.0RC3Muhammad Moinur Rahman2024-10-252-4/+4
| | | | | | | Please DO NOT use this version in production, it is an early test version. Changelog: https://github.com/php/php-src/blob/php-8.4.0RC3/NEWS
* lang/php84: Update version 8.4.0RC1=>8.4.0RC2Muhammad Moinur Rahman2024-10-112-4/+4
| | | | | | | Please DO NOT use this version in production, it is an early test version. Changelog: https://github.com/php/php-src/blob/php-8.4.0RC2/NEWS
* lang/php84: Update version 8.4.0beta5=>8.4.0RC1Muhammad Moinur Rahman2024-09-282-4/+4
| | | | | | Please DO NOT use this version in production, it is an early test version. Changelog: https://github.com/php/php-src/blob/php-8.4.0RC1/NEWS
* lang/php84: Update version 8.4.0beta4 => 8.4.0beta5Muhammad Moinur Rahman2024-09-134-9/+11
| | | | | | Please DO NOT use this version in production, it is an early test version. Changelog: https://github.com/php/php-src/blob/php-8.4.0beta5/NEWS
* lang/php84: Update version 8.4.0beta3=>8.4.0beta4Muhammad Moinur Rahman2024-08-304-13/+13
| | | | | | | Please DO NOT use this version in production, it is an early test version. Changelog: https://github.com/php/php-src/blob/php-8.4.0beta4/NEWS
* lang/php84: Update version 8.4.0beta2=>8.4.0beta3Muhammad Moinur Rahman2024-08-212-4/+4
| | | | Changelog: https://github.com/php/php-src/blob/php-8.4.0beta3/NEWS
* lang/php84: Update version 8.4.0beta1=>8.4.0beta2Muhammad Moinur Rahman2024-08-182-4/+4
| | | | | | - Fix build of archivers/php84-phar Changelog: https://github.com/php/php-src/blob/php-8.4.0beta2/NEWS
* lang/php84: Update version 8.4.0alpha4=>8.4.0beta1Muhammad Moinur Rahman2024-08-172-4/+4
| | | | Changelog: https://github.com/php/php-src/blob/php-8.4.0beta1/NEWS
* www/php84-opcache: UnbreakMuhammad Moinur Rahman2024-08-021-1/+8
|
* lang/php84: Update version 8.4.0alpha3=>8.4.0alpha4Muhammad Moinur Rahman2024-08-022-4/+4
| | | | | | Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha4/NEWS Please DO NOT use this version in production, it is an early test version.
* lang/php84: Update version 8.4.0alpha2=>8.4.0alpha3Muhammad Moinur Rahman2024-08-012-4/+4
| | | | | | Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha3/NEWS Please DO NOT use this version in production, it is an early test version.
* lang/php84: Update version 8.4.0.alpha1=>8.4.0alpha2Muhammad Moinur Rahman2024-07-284-15/+6
| | | | Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha2/NEWS
* */*php84*: SunriseMuhammad Moinur Rahman2024-07-2816-0/+1552
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