Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.3.14 23 Nov 2024 14:26:55 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.13=>8.3.14
Changelog: https://www.php.net/ChangeLog-8.php#8.3.14 |
8.3.13 25 Oct 2024 15:54:50 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.12=>8.3.13
Changelog: https://www.php.net/ChangeLog-8.php#8.3.13 |
8.3.12 28 Sep 2024 21:32:28 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.11=>8.3.12
Changelog: https://www.php.net/ChangeLog-8.php#8.3.12 |
8.3.11 30 Aug 2024 08:15:48 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.10=>8.3.11
Changelog: https://www.php.net/ChangeLog-8.php#8.3.11 |
8.3.10 01 Aug 2024 19:21:37 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.9=>8.3.10
Changelog: https://www.php.net/ChangeLog-8.php#8.3.10 |
8.3.9 28 Jul 2024 13:15:17 |
Muhammad Moinur Rahman (bofh) |
*/*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 |
8.3.9 28 Jul 2024 13:15:15 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.8=>8.3.9
- Rename rc script to comply to the rc scripting recommendations [1]
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3
PR: 280134 [1]
Co-authored-by: Alexander Leidinger <netchild@FreeBSD.org> |
8.3.8 07 Jun 2024 15:17:44 |
Muhammad Moinur Rahman (bofh) |
*/php83: Update version 8.3.7=>8.3.8
- Fix comment in rc file
- Make rc script jail ready [1]
Changelog: https://www.php.net/ChangeLog-8.php#8.3.8
Reported by: netchild [1] |
8.3.7 11 May 2024 23:07:58 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.6=>8.3.7
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3 |
8.3.6 02 May 2024 22:29:01 |
Muhammad Moinur Rahman (bofh) |
lang/php8*: Remove stale NOOP codes
json module is by default built into php and these module configs were
stale. |
8.3.6 12 Apr 2024 15:44:29 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.4=>8.3.6
Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_3 |
8.3.4 24 Mar 2024 18:23:25 |
Muhammad Moinur Rahman (bofh) |
*/php: Switch dependency of tidy
As tidy-lib has been deprecated switch the dependencies of php8*-tidy
to www/tidy-html5. |
8.3.4 15 Mar 2024 19:09:24 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.3=>8.3.4
Changelog: https://www.php.net/ChangeLog-8.php#8.3.4 |
8.3.3 16 Feb 2024 15:56:00 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.2=>8.3.3
Changelog: https://www.php.net/ChangeLog-8.php#8.3.3 |
8.3.2 22 Jan 2024 01:32:48 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
8.3.2 18 Jan 2024 18:29:10 |
Muhammad Moinur Rahman (bofh) Author: Johan Hendriks |
lang/php83: Update version 8.3.1=>8.3.2
- Add profile support in php-fpm rc script for running multiple php
master process
Changelog: https://www.php.net/ChangeLog-8.php#8.3.2 |
8.3.1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
8.3.1 31 Dec 2023 00:06:40 |
Muhammad Moinur Rahman (bofh) |
lang/php80: Sunset |
8.3.1 22 Dec 2023 01:24:35 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0=>8.3.1
- 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]
Changelog: https://www.php.net/ChangeLog-8.php#8.3.1
PR: 275522 [1], 268318 [2]
Reported by: majo-bugs.freebsd.org@cerny.sk [1], zarychtam@plan-b.pwste.edu.pl
[2] |
8.3.0 23 Nov 2023 22:02:57 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0RC6=>8.3.0
- Switch to system pcre
- Switch to libenchant-2 for enchant extension
- Switch to panda-cclient for imap extension and remove cclient OPTION
as this has been marked DEPRECATED
- Remove option for mysqli as mysqli no longer supports external mysql
- Switch to libedit for readline extension
Changelog: https://www.php.net/ChangeLog-8.php#8.3.0 |
8.3.0.r6 11 Nov 2023 21:34:54 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0RC5=>8.3.0RC6
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.3.0RC6/NEWS |
8.3.0.r5 26 Oct 2023 12:22:05 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0RC4=>8.3.0RC5
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.3.0RC5/NEWS |
8.3.0.r4 15 Oct 2023 09:51:26 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0RC3=>8.3.0RC4
Changelog: https://github.com/php/php-src/blob/php-8.3.0RC4/NEWS |
8.3.0.r3 07 Oct 2023 11:00:34 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Add non-default NOASLR option
In certain corner cases php-fpm is creating zombie processes specially
from 13.2-RELEASE onwards. The exact reason has not been pin-pointed but
it looks like disabling ASLR solves the problem. So add a non-default
option NOASLR to allow the user build without ASLR.
This patch will not go into lang/php80 but will go in lang/php81 and
lang/php82 after some more extensive tests.
PR: 274135
Reported by: ports@thelanman.net |
8.3.0.r3 27 Sep 2023 08:55:58 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0RC2=>8.3.0RC3
Changelog: https://github.com/php/php-src/blob/php-8.3.0RC3/NEWS |
8.3.0.r2_1 23 Sep 2023 11:15:05 |
Muhammad Moinur Rahman (bofh) Author: Thomas Hurst |
lang/php83: Reintroduce ifunc support
SIMD functions were disabled prior to 12 and it was never chased
upstream. However now it supports ifunc or it has improved. So let's
test and see how well it works.
There is an upstream PR:
https://github.com/php/php-src/pull/12274
PR: 274011 |
8.3.0.r2 20 Sep 2023 12:10:10 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0RC1=>8.3.0RC2
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.3.0RC2/NEWS |
8.3.0.r1 30 Aug 2023 16:51:57 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0beta3=>8.3.0RC1
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.3.0RC1/NEWS
Sponsored by: Bounce Experts |
8.3.0.b3 23 Aug 2023 05:39:07 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0beta2=>8.3.0beta3
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.3.0beta3/NEWS
Sponsored by: Bounce Experts |
8.3.0.b2 02 Aug 2023 12:27:28 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0beta1=>8.3.0beta2
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.3.0beta2/NEWS
Sponsored by: Bounce Experts |
8.3.0.b1_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
8.3.0.b1 20 Jul 2023 18:14:14 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0alpha3=>8.3.0beta1
Changelog: https://github.com/php/php-src/blob/php-8.3.0beta1/NEWS
Sponsored by: Bounce Experts |
8.3.0.a3 07 Jul 2023 22:40:25 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0alpha2=>8.3.0alpha3
Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha3/NEWS
Sponsored by: Bounce Experts |
8.3.0.a2 23 Jun 2023 01:09:56 |
Muhammad Moinur Rahman (bofh) |
lang/php83: Update version 8.3.0alpha1=>8.3.0alpha2
Please DO NOT use this version in production, it is an early
test version.
Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha2/NEWS
Sponsored by: Bounce Experts |
8.3.0.a1 10 Jun 2023 14:57:35 |
Muhammad Moinur Rahman (bofh) |
*/*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 |