| Posted: 04 Dec 2005 03:27 | |
|
Registered User Currently Offline |
Posts: 2 Join Date: Jul 2005 |
|
how do you enable wamp so that you can use the new php5 code, I know the php.ini has to have mysqli added just not sure how
I am using WAMP: 2.1.1 Apache: Apache/1.3.33 (Win32) PHP/5.0.4 MySql: 4.1.12a-nt-log (for details click phpMyAdmin) PHP: 5.0.4 (Details) |
|
| Posted: 08 Dec 2005 20:01 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
| Find the file php.ini in your Windows directory, edit it and replace the entry extension=php_mysql.dll by extension=php_mysqli.dll. Save the file and restart the web server. You can do this by choosing Start->Programs->e-novative->WAMP->Stop WAMP, then Start->Programs->e-novative->WAMP->Start WAMP. | |