Tagged Questions
1
vote
0answers
53 views
Setting the config for PHP 5.3.15 and above
I have PHP 5.3.15 running on my Mac (OS 10.8.2). I have Apache running with virtual hosts. Also, I've installed FreeTDS for connecting to MSSQL. I still need to configure the /php/ext/mssql to run ...
0
votes
1answer
401 views
Install Apache, PHP and MySQL on Mac w/o MacPorts?
For some reason I can't use MacPorts. So the question is if it's possible to install Apache, PHP and MySQL on Snow Leopard w/o using MacPorts?
Please don't offer MAMP or other bundles.
Thanks in ...
3
votes
3answers
4k views
PHP 5.4 Installation on Mountain Lion
I just installed Mountain Lion, and of course I've had to set up Xcode Command Line Tools, reinstall Git, and do other things to get up and running again for programming. Naturally, PHP was pushed ...
2
votes
1answer
1k views
How can I upgrade my PHP 5.3.1 to 5.3.2 on XAMPP Mac OS X?
I've just installed XAMPP on Mac OS X Snow Leopard, and everything is running correctly and setup completely well.
However, I want to install an open source project that requires PHP 5.3.2 or higher. ...
2
votes
3answers
191 views
How can I run a PHP script by dropping file on icon?
I have a php script that takes a filename as an argument. When I run it from a terminal window I type
./my_script.php file_to_process.txt
It works great!
What I would like to be able to do is to ...
0
votes
1answer
334 views
Cannot find where php5-fpm is stored in MacPorts
I installed php5 from macports. But i can't find php-fpm for start.
Look in /opt/local/sbin and /usr/sbin/
I used console command:
sudo port install php5
May be need some like php5 +fastcgi fscgi
1
vote
3answers
501 views
Forbidden error setting up a PHP app on Mac OS X 10.6
I have enabled Web Sharing in OS X 10.6 and now I can access http://localhost/~myuser from the browser.
Now I have copied this PHP app to my ~/Sites/the_app folder, but when I want to access it in ...
3
votes
3answers
3k views
Web Sharing Apache Localhost - Access permissions
I want to install phpMyAdmin on the native Apache webserver that is bundled with Mac OS X 10.6. I turned on Web Sharing in System Preferences. Yet, me fear is that my computer is granting access to ...
1
vote
4answers
1k views
ASP & PHP Web Server on OS X
On Windows, I ran Xampp on port 80 for PHP/MySQL and IIS on port 8080 for ASP.
For OS X, what's the best route to take...
Should I just run Xampp for Mac for PHP/mySQL, or is there a better option ...