Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created April 18, 2025 07:10
Show Gist options
  • Save parsibox/8e054b0498d08b6cd1f5ab72dee99a1b to your computer and use it in GitHub Desktop.
Save parsibox/8e054b0498d08b6cd1f5ab72dee99a1b to your computer and use it in GitHub Desktop.
php82 install extentions from source
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