All posts for the month April, 2012

Heroku is PasS environment which supports PHP unofficially. It is missing some of extensions initially. One instance is mbstring. However I noticed that mbstring is able to build on heroku run bash
and can be loaded from project local php.ini configuration.
I put the mbstring.so on github. If you need it, just copy into your project and put php.ini which include:
extension=/app/www/mbstring.so
Example
This application is running on heroku with mbstring.
Enjoy php on heroku!
Posted by yandod on April 11, 2012
https://en.blog.candycane.jp/2012/04/11/running-php-on-heroku-with-mbstring/

Download section on github
3 months have passed from last release. Finally I published zip and tar ball of latest CandyCane. This release fixes various bugs. Particularly account management section got better email support for account activation.
Many new contributors made these progress. They are really great supporter of CandyCane. I will buy a beer each next time I meet them.
git shortlog -sn v0.8.5...v0.8.6
26 Yusuke Ando
7 Mindiell
5 okonomi
3 ialbors
2 Shogo Kawahara
1 Òscar Casajuana
1 Ignacio Albors
1 Sebastien pencreach
1 Hisateru Tanaka
I’m focusing on migration to CakePHP2.1 for next release. CakePHP2.1 will bring huge productivity for CandyCane. Cherry trees may be cerebrating our release I guess.
Posted by yandod on April 3, 2012
https://en.blog.candycane.jp/2012/04/03/candycane-v0-8-6-is-available-now/