git clone git://github.com/frak/php_spi.git ~/php_spi
cd ~/php_spi
./configure --enable-spi
make
make test
sudo make install
This section should be:
Install php SPI
git clone git://github.com/frak/php_spi.git ~/php_spi
cd ~/php_spi
phpize <<<<<<<<<<<<<<<<<<<<<<<<<Missing in the current readme.
./configure --enable-spi
make
make test
sudo make install
Install php SPI
git clone git://github.com/frak/php_spi.git ~/php_spi cd ~/php_spi ./configure --enable-spi make make test sudo make install
This section should be:
Install php SPI
git clone git://github.com/frak/php_spi.git ~/php_spi cd ~/php_spi phpize <<<<<<<<<<<<<<<<<<<<<<<<<Missing in the current readme. ./configure --enable-spi make make test sudo make install