Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | [Bug 75448] In case of failure, mysqli::prepare() returns NULL instead of FALSE | Sergei Morozov | 2018-02-10 | 1 | -2/+2 |
| | |||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Move zend_object_iterator_funcs structures into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
|\ | |||||
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
| | | | | | | | | Also re bug #71575. | ||||
* | | Remove HAVE_SPL checks | Nikita Popov | 2016-01-30 | 1 | -4/+0 |
|/ | | | | | | SPL is always built. Also clean up spl_ce_RuntimeException handling in PDO. | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -6/+6 |
| | | | | | | | | semantick changes). | ||||
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-03-09 | 1 | -1/+0 |
|\ \ | |/ | | | | | | | Conflicts: ext/mysqli/php_mysqli_structs.h | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-03-09 | 1 | -1/+0 |
| |\ | |||||
| | * | Revert "Fix #63486" | Xinchen Hui | 2015-03-09 | 1 | -1/+0 |
| | | | | | | | | | | | | This reverts commit f4c96ffcb565c1daa76aa58256e4df6f111f8803. | ||||
| | * | Fix #63486 | Julien Pauli | 2015-02-20 | 1 | -0/+1 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix #63486 | Julien Pauli | 2015-03-08 | 1 | -0/+1 |
| | | | |||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed build | Xinchen Hui | 2015-03-09 | 1 | -1/+1 |
| | | | |||||
* | | | Fix #63486 | Julien Pauli | 2015-03-08 | 1 | -0/+1 |
| | | | |||||
* | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | which also comply with the current semantics for such macros | ||||
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -15/+15 |
| | | | |||||
* | | | converted some ext/mysql* and fixed ext/zlib | Anatol Belski | 2014-10-15 | 1 | -1/+4 |
| | | | |||||
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -19/+19 |
| | | | |||||
* | | | ported ext/mysqli | Anatol Belski | 2014-08-19 | 1 | -19/+19 |
| | | | |||||
* | | | Various bug fixed | Xinchen Hui | 2014-05-11 | 1 | -2/+2 |
| | | | |||||
* | | | Refactor MySQLi (incompleted, only compilable now) | Xinchen Hui | 2014-05-11 | 1 | -28/+29 |
|/ / | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2014-02-27 | 1 | -0/+4 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.5: NEWS NEWS test for bug #66762 Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closed | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2014-02-27 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | | | | | | | * PHP-5.4: NEWS test for bug #66762 Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closed | ||||
| | * | Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closed | Remi Collet | 2014-02-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each new mysqli_stmt now increase the refcount of the link object. So the link is really destroy after all statements. Only implemented with libmysqlclient, as mysqlnd already implement this internally. So, libmysqlclient and mysqlnd have the same behavior. | ||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Add new INI for rollbacking connections put back into the pconn pool | Andrey Hristov | 2014-01-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | as well a function get the the statistics in easier way than ob_start() and parsing phpinfo(). | ||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ / | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Remove support for local infile handler in mysqli from 5.5 | andrey | 2012-05-03 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the following functions from the API: mysqli_set_local_infile_default() mysqli_set_local_infile_handler() Using these functions is known to be lead to stability problems in mysqli. It was only enabled when compiling against libmysql. mysqlnd doesn't have this support for local infile. However, with mysqlnd it can be emulated by using stream handlers like in: $c->query("LOAD DATA LOCAL INFILE "http://example.com/import.csv" INTO ...") All available protocols, as well as user implemented ones can be added. | ||||
* | | remove dead and unused for more than 8 years code | andrey | 2012-05-03 | 1 | -6/+0 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
|/ | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Sorry for the commit but compiler warnings are annoying and so are white ↵ | Ulf Wendel | 2010-10-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | | spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown up by white space changes... Changes: - remove end of line white space - fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive" | ||||
* | Fix for bug #52654 mysqli doesn't install headers with structures it uses | Andrey Hristov | 2010-08-20 | 1 | -220/+5 |
| | |||||
* | Fix for bug #52413 MySQLi build failure on OS X | Andrey Hristov | 2010-08-13 | 1 | -0/+4 |
| | |||||
* | And a fix for MySQL Server which is pre 5.1.23, which doesn't support | Andrey Hristov | 2010-06-14 | 1 | -0/+36 |
| | | | | | | preserving of the charset when performing change_user. This is libmysql only code. | ||||
* | Remove a function that has no usage. The zval cache was disabled/removed | Andrey Hristov | 2010-05-26 | 1 | -2/+0 |
| | | | | | in 5.3.0-RC3. | ||||
* | Add checks to check the underlying pointer in the resource. | Andrey Hristov | 2010-05-26 | 1 | -0/+21 |
| | | | | | | | | It can happen that the underlying pointer is freed (like in the case of connection reconnect), and then it cannot be allocated anymore, which means that NULL will be used consequently by the functions that fetch the resource and the crash is immediate. |