news

running FLOW3 with PHP 5.3.0 on mac (up)

Just some small notes about how to run FLOW3 on a mac.

Installing PHP 5.3.0beta1

FLOW3 requires PHP 5.3 in the current version. Macport is a greate tool (like apt*) for compiling and upgrading software. So the first thing you need to do is download: www.macports.org.

After downloading and installing macport you can use the port commands to download and install new software with its dependencies. For PHP 5.3 you can use this commands:

cd /opt/local/bin
sudo ./port selfupdate -f
sudo ./port search php5
sudo ./port variants php5-devel
sudo ./port install php5-devel +apache2 +macosx +mysql5 +sqlite

More details on http://guide.macports.org/.

Installing FLOW3

You can get the current version from SVN: svn co https://svn.typo3.org/FLOW3/Distribution/trunk/.

Update (18.10.2009)

Since php 5.3 is released its now available with the port "php5":

( sudo ./port installed )
sudo ./port uninstall php5-devel
sudo ./port install php5 +apache2 +macosx +mysql5 +sqlite

Submitting your vote...
Rating: 3.0 of 5. 1 vote(s). (Click the rating bar to rate this item.)

No entries

Nothing found in the guestbook.

CAPTCHA image for SPAM prevention 

Login und Registrierung

toggle
...type your search above...
blogroll
Linkhandler für TYPO3 4.2 (linkhandler)
06.08.08 - Diese Erweiterung ist für die Version 4.2 von TYPO3, funktioniert aber durch einen mitgelieferten...
MVC Framework
16.05.09 - Find parts of the offical manual + some extra Infos for the MVC extension.