HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System: Linux ns565604.ip-54-39-133.net 4.18.0-553.50.1.el8_10.x86_64 #1 SMP Tue Apr 15 08:09:22 EDT 2025 x86_64
User: greer489 (1034)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: //usr/local/src/imagick/docker/installPHP.sh
#!/usr/bin/env bash


set -e
set -x

# git clone https://github.com/php/php-src

SRCFILE="php-7.2.11"
SRCFILE="php-7.1.24"

mkdir -p /var/app/php_src/${SRCFILE}
tar -xzf /var/app/php_src/${SRCFILE}.tar.gz -C /var/app/php_src/${SRCFILE} --strip-components=1

cd /var/app/php_src/${SRCFILE}

# ./buildconf
# ./configure --disable-all --without-pear
./configure \
  --without-pear \
  --without-sqlite3 \
  --without-pdo-sqlite \
  --with-openssl \
  --enable-mbstring \
  --with-curl \
  --with-zip




# For Mac


export PKG_CONFIG_PATH="/opt/homebrew/Cellar/openssl@1.1/1.1.1s/lib/pkgconfig:$PKG_CONFIG_PATH"

./configure \
  --without-pear \
  --without-sqlite3 \
  --without-pdo-sqlite \
  --with-openssl \
  --enable-mbstring \
  --with-curl \
  --with-zip \
  --without-iconv \
  --prefix=/opt/danack \
  --exec-prefix=/opt/danack


./configure --with-imagick=/opt/danack




make -j 20

make install


export TEST_PHP_EXECUTABLE=`which php`

# echo "extension=imagick.so" > /usr/local/lib/php.ini