change apache but I can use last version php mysql
which is the last php stable version (series 4)
and with wich version mysql work good (mysql5.x.x 5 or mysql 4.x.x)
at the moment I am using in localhost php 4.3.9 and mysql 4.1.12 on apache
2.0.54;
I want transfer on hosting; but if I want to use cpanel I have only
apache version 1.x.x
my question which last version of php and mysql I can use on this apache?
there are problem if now I use apaceh 2.x.x?
Re: change apache but I can use last version php mysql
nawfer wrote:
> which is the last php stable version (series 4)
> and with wich version mysql work good (mysql5.x.x 5 or mysql 4.x.x)
4.4.7, released 3rd of May.
> at the moment I am using in localhost php 4.3.9 and mysql 4.1.12 on apache
> 2.0.54;
> I want transfer on hosting; but if I want to use cpanel I have only
> apache version 1.x.x
> my question which last version of php and mysql I can use on this apache?
PHP 5.2.2, MySQL 5.0.37
> there are problem if now I use apaceh 2.x.x?
Not really, as long as you don't relay on special modules for Apache2
--
//Aho
Re: change apache but I can use last version php mysql
Il Sun, 06 May 2007 12:11:06 +0200, J.O. Aho ha scritto:
> nawfer wrote:
>> which is the last php stable version (series 4)
>> and with wich version mysql work good (mysql5.x.x 5 or mysql 4.x.x)
>
> 4.4.7, released 3rd of May.
>> at the moment I am using in localhost php 4.3.9 and mysql 4.1.12 on apache
>> 2.0.54;
>> I want transfer on hosting; but if I want to use cpanel I have only
>> apache version 1.x.x
>> my question which last version of php and mysql I can use on this apache?
>
> PHP 5.2.2, MySQL 5.0.37
I have application that work good in php 4.x.x
so I would like use version 4
with php 4.4.7 which mysql is prefereble to use?
Re: change apache but I can use last version php mysql
nawfer wrote:
> Il Sun, 06 May 2007 12:11:06 +0200, J.O. Aho ha scritto:
>>> at the moment I am using in localhost php 4.3.9 and mysql 4.1.12 on apache
>>> 2.0.54;
>>> I want transfer on hosting; but if I want to use cpanel I have only
>>> apache version 1.x.x
>>> my question which last version of php and mysql I can use on this apache?
>> PHP 5.2.2, MySQL 5.0.37
>
> I have application that work good in php 4.x.x
> so I would like use version 4
> with php 4.4.7 which mysql is prefereble to use?
MySQL 3.x, 4.x or 5.x, it's all up to you what you want to use. If you are
using microsoft, then you are more or less locked to the version for which you
find the "php_mysql.dll" for, while on Unix systems you easily can recompile
so it works with the installed mysql.
--
//Aho