Re: [PHP-DEV] MySQLi compat.

2003-06-13 Thread Georg Richter
On Monday 09 June 2003 14:10, John Coggeshall wrote: Hello John, > I was playing around with mysqli and was quite annoyed having to have > both the mysqli and mysql extensions installed in order to have my old > PHP4 scripts working under PHP5.. As one solution, I put together a > script[*] which

Re: [PHP-DEV] MySQLi compat.

2003-06-09 Thread Sterling Hughes
You can propose it for PEAR if you like. -Sterling On Mon, 2003-06-09 at 08:10, John Coggeshall wrote: > I was playing around with mysqli and was quite annoyed having to have > both the mysqli and mysql extensions installed in order to have my old > PHP4 scripts working under PHP5.. As one soluti

[PHP-DEV] MySQLi compat.

2003-06-09 Thread John Coggeshall
I was playing around with mysqli and was quite annoyed having to have both the mysqli and mysql extensions installed in order to have my old PHP4 scripts working under PHP5.. As one solution, I put together a script[*] which basically emulates all of the old mysql_* functionality using strictly my