Questions tagged [phpize]

A tool to prepare a PHP extension for compiling

phpize is a shell script to prepare PHP extension for compiling.

Options

--clean        Remove all created files
--help         Prints usage information
--version
-v             Prints API version information

It is included in package php5-dev.

Man Page: http://www.manpagez.com/man/1/phpize/

32 questions
0
votes
1 answer

/usr/local/Library/Homebrew/shims/super/sed: No such file or directory

The following error occurs when I execute phpize: /usr/local/Cellar/php55/5.5.38/bin/phpize: line 61: /usr/local/Library/Homebrew/shims/super/sed: No such file or directory /usr/local/Cellar/php55/5.5.38/bin/phpize: line 62:…
Jack Sun
  • 277
  • 1
  • 3
  • 14
-1
votes
1 answer

Installing PHP Extentsions in Bitbucket Pipeline Composer image

What is the correct way to install and enable PHP Extensions in a Bitbucket Pipeline? Our bitbucket-pipelines.yml uses image: composer:2.0 which worked fine until a unit test was added that requires php-gd. gd requires zlib, but installing zlib…
Gavin
  • 2,214
  • 2
  • 18
  • 26
1 2
3