Re: [PHP] PHP for Mac

2006-01-13 Thread David Grant
Richard,

Caveat:  I'm not a OS X user, so this information may not help you.

Richard Correia wrote:
 I want to install PHP5 on Mac powerbook G4. Can someone please let me know
 where I can find it and it's related module?

The installation instructions for OS X on PHP.net[1] points to this[2]
resource for installing a portfile.  It appears to come with GD compiled
in already, but you'll have to look a bit further for Ming.

 I am mainly looking for GD and mingswf module on Mac.

1. http://www.php.net/manual/en/install.macosx.php
2. http://php5.darwinports.com/

David
-- 
David Grant
http://www.grant.org.uk/

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



Re: [PHP] PHP for Mac

2006-01-13 Thread Ted Zeng
Go here:

http://www.entropy.ch/home/

Download the installer you want and run it. Easy and works great for me.

GD is included I believe.

Ted zeng 



On 1/12/06 10:29 PM, Richard Correia [EMAIL PROTECTED] wrote:

 Hi,
 
 I want to install PHP5 on Mac powerbook G4. Can someone please let me know
 where I can find it and it's related module?
 
 I am mainly looking for GD and mingswf module on Mac.
 
 Thanks
 Richard

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



[PHP] PHP for Mac

2006-01-12 Thread Richard Correia
Hi,

I want to install PHP5 on Mac powerbook G4. Can someone please let me know
where I can find it and it's related module?

I am mainly looking for GD and mingswf module on Mac.

Thanks
Richard


Re: [PHP] PHP on MAC

2004-07-14 Thread Jeff Williams
 PHP is already installed. If you want the latest 4.x series, use the
 entropy installer. If you want PHP 5 you will have to build it
 yourself from source. I have recently done that, I found this article
 useful in doing so:
 
 http://www.phpmac.com/articles.php?view=177

Any idea why the HFS and Rendezvous modules had to be commented out in
order for PHP to work?

If you have only used the PHP that came with OS X before:
You may need to comment (place a # at the start of the line) the
following lines in your Apache Configuration (/etc/httpd/httpd.conf)
file:
LoadModule hfs_apple_module libexec/httpd/mod_hfs_apple.so
AddModule mod_hfs_apple.c
LoadModule rendezvous_apple_module libexec/httpd/mod_rendezvous_apple.so
AddModule mod_rendezvous_apple.c

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



Re: [PHP] PHP on MAC

2004-07-14 Thread Geethanandh Kandasamy
You should not comment, if you do so you cant start apache at all

I wonder why the tutorial say that

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



[PHP] PHP on MAC

2004-07-13 Thread PHP Junkie

Astrum Et Securis

We've just bought a new Power Mac G5 Macintosh computer for the office and
I'll need to do some backend engineering work using it. I've never worked
with PHP on MAC, so I really have no experience with what happens on a
MAC... are there on issues regarding working with PHP on a MAC?

Thanks,
RSJ

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



Re: [PHP] PHP on MAC

2004-07-13 Thread Larry E . Ullman
We've just bought a new Power Mac G5 Macintosh computer for the office 
and
I'll need to do some backend engineering work using it. I've never 
worked
with PHP on MAC, so I really have no experience with what happens on a
MAC... are there on issues regarding working with PHP on a MAC?
Not at all. OS X is essentially Unix and you've already got Apache 
built in. I believe it comes with PHP installed (but not enabled) but I 
would recommend using Marc's installer from www.entropy.ch. This will 
give you the most current version of PHP (normally). In short, PHP is 
great on a Mac.

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


RE: [PHP] PHP on MAC

2004-07-13 Thread PHP Junkie
Astrum Et Securis

AWESOME!! Needed to hear something like that.. 
Thanks a ton! And I will definitely get the Installer from the mentioned
location.

Thank you.

Dominor,
RSJ

-Original Message-
From: Larry E. Ullman [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 13, 2004 7:32 PM
To: PHP Junkie
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP on MAC

 We've just bought a new Power Mac G5 Macintosh computer for the office 
 and
 I'll need to do some backend engineering work using it. I've never 
 worked
 with PHP on MAC, so I really have no experience with what happens on a
 MAC... are there on issues regarding working with PHP on a MAC?

Not at all. OS X is essentially Unix and you've already got Apache 
built in. I believe it comes with PHP installed (but not enabled) but I 
would recommend using Marc's installer from www.entropy.ch. This will 
give you the most current version of PHP (normally). In short, PHP is 
great on a Mac.

Hope that helps,
Larry

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



Re: [PHP] PHP on MAC

2004-07-13 Thread Michael Collins
At 7:32 PM -0400 7/13/04, Larry E. Ullman wrote:
We've just bought a new Power Mac G5 Macintosh computer for the office and
I'll need to do some backend engineering work using it. I've never worked
with PHP on MAC, so I really have no experience with what happens on a
MAC... are there on issues regarding working with PHP on a MAC?
Not at all. OS X is essentially Unix and you've already got Apache 
built in. I believe it comes with PHP installed (but not enabled) 
but I would recommend using Marc's installer from www.entropy.ch. 
This will give you the most current version of PHP (normally). In 
short, PHP is great on a Mac.

Hope that helps,
Larry

PHP is already installed. If you want the latest 4.x series, use the 
entropy installer. If you want PHP 5 you will have to build it 
yourself from source. I have recently done that, I found this article 
useful in doing so:

http://www.phpmac.com/articles.php?view=177
--
Michael
__
||| Michael Collins
||| Kuwago Inc
||| Singapore and Seattle USA
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] php and Mac running 8.6

2003-02-02 Thread Justin French
on 02/02/03 3:30 PM, Bobbi-Lea ([EMAIL PROTECTED]) wrote:

 I've just installed php, zend developer, mysqladmin, and apache on my pc
 laptop.
 
 Are there any available for mac 8.6 ?

Not to the best of my knowledge... mac OSX has though :)

Justin


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




[PHP] php and Mac running 8.6

2003-02-01 Thread Bobbi-Lea
Howdy ...

I've just installed php, zend developer, mysqladmin, and apache on my pc
laptop.

Are there any available for mac 8.6 ?

cheers,

bobbi-lea



CyberFaerie
media :: entertainment

m::  0411 543 554
e::   [EMAIL PROTECTED]
a::   32 acland dr, strathpine, qld 4500


This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to which they
are addressed. If you have received this e-mail in error you are
prohibited from disclosing, copying or using the information contained
in it. If you have received this email in error, please inform us by
email reply and delete the message and attached documents. This footnote
also confirms that this email message has been swept for the presence of
computer viruses. 




RE: [PHP] php and Mac running 8.6

2003-02-01 Thread Timothy Hitchens \(HiTCHO\)
If you are referring to php etc NO and for Zend NO.


Timothy Hitchens (HiTCHO)
Web Application Consulting
e-mail: [EMAIL PROTECTED]

 -Original Message-
 From: Bobbi-Lea [mailto:[EMAIL PROTECTED]] 
 Sent: Sunday, 2 February 2003 2:30 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] php and Mac running 8.6
 
 
 Howdy ...
 
 I've just installed php, zend developer, mysqladmin, and 
 apache on my pc laptop.
 
 Are there any available for mac 8.6 ?
 
 cheers,
 
 bobbi-lea
 
 
 
 CyberFaerie
 media :: entertainment
 
 m::  0411 543 554
 e::   [EMAIL PROTECTED]
 a::   32 acland dr, strathpine, qld 4500
 
 
 This email and any files transmitted with it are confidential 
 and intended solely for the use of the individual or entity 
 to which they are addressed. If you have received this e-mail 
 in error you are prohibited from disclosing, copying or using 
 the information contained in it. If you have received this 
 email in error, please inform us by email reply and delete 
 the message and attached documents. This footnote also 
 confirms that this email message has been swept for the 
 presence of computer viruses. 
 
 


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




[PHP] PHP on MAC

2001-01-26 Thread iGuru

I want to install PHP on iMAC with MAC OS 9, please advise if possible.

Further, is there any lowcost or free web server that supports PHP on my MAC
OS9.

Thanks in advance.





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP on MAC

2001-01-26 Thread lou

You can't on os9.

You have to run it on osX PB (or osx server I believe)

Go here:

http://homepage.mac.com/LightyearDesign/MacOSX/Packages/

 I want to install PHP on iMAC with MAC OS 9, please advise if possible.
 
 Further, is there any lowcost or free web server that supports PHP on my MAC
 OS9.
 
 Thanks in advance.
 
 
 
 


 I want to install PHP on iMAC with MAC OS 9, please advise if possible.
 
 Further, is there any lowcost or free web server that supports PHP on my MAC
 OS9.
 
 Thanks in advance.
 
 
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP on MAC

2001-01-26 Thread Michael A. Peters


On Friday, January 26, 2001, at 09:16 AM, lou wrote:

 You can't on os9. 

Sure you can.
Its called webten

http://www.webten.com/

and it supports php

  
 You have to run it on osX PB (or osx server I believe) 

Or you could go with a freely available operating system such as Linux.
You can get YellowDog or Debian CD's dirt cheap from http://www.cheapbytes.com/

The commercial nix aren't the only nix for PowerPC :P

  
 Go here: 
  
 http://homepage.mac.com/LightyearDesign/MacOSX/Packages/ 
  
  I want to install PHP on iMAC with MAC OS 9, please advise if possible. 
   
  Further, is there any lowcost or free web server that supports PHP on my MAC 
  OS9. 
   
  Thanks in advance. 
   
   
   
   
  
  
  I want to install PHP on iMAC with MAC OS 9, please advise if possible. 
   
  Further, is there any lowcost or free web server that supports PHP on my MAC 
  OS9. 
   
  Thanks in advance. 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michael A. Peters
Abriasoft Senior Developer

(510)  623-9726x357
Fax: (510) 249-9125
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP on MAC OS9

2001-01-26 Thread Richard Lynch

If you get no answer, try the "Apache/MySQL/PHP" list.

Mostly OS X, but some are using OS9 et al.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
- Original Message -
From: "iGuru" [EMAIL PROTECTED]
Newsgroups: php.general
Sent: Friday, January 26, 2001 10:41 AM
Subject: [PHP] PHP on MAC OS9


 I want to install PHP on iMAC with MAC OS 9, please advise if possible.

 Further, is there any lowcost or free web server that supports PHP on my
MAC
 OS9.

 Thanks in advance.



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]