Skip to content

Commit

Permalink
php 8.2: update to 8.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
hyvanix committed Apr 20, 2024
1 parent bffd1bd commit 4a9aa77
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/php/build-82.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PROG=php
PKG=ooce/application/php-82
VER=8.2.17
VER=8.2.18
SUMMARY="PHP 8.2"
DESC="A popular general-purpose scripting language"

Expand Down
9 changes: 4 additions & 5 deletions build/php/patches-82/ldap.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

Use the thread-safe LDAP library by default. This also prevents a conflict
with the illumos libldap in /usr/lib.

diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
--- a~/configure 1970-01-01 00:00:00
+++ a/configure 1970-01-01 00:00:00
@@ -50136,7 +50136,7 @@ fi
@@ -46581,7 +46581,7 @@ fi


if test "$ext_shared" = "yes"; then
Expand All @@ -14,7 +13,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
if test -n "$LDAP_LIBDIR"; then

if test "$LDAP_LIBDIR" != "/usr/$PHP_LIBDIR" && test "$LDAP_LIBDIR" != "/usr/lib"; then
@@ -50220,7 +50220,7 @@ fi
@@ -46665,7 +46665,7 @@ fi
case ldap in
c|c_r) ;;
*)
Expand All @@ -23,7 +22,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
;;
esac

@@ -50235,7 +50235,7 @@ fi
@@ -46680,7 +46680,7 @@ fi


if test "$ext_shared" = "yes"; then
Expand All @@ -32,7 +31,7 @@ diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
if test -n "$LDAP_LIBDIR"; then

if test "$LDAP_LIBDIR" != "/usr/$PHP_LIBDIR" && test "$LDAP_LIBDIR" != "/usr/lib"; then
@@ -50319,7 +50319,7 @@ fi
@@ -46764,7 +46764,7 @@ fi
case ldap in
c|c_r) ;;
*)
Expand Down
2 changes: 1 addition & 1 deletion build/php/patches-82/sockets.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/configure a/configure
--- a~/configure 1970-01-01 00:00:00
+++ a/configure 1970-01-01 00:00:00
@@ -75575,6 +75575,7 @@ printf "%s\n" "#define ANC_CREDS_CMSGCRE
@@ -71353,6 +71353,7 @@ $as_echo "#define ANC_CREDS_CMSGCRED 1"
case $host_alias in
*darwin*) PHP_SOCKETS_CFLAGS="$PHP_SOCKETS_CFLAGS -D__APPLE_USE_RFC_3542"
esac
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| ooce/application/nagios-plugins | 2.4.8 | http://www.nagios-plugins.org/download/ | [omniosorg](https://github.com/omniosorg)
| ooce/application/novnc | 1.4.0 | https://github.com/novnc/noVNC/releases | Currently used solely by zadm
| ooce/application/php-81 | 8.1.28 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
| ooce/application/php-82 | 8.2.17 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
| ooce/application/php-82 | 8.2.18 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
| ooce/application/php-83 | 8.3.6 | https://www.php.net/downloads.php | [omniosorg](https://github.com/omniosorg)
| ooce/application/php-XX/imagick | 3.7.0 | https://github.com/Imagick/imagick/tags | [omniosorg](https://github.com/omniosorg)
| ooce/application/texlive | 20230313 | https://pi.kwarc.info/historic/systems/texlive/2023/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit 4a9aa77

Please sign in to comment.