Skip to content

Commit

Permalink
Fix installing uopz
Browse files Browse the repository at this point in the history
Test: uopz
  • Loading branch information
mlocati committed Feb 5, 2025
1 parent 8fd51cd commit 0f50c07
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 @@ -4464,6 +4464,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 0f50c07

Please sign in to comment.