summaryrefslogtreecommitdiff
path: root/ext/mysqli/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-0/+2
| | | | generate the install-headers cmd
* Add iterator to mysqli_result. Works both for :Andrey Hristov2010-05-181-0/+1
| | | | | | - USE_RESULT, can be iterated only once, kind of forward iterator - STORE_RESULT, can be iterated multiple times
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-2/+3
| | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers
* Fix snapshot buildAndrey Hristov2008-04-081-6/+8
|
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵Andrey Hristov2008-03-101-1/+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-3/+1
| | | | | | The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them.
* Import mysqlndAndrey Hristov2007-10-051-5/+33
| | | | | Patch ext/mysql and ext/mysqli to support mysqlnd
* fixes for #33251Wez Furlong2005-06-051-1/+1
|
* Sync with config.m4.Sebastian Bergmann2005-01-071-1/+1
|
* MySQL is releasing client libraries that compile out of the boxEdin Kadribasic2004-11-041-2/+2
| | | | | | with mysqli extension, so there is no need for a specially compiled client library anymore.
* Add missing source fileEdin Kadribasic2004-03-031-1/+1
|
* Replace mysql with mysqli in paths to allow building both mysql and mysqliEdin Kadribasic2004-03-031-2/+2
|
* Do not corrupt mysql build with mysqli build stuff. (should fix #27387)foobar2004-02-251-3/+3
|
* Can't test whether it works (no current >=mysql-4.1.2 available on Windows), ↵Sebastian Bergmann2004-02-211-0/+14
but it should.