| View previous topic :: View next topic |
| Author |
Message |
bilbrey Muse Root
Joined: 04 Apr 2002 Posts: 210 Location: Sunnyvale, CA, USA
|
Posted: Fri Dec 17, 2004 8:51 pm Post subject: New PHP versions released, fixes problems. |
|
|
New php versions in both the 4.x and 5.x series are now available from http://www.php.net/ and mirrors. Get it, build it and install it today. Fixes several security bugs. Learn more here:
http://www.php.net/release_4_3_10.php |
|
| Back to top |
|
 |
hartingm
Joined: 29 Apr 2002 Posts: 36 Location: Tulsa, OK
|
Posted: Sun Dec 19, 2004 10:44 pm Post subject: |
|
|
Is it possible to run both versions on the same web server? I have a few items that run on PHP4 and I want to start learning PHP5. I was wondering if I could do both on the same server or should I set up a separate VMware system to run each version.
Thanks. . . Matt |
|
| Back to top |
|
 |
bilbrey Muse Root
Joined: 04 Apr 2002 Posts: 210 Location: Sunnyvale, CA, USA
|
Posted: Sun Dec 26, 2004 10:27 am Post subject: I've seen that YES is the answer. |
|
|
Yes, you can. I saw a howto for configuring php4 to run as module, and php5 to run as CGI. That said, I'd think that separate machines is the way to go, especially if one of those is production, eh? That way you can make all your production scripts PHP5 safe and migrate the whole kaboodle without hassle.
best,
.b |
|
| Back to top |
|
 |
Greg Muse Root

Joined: 24 Mar 2002 Posts: 135
|
Posted: Wed Jan 05, 2005 1:01 pm Post subject: |
|
|
Another possibility would be a second apache installed to a different root with a php5 module running on another port.
You could even configure them to share a document root if you wanted. _________________ Where am I?
Sanity is a state of mind. |
|
| Back to top |
|
 |
|