Skip to content

elliottcarlson/heroku-php-mysqli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Build

In heroku run bash you can build libraries on the environment.

mkdir tmp
cd tmp
git clone https://github.com/php/php-src.git
cd php-src
git checkout php-5.3.10
cd ext/mysqli
/app/php/bin/phpize
./configure --with-php-config=/app/php/bin/php-config
make

Download

Heroku will not allow the file to persist. To download the file I used base64 modules/mysqli.so and then decoded the file back to binary format locally.

Info

Idea from https://github.com/yandod/phpinfo-heroku

About

Mysqli library for PHP on Heroku Cedar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors