[Q]Add php 5 lib in http.conf

Scolpy

Verified User
Joined
Feb 25, 2009
Messages
137
Hi!
I have upgraded php(4 to 5) on my server, and i know that i need to load the php 5 lib(define is in httpd.conf).
But I have some questions:

  • Which code i should to add in httpd.conf and where?
  • I need to replace this code with older code?

My Apache version is 1.3.

Thanks.

Yonatan :)
 
How did you upgrade to php5? If you used custombuild, then all the required code should have been added.

Which method of running php5 did you choose?

Jeff
 
How did you upgrade to php5? If you used custombuild, then all the required code should have been added.

Which method of running php5 did you choose?

Jeff
I've upgraded to PHP 5 without any scripts, just by compiling .
 
Easy way, then, would be to remove that PHP install, and install it using custombuild. Hard way is to figure out all the changes you must make.

There's a reason why DirectAdmin does it for you. That's because doing it yourself is complex.

While many of us know how to do the installation manually (including user smtalk who wrote the custombuild script), I don't think any of us are doing it that way anymore.

Perhaps smtalk would be happy to do the work for you as a professional (paid) service.

Jeff
 
Back
Top