Re: [PHP] Q:Anybody using PHP directly on Mac-OSX???

2002-05-17 Thread Justin French

I haven't jumped ship to OSX yet (still on OS9), but I believe it's not far
away...  However, I don't know if I'd put my test server on the same box...
time will tell, but I prefer having my old clunker P133 box under the desk
running the same OS / Apache version / PHP version / MySQL version as but
ISP... it makes migrating from the test environment to the live environment
so easy.

If you can't get everything running on OSX, seriously look at an old Pentium
with either a windows or unix based OS.

As far as local testing, I have file-sharing set-up between the mac and the
unix box, so I save my files directly into the doc root (no FTP :)) and
command-tab across to my browser and hit reload.

I'm pretty sure you won't be able to hit "preview in browser" because PHP
has to be parsed by the server (http://localhost/dir/dir/file.php), rather
than as a file (file:///path/to/file.php).


Good luck,

Justin




on 18/05/02 3:03 AM, Marcus James Christian ([EMAIL PROTECTED])
wrote:

> Hello,
> 
> I love PHP but I haven't gotten deep into it because of the issue of
> needed to upload it to my hosts server to test it.
> 
> I'd love to get REALLY good with PHP, advanced shopping cart stuff, DB
> etc.  but I just know the way my mind works and unless its a simple one
> click to test it on my desktop,  well you know.
> 
> So, anybody out there have PHP installed on their local home desktop Mac
> OSX box able to test by a quick "preview in browser" from say an app
> like BBedit?
> 
> -Marcus
> 
> --
> ||
> |
> 
> Marcus Unlimited
> http://marcusunlimited.com
> Multimedia Internet Design and Education
> ||
> |
> 
> --
> | Limited Time Offer!
> | Download the Recordings of Chromaticus
> | FREE! @ http://ampcast.com/chromaticus
> | Complete song files and Sci-Fi Loops for
> | programs like Reason, Flash, Premiere
> | Logic, Cubase, Recycle, Acid, FruityLoops,
> | and many, many, more!!!
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Q:Anybody using PHP directly on Mac-OSX???

2002-05-17 Thread David Freeman


 > So, anybody out there have PHP installed on their local home 
 > desktop Mac OSX box able to test by a quick "preview in 
 > browser" from say an app like BBedit?

I went to:

http://www.google.com/

I entered the following into their dinky little search box:

mac osx apache mysql php installer

I got a total of 333 matches.  The first one is an article on
www.faqts.com about how to install php/mysql/apache on Mac OSX, the
thire is a pre-built binary for MySQL.

Google also asked if I actually meant to search for:

mac os x apache mysql php installer

So I clicked on that link and it resulted in 3600 matches.  The first
page of which included more matches which look relevant.

So, yes, it's possible.

A little research, and I feel I must stress the _LITTLE_ part, would
have you your answer.

CYA, Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Q:Anybody using PHP directly on Mac-OSX???

2002-05-17 Thread Geoff Hankerson

This will just start Apache if I remember correctly. You still have to alter
the httpd.conf file.

Details for MacOSX php setup are here:
http://www.macdevcenter.com/pub/ct/49

php is covered in part III

- Original Message -
From: "Miguel Cruz" <[EMAIL PROTECTED]>
To: "Marcus James Christian" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 1:13 PM
Subject: Re: [PHP] Q:Anybody using PHP directly on Mac-OSX???


> On Fri, 17 May 2002, Marcus James Christian wrote:
> > I love PHP but I haven't gotten deep into it because of the issue of
> > needed to upload it to my hosts server to test it.
> >
> > I'd love to get REALLY good with PHP, advanced shopping cart stuff, DB
> > etc.  but I just know the way my mind works and unless its a simple one
> > click to test it on my desktop,  well you know.
> >
> > So, anybody out there have PHP installed on their local home desktop Mac
> > OSX box able to test by a quick "preview in browser" from say an app
> > like BBedit?
>
> It comes ready-to-go. Just go to System Preferences, turn on Web Sharing
> (under "Sharing"), and you're running. Stick the pages in your Sites
> folder.
>
> miguel
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Q:Anybody using PHP directly on Mac-OSX???

2002-05-17 Thread Miguel Cruz

On Fri, 17 May 2002, Marcus James Christian wrote:
> I love PHP but I haven't gotten deep into it because of the issue of
> needed to upload it to my hosts server to test it.
> 
> I'd love to get REALLY good with PHP, advanced shopping cart stuff, DB
> etc.  but I just know the way my mind works and unless its a simple one
> click to test it on my desktop,  well you know.
> 
> So, anybody out there have PHP installed on their local home desktop Mac
> OSX box able to test by a quick "preview in browser" from say an app
> like BBedit?

It comes ready-to-go. Just go to System Preferences, turn on Web Sharing 
(under "Sharing"), and you're running. Stick the pages in your Sites 
folder.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php