PHP Classes

File: tests/build/install-phalcon.sh

Recommend this page to a friend!
  Classes of Thien Tran   Phalcon Cashier   tests/build/install-phalcon.sh   Download  
File: tests/build/install-phalcon.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phalcon Cashier
Access subscription services provided by Stripe
Author: By
Last change:
Date: 7 years ago
Size: 287 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash git clone -q --depth=1 https://github.com/phalcon/cphalcon.git -b $1 cd cphalcon/ext; export CFLAGS="-g3 -O1 -fno-delete-null-pointer-checks -Wall"; phpize && ./configure --enable-phalcon && make -j4 && make install && phpenv config-add ../unit-tests/ci/phalcon.ini