To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
PHPBuilder.com  
 

 

Go Back   PHPBuilder.com > PHP Help > Upgrading PHP

Upgrading PHP Issues concerning PHP version upgrades and future releases

Reply
 
Thread Tools Rate Thread Display Modes
Old 07-13-2004, 09:03 PM   #1
LordShryku
kung foo code monkey
 
LordShryku's Avatar
 
Join Date: Aug 2002
Location: Occupational Hypnotherapy
Posts: 7,473
Time to upgrade!

PHP5 final release was put out today...
LordShryku is offline   Reply With Quote
Old 07-13-2004, 11:18 PM   #2
Moonglobe
Better fan than rebelo!
 
Moonglobe's Avatar
 
Join Date: Apr 2003
Location: brain://localhost:left-side
Posts: 2,381

nice
__________________
there's no place i can be, since i found serenity.
Moonglobe is offline   Reply With Quote
Old 07-14-2004, 05:32 AM   #3
Shrike
Not Yet Involved
 
Shrike's Avatar
 
Join Date: Oct 2003
Location: The Eighth, Sursamen
Posts: 2,254
Hurrah
__________________
The Hundredth Idiot
Shrike is offline   Reply With Quote
Old 07-14-2004, 09:14 AM   #4
teddmcload
Member
 
Join Date: Aug 2002
Location: tr
Posts: 59
hurrahh
__________________
necessity borns from solutions
teddmcload is offline   Reply With Quote
Old 08-08-2004, 07:11 PM   #5
Sul
Ximensions.com
 
Join Date: Oct 2003
Posts: 44
...so what's new lol
__________________
http://www.ximensions.com
Sul is offline   Reply With Quote
Old 08-08-2004, 07:50 PM   #6
LordShryku
kung foo code monkey
 
LordShryku's Avatar
 
Join Date: Aug 2002
Location: Occupational Hypnotherapy
Posts: 7,473
Were you that bored to revive a month old thread?
LordShryku is offline   Reply With Quote
Old 08-08-2004, 09:18 PM   #7
Jona
Stuper Murderator
 
Jona's Avatar
 
Join Date: Jul 2003
Posts: 50
Quote:
Originally posted by Sul
...so what's new lol
If you ever go to this site called www.php.net, and scroll down just a wee bit, you'll see this header that says, "PHP 5.0.0 Released!" Yep, the features are listed there.

<offtopic>
LordShryku, I looked at your blog, and noticed you linked to Ryan Brill's site. I'm curious, do you also go to the Web Developer Forums, or did you see his article on A List Apart?
</offtopic>
__________________
[J]ona

Last edited by Jona; 08-08-2004 at 10:11 PM.
Jona is offline   Reply With Quote
Old 08-08-2004, 09:33 PM   #8
LordShryku
kung foo code monkey
 
LordShryku's Avatar
 
Join Date: Aug 2002
Location: Occupational Hypnotherapy
Posts: 7,473
I'm a bit of everywhere, but Ryan's a regular around here.
LordShryku is offline   Reply With Quote
Old 08-09-2004, 12:08 AM   #9
Jona
Stuper Murderator
 
Jona's Avatar
 
Join Date: Jul 2003
Posts: 50
Quote:
Originally posted by LordShryku
I'm a bit of everywhere, but Ryan's a regular around here.
Ah, I hadn't seen that before.
__________________
[J]ona
Jona is offline   Reply With Quote
Old 08-13-2004, 05:11 AM   #10
laserlight
PHP Witch
 
laserlight's Avatar
 
Join Date: Apr 2003
Location: Singapore
Posts: 12,388
Anyone upgraded to PHP5.0.1 yet?
__________________
Use Bazaar for your version control system
Read the PHP Spellbook
Learn How To Ask Questions The Smart Way
laserlight is offline   Reply With Quote
Old 08-13-2004, 11:15 AM   #11
goldbug
50,000 Watts of Goodwill
 
goldbug's Avatar
 
Join Date: May 2003
Location: Rummaging through your garbage.
Posts: 1,326
Of course I have
__________________
Many eyes make few mistakes

goldendance
goldbug is offline   Reply With Quote
Old 08-14-2004, 11:55 AM   #12
yelvington
Senior Member
 
Join Date: Dec 2000
Location: USA
Posts: 1,012
Oh yeah. And 'make install' continues to screw up the Apache2 conf file by putting in Apache 1 directives. But that's easy to fix.
yelvington is offline   Reply With Quote
Old 08-14-2004, 04:42 PM   #13
goldbug
50,000 Watts of Goodwill
 
goldbug's Avatar
 
Join Date: May 2003
Location: Rummaging through your garbage.
Posts: 1,326
Quote:
Originally posted by yelvington
Oh yeah. And 'make install' continues to screw up the Apache2 conf file by putting in Apache 1 directives. But that's easy to fix.
In what way? My httpd.conf has no such entries. What configure command are you using for PHP?
__________________
Many eyes make few mistakes

goldendance
goldbug is offline   Reply With Quote
Old 08-14-2004, 05:30 PM   #14
yelvington
Senior Member
 
Join Date: Dec 2000
Location: USA
Posts: 1,012
'./configure' '--with-mysql=/home/mysql' '--with-apxs2'

And it consistently adds the following line to /etc/httpd/conf/httpd2.conf:

AddModule mod_php5.c

That's appropriate for Apache 1.x, but all Apache2 wants to see is

LoadModule php5_module lib/libphp5.so

So, when I restart the server, it fails. I comment out the offending line, and all is well.

Had the same problem with 5.0.
yelvington is offline   Reply With Quote
Old 08-14-2004, 07:40 PM   #15
goldbug
50,000 Watts of Goodwill
 
goldbug's Avatar
 
Join Date: May 2003
Location: Rummaging through your garbage.
Posts: 1,326
Well, it could be your configure command. Here's a snippet from my usual configure script:
Code:
./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
... etc ...
Don't see why specifying the path to apxs2 should matter (other than the possibility it's finding an Apache1.x apxs in a search path before the Apache2 version), but thats the only apache-related difference I can see between the two (only other possible one I can think of is that I compile apache myself as well--not sure if you use a package or whatever--but that shouldn't matter much either)
__________________
Many eyes make few mistakes

goldendance
goldbug is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 04:04 AM.






Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.