[PHP] install mysql and mysqli together

2004-03-08 Thread Juergen Mueller
Hi, i would like to install the standard mysql extension together with the new mysqli extension. the documentation say, that in this case the bundled libmysql libary in PHP cannot be used. furthermore it recommended to use the client libaries installed by MySQL below Version 4.1 in /usr/mysql

Re: [PHP] install mysql and mysqli together

2004-03-08 Thread Raditha Dissanayake
Hi, Installing mysqli by itself is complicated enough (or at least it does not run smoothly). I also had this need but gave up on it in the end. You can see my experience with this at http://www.raditha.com/mysql/mysqli.php my final solution was to install both php4 and php 5 :-( all the