Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-15 Thread Joseph Crawford
Cliff, I believe there is a plugin for eclipse that will allow it to take advantage of Zend Platform so yes you could do the debugging. -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. http://www.codebowl.com/ Blog: http://www.josephcrawford.com/ 1-802-671-2021 [EMAIL PROTE

Re: [nyphp-talk] Apache/PHP on MAC OSX (+IDEs)

2007-02-15 Thread Jon Baer
Just FYI ... There are 2 IDE "events" coming up for those interested ... http://www.phparch.com/shop_product.php?itemid=150 Preview of Komodo IDE 4.0 http://www.nyphp.org/content/calendar/view_entry.php?id=105 Eclipse PHP Project and Zend Platform 3.0 - Jon On Feb 15, 2007, at 8:14 AM, Joseph

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-15 Thread Cliff Hirsch
Does it support remote debugging like Zend. Debugging the current page, next page, or next form submission from the browser in "real-time" is so useful. On 2/15/07 11:22 AM, "Joseph Crawford" <[EMAIL PROTECTED]> wrote: > Be sure to read the comments, the only reason Eclipse did not work for > me

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-15 Thread Joseph Crawford
Be sure to read the comments, the only reason Eclipse did not work for me is because it does not handle SMB mounted drives well so it was really slow. With a local file system it was fine. -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. http://www.codebowl.com/ Blog: http:

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-15 Thread Cliff Hirsch
Great review. Sounds like I should stick with Zend/XP/Parallels/Mactel for now. Then move to Eclipse or a try mactel version of Zend. On 2/15/07 8:14 AM, "Joseph Crawford" <[EMAIL PROTECTED]> wrote: > Cliff, > > be sure to read this :) > http://www.josephcrawford.com/2006/08/24/review-php-ides/

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-15 Thread Joseph Crawford
Cliff, be sure to read this :) http://www.josephcrawford.com/2006/08/24/review-php-ides/ -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. http://www.codebowl.com/ Blog: http://www.josephcrawford.com/ 1-802-671-2021 [EMAIL PROTECTED] _

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread David Merryweather
MAMP does support SSL by default (OpenSSL). On 2/14/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: But does MAMP support SSL? Not when I tried it. I got Xampp working, although some extensions appear a bit flakey. But so far, everything works -- SSL, curl, mhash, mcrypt...GD as soon as I get my fon

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread David Merryweather
I haven't tried the Zend IDE with the current MAMP. I do know that it has built in support for the Zend Optimizer. On 2/14/07, Mark Withington <[EMAIL PROTECTED]> wrote: I agree, MAMP is nice although I did have trouble getting the Zend IDE to work with it. Could be a problem with Zend on MacO

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Cliff Hirsch
But does MAMP support SSL? Not when I tried it. I got Xampp working, although some extensions appear a bit flakey. But so far, everything works -- SSL, curl, mhash, mcrypt...GD as soon as I get my fonts worked out... Has anyone tried Komodo for the MAC? On Wed, 14 Feb 2007 21:59:45 -0500, Mark Wi

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Mark Withington
I agree, MAMP is nice although I did have trouble getting the Zend IDE to work with it. Could be a problem with Zend on MacOSX - at the time they didn't have the Mac binary (as I recall) On 2/14/07, David Merryweather <[EMAIL PROTECTED]> wrote: I would suggest using MAMP (http://www.mamp.info/

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread David Merryweather
I would suggest using MAMP (http://www.mamp.info/en/index.php) I'm not impressed with Apple's job on their Apache implementation. MAMP is elegant, efficient and easy to use and implement. The whole thing loads to a folder, start and stop MySQL and Apache with a gui utility and it runs fast. It

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Jon Baer
You would create it on your own ... mkdir ~/.MacOSX; nano ~/.MacOSX/environment.plist This is what my file looks like, YMMV ... www.apple.com/DTDs/PropertyList-1.0.dtd"> RUBY /opt/local/bin/ruby CVS_RSH ssh SSH_AUTH_SOCK /tmp/501/SSHKeychain.s

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Cliff Hirsch
XAMPP is working. And I'm looking for another IDE. Goodbye Zend. I've been faithful, but time to move on... Perhaps Komodo? Compiling from scratch seems to be a tedious, albeit worthwhile exorcise. There are lots of tutorials on the web, but perhaps it would make a good phundamentals. This entire

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Cliff Hirsch
The key is just to make sure that your PATH is pointing to the correct apachectl (even the one in ~/.MacOSX/environment.plist) > > - Jon > I don¹t see that file. Where is it? ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/li

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Cliff Hirsch
I got PHP 5.2 running again using Xampp. Think I¹ll just stick with that and wait for Zend supports OSX Intel remote debugging. Any other debugging solutions out there? On 2/14/07 4:59 PM, "Phillip B. Roberts" <[EMAIL PROTECTED]> wrote: > Cliff, > > I don't have a ton of experience with OSX, o

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Rob Marscher
I have XAMPP for Mac OSX running. Seems to be ok... although the current version for my Intel-Mac installed PHP 5.2... so that's not a help for you. I sort of prefer compiling from source because there's usually something missing that I need from these apache/php bundles and they tend put th

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Jon Baer
On the Developer CD there should be a package file you can run which should get you back (this may be the same as http://www.apple.com/ downloads/macosx/unix_open_source/apache.html), Ive been using MacPorts more and more after trying every other alternative (MAMP included) and find it to be

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Cliff Hirsch
I checked that out. No problems there. On 2/14/07 4:57 PM, "Mark Withington" <[EMAIL PROTECTED]> wrote: > Did you check your "personal" httpd.conf? Should be in the etc/httpd/users > folder. There might be some hocus-pocus going on there > > On 2/14/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote:

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Cliff Hirsch
On 2/14/07 4:54 PM, "Kenneth Downs" <[EMAIL PROTECTED]> wrote: > Cliff Hirsch wrote: >> Apache/PHP on MAC OSX I asked before, but I¹m still having trouble. I blew >> up the default OSX Apache after trying to switch from Entropy PHP 5.2 to >> 5.1.6 because Zend doesn¹t support 5.2 for remote debug

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Phillip B. Roberts
Cliff, I don't have a ton of experience with OSX, other than my wife runs OSX 10.3 on her Macintosh, however, when my *nix box was broken for awhile I was running XAMPP on her Macintosh with out problem. Thanks, pbr On Wed, 2007-02-14 at 16:48 -0500, Cliff Hirsch wrote: > I asked before, bu

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Mark Withington
Did you check your "personal" httpd.conf? Should be in the etc/httpd/users folder. There might be some hocus-pocus going on there On 2/14/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: I asked before, but I'm still having trouble. I blew up the default OSX Apache after trying to switch from Ent

RE: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Timothy Boyden
You could do an Archive and Re-Install installation of your O/S, that should restore the original configuration without affecting your user data and installed applications... http://docs.info.apple.com/article.html?artnum=107120 -Tim From: [EMAIL PROTECTED] [m

Re: [nyphp-talk] Apache/PHP on MAC OSX

2007-02-14 Thread Kenneth Downs
Cliff Hirsch wrote: I asked before, but I'm still having trouble. I blew up the default OSX Apache after trying to switch from Entropy PHP 5.2 to 5.1.6 because Zend doesn't support 5.2 for remote debugging. Now I can't get the default OSX Apache to run. I have MAMP running, but it doesn't appe