Skip to content
  • This project
    • Loading...
  • Sign in

Websites / SlimSpots Wiki

Logo white
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards

Php5 installation

Last edited by Gabriel Kaufmann 2015-01-29 08:39:06 +0000
Page History

PHP Installation unter OSX

Die Installation kann am einfachsten mit dem Kommandozeilen-Tool Brew (Installation siehe Link) nachinstalliert werden:

$> brew search php5
$> brew install php55

Optional als "Systemweit" aufrufbar verlinken (Versionsnummer 5.5.20 im Beispiel kann abweichen!):

$> ln -s /usr/local/Cellar/php55/5.5.20/bin/php /usr/local/bin/php
$> ln -s /usr/local/Cellar/php55/5.5.20/bin/pear /usr/local/bin/pear
$> ln -s /usr/local/Cellar/php55/5.5.20/bin/pecl /usr/local/bin/pecl

$> ln -s /usr/local/Cellar/php55/5.5.20/bin/phpize /usr/local/bin/phpize
$> ln -s /usr/local/Cellar/php55/5.5.20/bin/php-config /usr/local/bin/php-config
  Clone repository
  • Delivery server
  • Infini db
  • Php5 installation
  • Php5 phpunit
  • Php5 xdebug extension
  • Home
More Pages
×

New Wiki Page