does da upgrade php for me?

young

Verified User
Joined
Oct 22, 2003
Messages
77
because i dont remember upgrading php, and the host says they don't, but it gets upgraded somehow.
 
DirectAdmin does not upgrade php for you (unless they have some special arrangements), but they have provided the customapache tool allowing easy upgrading of php ;)
 
thanks. i guess it is someone at the server host or some kind intruder updating php for me.
 
If your hosting provider says they don't then my guess is it's probably their datacenter.
 
jmstacey said:
they have provided the customapache tool allowing easy upgrading of php

Oh, customapache can also be used to upgrade PHP as well as Apache? What are the commands for doing this as I have not seen them anywhere. I have only seen the commands to upgrade Apache. Thanks.

Louie
 
Typing "./build" will show you a list of all available programs to compile. For example if you needed to compile zend you would do "./build zend" or if you wantd to do everything (except zend) you would use "./build all" and so on.

./build being run in /usr/local/directadmin/customapache/
 
Back
Top