Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵ | Pierre Joye | 2010-12-11 | 1 | -0/+2 |
| | | | | generate the install-headers cmd | ||||
* | Add iterator to mysqli_result. Works both for : | Andrey Hristov | 2010-05-18 | 1 | -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 fails | Pierre Joye | 2008-06-23 | 1 | -2/+3 |
| | | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers | ||||
* | Fix snapshot build | Andrey Hristov | 2008-04-08 | 1 | -6/+8 |
| | |||||
* | Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵ | Andrey Hristov | 2008-03-10 | 1 | -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 Hristov | 2007-12-28 | 1 | -3/+1 |
| | | | | | | The underlying functions will be removed from libmysql as of MySQL 6.0, so it's right time to remove them. | ||||
* | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -5/+33 |
| | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | ||||
* | fixes for #33251 | Wez Furlong | 2005-06-05 | 1 | -1/+1 |
| | |||||
* | Sync with config.m4. | Sebastian Bergmann | 2005-01-07 | 1 | -1/+1 |
| | |||||
* | MySQL is releasing client libraries that compile out of the box | Edin Kadribasic | 2004-11-04 | 1 | -2/+2 |
| | | | | | | with mysqli extension, so there is no need for a specially compiled client library anymore. | ||||
* | Add missing source file | Edin Kadribasic | 2004-03-03 | 1 | -1/+1 |
| | |||||
* | Replace mysql with mysqli in paths to allow building both mysql and mysqli | Edin Kadribasic | 2004-03-03 | 1 | -2/+2 |
| | |||||
* | Do not corrupt mysql build with mysqli build stuff. (should fix #27387) | foobar | 2004-02-25 | 1 | -3/+3 |
| | |||||
* | Can't test whether it works (no current >=mysql-4.1.2 available on Windows), ↵ | Sebastian Bergmann | 2004-02-21 | 1 | -0/+14 |
but it should. |