Skip to content

alkhoo/heroku-cedar-php-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

heroku-cedar-php

Compiled a few library for Heroku's PHP extension - imagick.so, apc.so, gd.so


Instruction for 'imagick.so':

  1. create folder "ext" in project folder

  2. put "imagick.so" in "ext" folder

  3. create file "php.ini" in main folder of project

  4. Add these lines to "php.ini"

extension_dir = "/app/www/ext/"
  extension=imagick.so
  1. Run: git add php.ini ext/imagick.so

  2. Run: git commit -m "PHP's imagemagick library"

  3. Run: git push heroku master

Google it for these extensions: zlib.so, mbstring.so, mongodb.so

About

Heroku's PHP extension: imagick.so, apc.so, gd.so

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published