Local Installation TYPO3 Flow (Standalone) Framework on OS X

Hier eine kleine kurze Anleitung zur Installation des TYPO3 Flow Frameworks (Version 2.2.2) auf einem OS X System mit XAMPP als lokalen Webserver. git clone –recursive git://git.typo3.org/FLOW3/Distributions/Base.git curl -s https://getcomposer.org/installer | php php composer.phar create-project –dev –keep-vcs typo3/flow-base-distribution tutorial 2.2.2 cd tutorial php composer.phar update Nun müssen mittels Flow Console Read more…

Installation of xhprof (PHP-Profiling)

Bei xhprof handelt es sich um einen in PHP geschriebenen Profiler für PHP.
Mit xhprof lässt sich beispielweise das aus Visual Studio bekannte Diagramm des Callflows darstellen.

Hier ein Beispiel für den Callflow von TYPO3 6.2 mit dem Bootstrap Package und einer Hello World Ausgabe.
callgraph

Um dies auf einem Debian Apache2 Server zu installieren, sind folgende Schritte notwendig.
(more…)