A server-side scripting language used to build dynamic web pages.

learn more… | top users | synonyms

0
votes
0answers
39 views

MySQL error 2006 MySQL server has gone away after upgrade to 5.6.10 using homebrew on Max OS X 10.8.3

I upgraded my installation of MySQL on my Mac OS X 10.8.3 using homebrew brew install mysql Everything seemed to go smoothly, but...not really, as it turns out. I cannot add a new user (neither ...
0
votes
1answer
47 views

Unable to enable PHP in OSX 10.8 mountain lion

I have enabled php according to PHP's instructions and uncommented, #LoadModule php5_module libexec/httpd/libphp5.so in /private/etc/apache2/httpd.conf. However the line, #AddModule mod_php5.c ...
2
votes
0answers
17 views

How can I shut down an unlisted php-fpm?

I have two installations of php on my machine. One came with apache and is a 5.3 version, and I'm trying to use a 5.4 version with nginx. I'd like to work on project using nginx, but I can't figure ...
0
votes
1answer
147 views

Mac equivalent of /etc/nsswitch.conf for PHP chroot

I've setup a chroot for my PHP server running behind nginx on mac. It works except for any call to a CURL request fails with an error like cURL resource: Resource id #43; cURL error: Couldn't resolve ...
2
votes
1answer
92 views

Setting PHP upload_max_filesize in Mountain Lion

I have edited /etc/php.ini and have inserted the following line of code to set the subject variable: upload_max_filesize = 20M However, within a Joomla website on this host, the PHP Information ...
1
vote
0answers
62 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
0answers
51 views

PHP not configured for Apache2 in Mountain Lion

I am running Mountain Lion (OSX 10.8.1). I have modified /etc/apache2/httpd.conf to enable Loadmodule php5_module libexec/apache2/libphp5.so. Apache was restarted. Runnung apachectl configtest ...
0
votes
0answers
169 views

How do I switch which instance of php is used on my Mac?

I have three installed versions of php on my Mac. When I check using phpinfo() via a web browser, the one that is being invoked is version 5.3.15. I would like to switch it to the installed instance ...
2
votes
2answers
338 views

Upgrading to PHP 5.4 using Mac Port

I tried following the excellent instructions on this gist to upgrade my Mac to PHP 5.4, but before I do, I need to know: Is there an easy way to find out which php extensions do I have installed ...
0
votes
0answers
90 views

Getting PHP response om my Mac OS X 10.8

I've tried to install MAMP (also the "manual version of these things) but I haven't got any PHP enabled response from my web server yet.... Running MAMP and loading localhost/index.html returns "It ...
2
votes
0answers
782 views

Better PHP syntax coloring for XCode, and support for short_open_tag [closed]

The syntax coloring definition for PHP in Xcode (as of 4.5.1) is pretty poor: probably some 30% of PHP keywords are missing from the definition and are not highlighted as such PHP blocks in the ...
0
votes
0answers
23 views

Is there any hotkey to delete file or catalog in phpStorm editor?

I have OS X Lion and phpStorm editor. I don't like to remove files using mouse. Is there any hotkey to do it?
3
votes
1answer
2k views

Which php.ini file do I have to edit on Mountain Lion?

I recently upgraded to Mountain Lion and reconfigured my apache2 (https.conf) file in the terminal to load PHP and start automatically. My localhost/~username/phpinfo.php page comes up to show my ...
0
votes
1answer
407 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 ...
0
votes
1answer
156 views

“Natively” add emails to Mail by PHP pipe script

I found this awesome tutorial on how to send emails on localhost that will open your Mail showing you the email that was sent from PHP, however this is slightly annoying getting Mail to open when an ...
-1
votes
2answers
95 views

Is there some security restriction while requiring files from a parent directory in PHP in mountain lion? [closed]

I'm having lot of troubles making this call in PHP: require_once ( '../interfaces/class-ai1ec-get-data-from-cache.php' ); while if I change to a call like this: require_once ( ...
0
votes
1answer
141 views

*AMP setup Impact on upgrading from Snow Leopard to Mountain Lion

I have Snow Leopard. I want to upgrade to Mountain Lion. I've setup PHP as mentioned here. Will upgrading to Lion affect my PHP setup or any other setup like MySQL for that matter ?
1
vote
0answers
405 views

How do I install the GnuPG PHP extension?

I'm having trouble installing a PHP native extension: GnuPG. Here's what I've tried so far. First: sudo port install gpgme sudo pecl install gnupg Output from the second command ends like so: ...
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 ...
4
votes
2answers
8k views

How do I enable PHP on Mountain Lion OS X 10.8?

Just upgraded to Mountain Lion, and wanted to make PHP work on the built-in version of Apache.
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. ...
-1
votes
2answers
78 views

what is different with Safari and other webkit [closed]

Why Safari on Mac OS X can execute processingjs on local without web server like MAMP but not Chrome? There is a Apache Server include in Mac OS ? Here is a zip folder sample.
3
votes
1answer
811 views

What permissions do I need to give for my server setup?

I am trying to have a server setup for my web app locally on my MacBook Pro. I have installed Apache, PHP successfully and checked out my web app's code to /var/www location. Now there's a script in ...
0
votes
0answers
635 views

How to push notifications to all iPhone app users from APNS php server? [closed]

Am new to using Apple Push Notification in iPhone apps. I have gathered enough information from Apple Document RemoteNotificationsPG. But, i have a doubt on APN Server. I cleared to create .pnp that ...
0
votes
1answer
2k views

Change the user Apache runs as [closed]

Need help to create a new user to apache web server and assign root privileges to newly created user. Or how to login as root user in apache server because following php script showing you are logged ...
0
votes
1answer
404 views

How to restore PHP to the original configuration?

I did something wrong and now my PHP is not working anymore. I'm using OS X Lion. I can I restore it to the original configuration?
1
vote
2answers
93 views

Where can I find a list of MAMPs?

I'm looking for a MAMP packaging = Apache + MySQL + PHP bundled together for Mac OS X (which is my OS). Where can I find it? Is there an "official" site where I can download it from? [ I know that ...
2
votes
3answers
203 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 ...
2
votes
1answer
288 views

how can i set up mamp or web sharing to show clients php application remotely?

I'm currently using mamp instead of web sharing and I'm trying to figure out the best approach to share php and mysql web application that I'm working on to clients. What is the best way to do this?
0
votes
1answer
342 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
4
votes
2answers
885 views

Install MAMP (not PRO) For PHP And Mail Sending

I first tried searching here at apple.stack but couldn't find a solution that seemed to work for me, so I'm trying my hand at posting a question. I already spent a few good hours trying to make it ...
1
vote
3answers
526 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 ...
5
votes
5answers
4k views

How can I increase command line memory_limit for PHP with MAMP PRO?

I've edited every single php.ini on my mac (at least all the ones found by "locate") and still can't seem to increase the "memory_limit" directive for PHP. I'm using MAMP PRO and running PHP scripts ...
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 ...
0
votes
1answer
389 views

How to change MPM prefork to worker on default Apache OSX installation?

On CentOS, the Apache configuration can be found in /etc/sysconfig/httpd How to change MPM prefork to worker on default Apache OSX installation?
1
vote
1answer
344 views

How can I upgrade PHP on a jailbroken iPhone?

I have an iPod touch running iOS 4.0 and an iPad running iOS 4.3.1, both jailbroken. They have lighttpd and PHP installed, however PHP seems to be an old version that I need to upgrade to use a ...
8
votes
3answers
1k views

Advantages of using MAMP stack over Mac's native Web Sharing and downloaded MySQL

I'm wondering what are the advantages of using a MAMP stack instead of Web Sharing provided with Mac natively and MySQL downloaded and installed manually? I can see how in some cases MAMP can have ...
1
vote
1answer
1k views

How can I determine the compile-time options of PHP?

I'm trying to customize my php install, but I'm not that familiar with compiling programs from scratch. How can I tell determine what compile-time options were used for php? Specifically, I'm trying ...
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 ...
4
votes
1answer
217 views

Is it possible to update the preinstalled versions of both MySQL and PHP in OS X?

I'm running 10.6.4 and PHP reports itself as version 5.3.2 (5.3.3 is available) and mySQL reports version 5.1.45 (5.1.51 is available) I know they are minor releases but is it possible to easily ...