Skip to content

Commit

Permalink
Fix installing uopz (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Feb 5, 2025
1 parent cdf0cb9 commit ef1399a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -4467,6 +4467,7 @@ installRemoteModule() {
installRemoteModule_manuallyInstalled=1
;;
uopz)
installRemoteModule_cppflags='-Wno-incompatible-pointer-types'
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=2.0.7
Expand Down

0 comments on commit ef1399a

Please sign in to comment.