HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

phpize — Prepare a PHP extension for compiling. More information: <https://manned.org/phpize>.

Submitted by: @import:tldr-pages··
0
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:
phpize


Delete files previously created by phpize:
phpize --clean

Code Snippets

Prepare the PHP extension in the current directory for compiling

phpize

Delete files previously created by phpize

phpize --clean

Context

tldr-pages: common/phpize

Revisions (0)

No revisions yet.