Hi,

The new mysql extension is now in the cvs-repository. Please not that you 
need MySQL Version 4.1 (both server and client library) and that this 
extension has experimental status.

Configuration:

--with-mysqli=/path-to-mysql-4.1  -without-mysql

If you want to use both ext/mysql and ext/mysqli you have to specity 

--with-mysqli=/path-to-mysql-4.1  --with-mysql=/path-to-mysql-4.1 
 

Some new features:

OO and plain interface
Diffrent types of connections (compressed/ssl)
Variable bindings
Support for bigints
Replication support

For some samples check the tests subdir. I'll add documentation within the 
next days.

Regards

Georg

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to