summaryrefslogtreecommitdiff
path: root/ext/mysqli/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on ↵Jani Taskinen2009-08-021-1/+1
| | | | compile with --with-mysqli and MySQL 6.0)
* Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.xAndrey Hristov2009-05-291-0/+10
|
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵Andrey Hristov2008-03-101-0/+1
| | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary
* Remove RPL functions. They were always experimental and lead to crashes.Andrey Hristov2007-12-281-2/+0
| | | | | | The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them.
* - Align help texts and added note about embedded not being available whenJani Taskinen2007-07-271-3/+5
| | | | | the MySQL native driver is used.
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+77
| | | | | (Similar to what ext/libxml is..)
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-64/+0
| | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.
* - Fix some configure --help textsfoobar2007-07-031-2/+2
|
* Fix for bug #39085:Georg Richter2006-10-091-2/+2
| | | | | | PHP6 requires mysqli_set_character_set function which was introduced in MySQL 4.1.13 and 5.0.7
* MFB: #37630 MySQL extensions should link against thread safe client libs if ↵Michael Wallner2006-06-011-2/+6
| | | | built with ZTS
* MFB51: Always use $SED instead of sedfoobar2005-11-291-2/+2
|
* - Allow doing --with-mysql --with-mysqli (no mysql libs are bundled atm)foobar2005-06-071-3/+4
| | | | | - Make sure MYSQL_DIR is empty.
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
|
* fix for bug #29329Georg Richter2005-02-051-1/+1
|
* Added new classes:Georg Richter2005-01-071-1/+1
| | | | | | | | | | | | | | | mysqli_driver mysqli_warning mysqli_exception mysqli_sql_exception Improved embedded server support changed testsuite to work also with embedded server Made statement and resultset classes extendable minor fixes
* changed warning (bug #29298) for outdated client libraryGeorg Richter2004-07-221-1/+1
|
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-071-4/+4
| | | | | | | | | | added support for new 4.1.3-beta functions mysqli_stmt_field_count mysqli_stmt_attr_set mysqli_stmt_attr_get removed support for deprecated/old api functions fixed bug in constructor_get
* - Align help output for configure.Derick Rethans2004-03-311-2/+2
|
* fixed memleaks in bind functionsGeorg Richter2004-03-091-1/+5
| | | | | added 4.1.2 support (renamed functions)
* Moved functions for replication support in to file mysqli_repl.cGeorg Richter2004-02-201-1/+1
| | | | | | | - these functions are marked as experimental now in documentation not sure if we will replace or extend them with NDB support in April
* removed profilerGeorg Richter2003-12-131-1/+1
| | | | | | | | added mysqli_report - better support for errors - support for no_index_used and bad_index_used typos and prototype fixes
* wsfoobar2003-12-081-1/+1
|
* Fix logicfoobar2003-12-071-14/+8
|
* - Added multiquery support:Georg Richter2003-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqli_multi_query mysqli_more_results mysqli_next_results - added read-only properties (and removed methods) object mysql affected_rows client_flags client_version errno, error, host, host_info, info server_capabilities, server_version sqlstate, port, protocol_version, server_language thread_id, user, warning_count object result current_field, field_count, lengths, num_rows, type object stmt query, param_count, field_count, id, errno, error, sqlstate - added constructor - minor fixes, prototypes
* cosmeticsfoobar2003-10-311-3/+4
|
* added support for embedded MySQL ServerGeorg Richter2003-10-291-4/+19
| | | | | some prototype fixes
* Align the configure --help textsfoobar2003-05-191-2/+2
|
* --+_Sebastian Bergmann2003-03-301-2/+2
|
* Better config.m4..foobar2003-03-191-39/+26
|
* added new profiler-filesGeorg Richter2003-03-111-1/+1
|
* added profiler supportGeorg Richter2003-03-031-1/+1
|
* Proper lib detection.Ilia Alshanetsky2003-02-151-1/+1
|
* - Let's add the config.m4 file too :-)Derick Rethans2003-02-121-0/+58