Created
April 18, 2025 07:10
-
-
Save parsibox/8e054b0498d08b6cd1f5ab72dee99a1b to your computer and use it in GitHub Desktop.
php82 install extentions from source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phpize8.2 | |
./configure --with-php-config=/usr/bin/php-config8.2 --enable-openssl --enable-fiber | |
make -j$(nproc) | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment