Home > Article > Backend Development > Linux installation PHP extension zip module
Linux installs the PHP extension zip module for your reference. 1. Run the following commands in sequence:
2. Generated module path:
(corresponding extensions path) 3. Modify php.ini extension_dir = "./" change into extension_dir = "/opt/php/lib/php/extensions/no-debug-non-zts-20050922/" Increase extension="zip.so" 4. Restart apache, or php-cgi. |