Questions tagged [php]

PHP is a server-side scripting language used to build dynamic web pages.

PHP is a server-side scripting language used to build dynamic web pages.

and / can run PHP files in OS X.

176 questions
6
votes
2 answers

How can I uninstall PHP 5.4 and 5.5?

I'm new to PHP and Apache and I think I've messed some things up that I don't know how to fix. After following a tutorial I managed to update to PHP 5.5, and then started having problems. I went to downgrade to PHP 5.4, but then I had more problems,…
Ashley
  • 61
1
vote
0 answers

trying to install php fails because of python dependency?

I just wanted to install php on Mac brew install PHP ... ==> Installing php dependency: [email protected] ==> Pouring [email protected] Error: The `brew link` step did not complete successfully The formula built, but is not symlinked…
Glasnhost
  • 735
1
vote
1 answer

Update PHP in shell and install Mcrypt

I want to update to PHP 5.6 in shell (via Terminal) before I want to install the Mcrypt extension I followed this tutorial: http://justinhileman.info/article/reinstalling-php-on-mac-os-x/ But when I do all of that and I type in php -v it still…
0
votes
1 answer

Default PHP included with Mac - enable imagecreatefromjpg

I've uncommented gd in php.ini - but I still can't get imagecreatefromjpg() to work... How does one enable php with jpg support? (the default php that comes with mac - not xampp or homebrew. trying to avoid multiple installations, low disk space…
ina
  • 841
0
votes
1 answer

Mavericks PHP versions issue

I just ran the command below to update PHP on my system (twice, forgot I ran it before). curl -s http://php-osx.liip.ch/install.sh | bash -s 5.5 Output Detected OS X Mavericks 10.9 All ok. Get packager.tgz Unpack packager.tgz Please type in your…
stef
  • 582