Skip to main content

All Questions

Tagged with
1 vote
1 answer
5k views

MAMP PRO won't execute PHP files?

For some reason, PHP files display as plain text in the browser when I browse locally via MAMP PRO. I looked through the PHP settings and there doesn't seem to be anything there that would affect ...
Sam Nabi's user avatar
0 votes
1 answer
499 views

Can't Start Apache on on Snow Leopard. "libphp5.so requires version 13.0.0 or later, but libjpeg.8.dylib provides version 9.0.0"

To cut a long story short, I was trying to compile and get ImageMagick working on my Mac running Snow Leopard. One thing led to another and now I am stuck with the following error message when I try ...
markashworth's user avatar
2 votes
2 answers
2k views

Cannot change default path to php on OS X Snow Leopard

I have installed MAMP on OS X Snow Leopard (10.6.8) and I want to change the default path for PHP. I tried both of the answers on this question, and on this question, and in this thread but when I'm ...
Sakis Vtdk's user avatar
2 votes
1 answer
6k views

How to upgrade PHP on Mac OS X

So i did simple thing: php -i | head ./configure --prefix=/usr --with-snmp make sudo make install But phpinfo() still showing me 5.3.15. Here some results of investigations: PHP_BINDIR = /usr/bin ...
user1692333's user avatar
0 votes
0 answers
211 views

mod_rewrite working but php pages not found or not recognized (downloaded instead of executed)

In regard to my first post mod_rewrite problems in sandbox: Mac OSX 10.6.6 Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8l DAV/2 PHP/5.3.3 I am making progress but... Now the index.php page is not ...
xxx's user avatar
  • 11
1 vote
0 answers
584 views

Problems with mcrypt on Snow Leopard

I'm having libmcrypt troubles on my Mac, version 10.6.8, php version 5.3.8. I want to enable libmcrypt but I don't appear to have mcrypt! I've tried following directions to install libmcrypt on a ...
user1429981's user avatar
1 vote
0 answers
357 views

OSX: Installing Custom PHP Binaries

I've been doing alot of research and trying to figure out why I have this "older" version of PHP on my Mac (Snow Leopard). I tried MAMP, and it's cool if you just want a *AMP stack and not much ...
drewrockshard's user avatar
2 votes
1 answer
337 views

How to use PHP scripts?

I found a script for converting m3 files (3D models used in Starcraft 2) to obj files, but I do not know how to use it. All the information I got was "Well, here is the script.", so I cannot really ...
Justin's user avatar
  • 145
2 votes
2 answers
1k views

Create a local DNS TLD for development

I do a lot of web dev, mainly RoR and PHP, I've got a VMs which holds my dev environments and handling multiple clients on them is a pain. With PHP you just create a subdir, but with RoR it's a little ...
Jeremy David's user avatar
2 votes
1 answer
684 views

Eclipse Helios on OS X Snow Leopard crashes frequently when editing certain PHP files

I use Eclipse Helios (Eclipse Platform: 3.6.0.I20100608-0911, Eclipse IDE for PHP Developers: 1.3.0.20100617-0520) all the time on OS X (Snow Leopard), and it seems I only run into trouble whenever I'...
William's user avatar
  • 21
2 votes
2 answers
1k views

How should I install PHP 5.3.3 on Snow Leopard?

What is the recommended way to upgrade PHP to 5.3.3 on Snow Leopard? If I compile from sources does it replace the existing PHP install 5.3.1. I need it because I'm using nginx as my webserver. PHP ...
citadelgrad's user avatar
3 votes
3 answers
16k views

View local PHP files in the browser on OS X

is there a way to view local PHP files in my browser without running Apache or anything? I'm using Snow Leopard.
nnyby's user avatar
  • 1,439
1 vote
2 answers
934 views

Installing Apache/MySQL/PHP on Mac OS X Snow Leopard without a direct internet connection

Are there any good sites that explain the process in such a way that it can be done on a Mac without internet? I would put the installers on a USB drive and move them from an internet enabled machine. ...
Moshe's user avatar
  • 5,828
1 vote
2 answers
913 views

How to install Xdebug on Mac 10.6 Snow Leopard?

I am getting errors when trying to do this. What is the correct way to install Xdebug. From Pear? Pecl?
Andrew's user avatar
  • 15.1k
1 vote
3 answers
3k views

GUI for Apache/PHP on a Mac

Recently installed Snow Leopard on my Mac Mini. Something screwed up my Apache/PHP installation and it's now looking at a different library as localhost. The PHP installation also reset some of my ...
Traveling Tech Guy's user avatar