[PHP-DB] MySQL 4.1 and PHP4

2005-07-10 Thread Andre Matos
Hi, It is possible to use mysqli_connect and the others mysqli functions in PHP4? I have downloaded the PHP4 and compiled using these parameters on my MacOSX: ./configure --prefix=/usr/local/php4compiled --with-apxs=/usr/sbin/apxs --enable-mbstring --with-xml --with-mysql=/usr/local/mysql

RE: [PHP-DB] MySQL 4.1 and PHP4

2005-07-10 Thread Bastien Koert
4 does not come with the mysqli extension. You would need to download it (seprately or as part of the php5 module) and then move the extension aapropriate folder... Bastien From: Andre Matos [EMAIL PROTECTED] To: 'PHP-mailist (PHP-mailist)' php-db@lists.php.net Subject: [PHP-DB] MySQL 4.1