|
Posted by Rik on 07/27/07 08:23
On Fri, 27 Jul 2007 10:10:26 +0200, Tony B <tagb61@yahoo.co.uk> wrote:
> Hi,
> I'm trying out my local copy of a site that uses php4, mysql,apache2.
> I've
> moved it from a php4 machine to a php5 machine, and it doesn't work at
> all
> now. A couple of other php4 sites I've moved, which are straight php and
> do
> not use mysql are working fine though. So it seems that the mysql php
> interface maybe the problem.
> Are there any site/docs which cover the differences between php4 and
> php5,
> and likely problems that may occur, particularly with mysql ?
> Regards
> Tony
mysql isn't included out of the box any more. See
http://nl2.php.net/manual/en/ref.mysql.php
--
Rik Wasmus
[Back to original message]
|