Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
d674cae
On branch master
BjarneDM Feb 3, 2025
f327941
php8.{1..4}: updated to 8.1.30, 8.2.24, 8.3.16, 8.4.10
BjarneDM Feb 4, 2025
fd386fb
php-imap for php83 & php84 moved to separate Portfile
BjarneDM Feb 4, 2025
a1f8532
php-pspell for php81 - php84 moved to separate Portfile
BjarneDM Feb 6, 2025
822862f
libxml2 is now @2.13.5_2
BjarneDM Feb 6, 2025
374b839
xxhash patches for php81, php82
BjarneDM Feb 7, 2025
4513270
php74 : implicit ints problem
BjarneDM Mar 30, 2025
3c31563
updating php-* externsions to php84
BjarneDM Feb 15, 2025
2a4dfdd
php-* extensions: fix for categories
BjarneDM Oct 20, 2025
7af1d03
php-amqp: patched for php >= 8.5
BjarneDM Oct 14, 2025
ba5c4a4
php-APCu: update to 5.1.25
BjarneDM Jul 30, 2025
ea48eb5
php-gearman: patched for php >= 8.5
BjarneDM Oct 14, 2025
ea08136
php-gmagick: patched for php >= 8.5
BjarneDM Oct 14, 2025
59ab9fc
php-igbinary: update to 3.2.17RC1
BjarneDM Oct 14, 2025
6f593ea
php-imagick: update to 3.8.1
BjarneDM Feb 7, 2025
d2663be
php-jsmin: patch for zend_smart_string
BjarneDM Oct 14, 2025
5449a34
php-mailparse: upgrade to 3.1.9
BjarneDM Oct 3, 2025
8c83a0f
php-maxminddb: update to 1.13.1
BjarneDM Jul 30, 2025
5755f67
php-mcrypt: updated to 1.0.9
BjarneDM Feb 12, 2025
50b622e
php-memcache: patches for zend_smart_string
BjarneDM Oct 14, 2025
10e3663
php-memcached: updated to 3.4.0
BjarneDM Oct 15, 2025
2da3681
php-mongodb: update to 2.1.4 & 1.20.1
BjarneDM Nov 30, 2025
8990319
php-mysql : updated mariadb based variant
BjarneDM Mar 23, 2025
ecee6c0
php-oauth: update to 2.0.10
BjarneDM Oct 10, 2025
ff051d2
php-openssl: fix for Dependency path specified multiple times in depe…
BjarneDM Oct 20, 2025
b01f29b
php-openswoole: update to 25.2.0, 22.1.2, 4.12.1; patches for php85
BjarneDM Jul 30, 2025
feda026
php-postgresql: added variant postgresql{17,18}
BjarneDM Mar 3, 2025
7d51297
php-redis: update to 6.3.0
BjarneDM Jul 30, 2025
e589f7c
php-solr: update to 2.9.1
BjarneDM Jul 30, 2025
7c215e3
php-stomp: patched for php >= 8.5
BjarneDM Oct 16, 2025
db2a768
php-svm: patched for php >= 8.5
BjarneDM Oct 16, 2025
873f572
php-swoole: updated to 6.1.4, 5.1.8; patches for php85
BjarneDM Oct 15, 2025
571d3d1
php-timezonedb: update to 2025.2.2
BjarneDM Jul 30, 2025
491d725
php-uuid: update to 1.3.0
BjarneDM Jul 30, 2025
775ebed
php-yaf: update to 3.3.7
BjarneDM Jul 30, 2025
74b903e
php-zip: update to 1.22.7
BjarneDM Jul 30, 2025
a6d5c5f
php-vld: update to 0.19.1
BjarneDM Feb 12, 2025
702edf3
php-xdebug: update to 3.5.0, 3.4.7
BjarneDM Jul 30, 2025
a958fc6
php-yaml: upgrade to 2.3.0
BjarneDM Oct 3, 2025
83b40ab
php-zstd: upgrade to 0.15.2
BjarneDM Oct 3, 2025
c9a9eed
php8{1..4}: updated to 8.1.33, 8.2.29, 8.3.28, 8.4.15
BjarneDM Apr 15, 2025
1fcc44e
php85: new subport branch 8.5.0
BjarneDM Jul 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.gitignore
.git*
.mailmap

/PortIndex
/PortIndex.quick

Expand Down
6 changes: 3 additions & 3 deletions _resources/port1.0/group/php-1.1.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# standalone port, then set php.branches and optionally any other php options,
# described in more detail below.

default categories php
categories php lang


# php.branches: the list of PHP branches for which the extension(s) will be
# built. For unified extension ports (name begins with "php-") setting
# php.branches is mandatory; there is no default. Example:
#
# php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
# php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5
#
# For unified ports, setting php.branches will create the subports.
#
Expand Down Expand Up @@ -103,7 +103,7 @@ proc php._set_name {option action args} {
# when the php port is updated.

options php.latest_stable_branch
default php.latest_stable_branch 8.3
default php.latest_stable_branch 8.5


# php.default_branch: the branch of PHP for which the port should be installed
Expand Down
2 changes: 1 addition & 1 deletion devel/xapian-core/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ foreach v {5.28 5.30 5.32 5.34 5.36 5.38} {
}

# PHP
foreach v {8.0 8.1 8.2 8.3} {
foreach v {8.0 8.1 8.2 8.3 8.4 8.5} {
set v_no_dot [string map {. {}} ${v}]
set php php${v_no_dot}
subport ${php}-xapian "
Expand Down
Loading
Loading