Reason Developer Notebook
Posts tagged with “Installation” (All posts)
Reason 4.2 Performance & Database Indexing Outline
April 17, 2012 at 2:03 pmReason 4.2 includes major deep changes that eliminate some and simplify most queries in queries in Reason. If you are upgrading Reason and want to take optimal advantage of these changes, we recommend a few database indexing changes.
New config folder / admin module changes / module sets
July 29, 2010 at 2:38 pmWe have created a new folder within the core/local split called config. The intent is to provide a space to configure components of Reason while also providing access to the…
Reason 4 Beta 8 Released - Lots of Changes
April 9, 2010 at 5:14 pmReason 4 Beta 8 was released on April 9, 2010. This post names some of the major changes, provides some links to more details and svn revision numbers.
New carl_util string functions to fix mbstring crash
July 1, 2009 at 3:30 pmI've added a set of string functions to carl_util/misc.php. We have not documented that the mbstring extension is required, but there was a bunch of code in Reason that assumed it was present.
Short tags no longer a requirement
April 15, 2009 at 6:08 pmWhile it has not been extensively tested, the Reason codebase is now free of short open tags, so you should be able to run Reason with
short_open_tagoff.PHP 5 and Windows Compatibility
January 7, 2008 at 12:52 pmThe nightly build of Reason should work in PHP 5, as well as with PHP for windows in an apache environment. Watch for Reason 4 beta 6 release…
Reason setup script updated
October 26, 2007 at 2:00 pmReason setup script updated - should provide much more thorough checks and more user friendly messages.