snippetbashTip
phpize — Prepare a PHP extension for compiling. More information: <https://manned.org/phpize>.
Viewed 0 times
preparecommandcompilingphpizecliphpextensionfor
Problem
How to use the
phpize command: Prepare a PHP extension for compiling. More information: <https://manned.org/phpize>.Solution
phpize — Prepare a PHP extension for compiling. More information: <https://manned.org/phpize>.Prepare the PHP extension in the current directory for compiling:
phpizeDelete files previously created by phpize:
phpize --cleanCode Snippets
Prepare the PHP extension in the current directory for compiling
phpizeDelete files previously created by phpize
phpize --cleanContext
tldr-pages: common/phpize
Revisions (0)
No revisions yet.