Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport patch for bug #71820 | Anatol Belski | 2016-03-17 | 2 | -1/+118 |
| | | | | Rev b4eedd128ba9f61be08a50c94afd72837d7cf70b | ||||
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 16 | -16/+16 |
| | |||||
* | Improve the test | Xinchen Hui | 2015-11-17 | 1 | -2/+12 |
| | |||||
* | Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction) | Xinchen Hui | 2015-11-16 | 4 | -6/+86 |
| | | | | Actually, this only be fixed if php uses mysqlnd | ||||
* | Another Fix for Bug #68344 MySQLi does not provide way to disable peer ↵ | Andrey Hristov | 2015-10-27 | 5 | -15/+15 |
| | | | | | | | | | | | | certificate validation Added the possibility to explicitly state that the peer certificate should not be checked. Back to the default - checking the certificate. Exported MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT Usage : mysqli_real_connect( , , , , , MYSQLI_CLIENT_SSL | MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT) If mysqli_ssl_set() is not called, but only MYSQLI_CLIENT_SSL is passed, without the (don't) very flag, then no verification takes place. | ||||
* | Improve fix for Bug #68344 MySQLi does not provide way to disable peer ↵ | Andrey Hristov | 2015-10-22 | 2 | -0/+6 |
| | | | | certificate validation | ||||
* | Fix for Bug #68344 MySQLi does not provide way to disable peer certificate ↵ | Andrey Hristov | 2015-10-21 | 1 | -0/+40 |
| | | | | validation | ||||
* | Update the certificates needed for the mysqli tests | Andrey Hristov | 2015-10-21 | 3 | -65/+175 |
| | |||||
* | fix test | Anatol Belski | 2015-10-12 | 1 | -0/+4 |
| | |||||
* | Add JSON as exported type, if available. mysqlnd has it, libmysql doesn't ↵ | Andrey Hristov | 2015-09-30 | 1 | -1/+3 |
| | | | | export it (for now). | ||||
* | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server | Andrey Hristov | 2015-09-23 | 2 | -1/+65 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-04-01 | 1 | -2/+0 |
|\ | | | | | | | | | * PHP-5.5: test fixes | ||||
| * | test fixes | Ferenc Kovacs | 2015-04-01 | 1 | -2/+0 |
| | | |||||
* | | Update NEWS | Xinchen Hui | 2015-03-10 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-03-09 | 2 | -56/+0 |
|\ \ | |/ | |||||
| * | Revert "Fix #63486" | Xinchen Hui | 2015-03-09 | 2 | -56/+0 |
| | | | | | | | | This reverts commit f4c96ffcb565c1daa76aa58256e4df6f111f8803. | ||||
| * | Fix #63486 | Julien Pauli | 2015-02-20 | 2 | -0/+56 |
| | | |||||
| * | Patch commit d9f85373e32 by moving the float_to_double function to | Keyur Govande | 2015-01-26 | 1 | -2/+2 |
| | | | | | | | | a header file. | ||||
| * | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-26 | 3 | -10/+43 |
| | | | | | | | | | | | | | | | | | | | | | | and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors). The patch removes support for Decimal floating point numbers and now defaults to using similar logic as what libmysqlclient does: convert a 4 byte floating point number into a string, and then the string into a double. The quirks of MySQL are maintained as seen in Field_Float::val_str() | ||||
| * | Bump year | Xinchen Hui | 2015-01-15 | 16 | -16/+16 |
| | | |||||
* | | Fix #63486 | Julien Pauli | 2015-03-08 | 2 | -0/+56 |
| | | |||||
* | | Patch commit d9f85373e32 by moving the float_to_double function to | Keyur Govande | 2015-01-26 | 1 | -2/+2 |
| | | | | | | | | a header file. | ||||
* | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-26 | 3 | -10/+43 |
| | | | | | | | | | | | | | | | | | | | | | | and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors). The patch removes support for Decimal floating point numbers and now defaults to using similar logic as what libmysqlclient does: convert a 4 byte floating point number into a string, and then the string into a double. The quirks of MySQL are maintained as seen in Field_Float::val_str() | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 16 | -16/+16 |
| | | |||||
* | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 4 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c | ||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Keyur Govande | 2014-08-15 | 9 | -16/+116 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Update NEWS Fix another failing test Add NEWS Fix failing tests Patch for bug #67839 (mysqli does not handle 4-byte floats correctly) Conflicts: ext/mysqli/tests/mysqli_change_user.phpt | ||||
| * | Fix another failing test | Keyur Govande | 2014-08-15 | 1 | -1/+9 |
| | | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Keyur Govande | 2014-08-15 | 8 | -14/+87 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Add NEWS Fix failing tests Patch for bug #67839 (mysqli does not handle 4-byte floats correctly) Conflicts: ext/mysqli/tests/table.inc | ||||
| | * | Fix failing tests | Keyur Govande | 2014-08-14 | 7 | -14/+29 |
| | | | |||||
| | * | Patch for bug #67839 (mysqli does not handle 4-byte floats correctly) | Keyur Govande | 2014-08-14 | 1 | -0/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the patch, a value of 9.99 in a FLOAT column came out of mysqli as 9.9998998641968. This is because it would naively cast a 4-byte float into PHP's internal 8-byte double. To fix this, with GCC we use the built-in decimal support to "up-convert" the 4-byte float to a 8-byte double. When that is not available, we fall back to converting the float to a string and then converting the string to a double. This mimics what MySQL does. | ||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-08-06 | 1 | -0/+120 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | Conflicts: ext/fileinfo/data_file.c ext/fileinfo/libmagic/softmagic.c ext/fileinfo/magicdata.patch | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2014-08-06 | 1 | -12/+34 |
| |\ \ | | |/ | |||||
| | * | Add EXPECTF | Andrey Hristov | 2014-08-06 | 1 | -12/+34 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2014-08-06 | 1 | -0/+98 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | Conflicts: NEWS configure.in main/php_version.h | ||||
| | * | Fix handling of multi-result sets with PS...used to clean not only | Andrey Hristov | 2014-08-06 | 1 | -0/+98 |
| | | | | | | | | | | | | the result set but the whole PS. | ||||
| * | | Merge commit '8b9719d' into PHP-5.5 | Rasmus Lerdorf | 2014-07-30 | 1 | -0/+3 |
| |\ \ | | |/ | | | | | | | | | | * commit '8b9719d': We need to turn off any strict mode here for this warning to show up | ||||
* | | | Merge commit '8b9719d' into PHP-5.6 | Rasmus Lerdorf | 2014-07-30 | 1 | -0/+3 |
|\ \ \ | | |/ | |/| | | | | | | | * commit '8b9719d': We need to turn off any strict mode here for this warning to show up | ||||
| * | | We need to turn off any strict mode here for this warning to show up | Rasmus Lerdorf | 2014-07-30 | 1 | -0/+3 |
| | | | |||||
* | | | Add some trace info as well as update CLIENT_ flags | Andrey Hristov | 2014-07-16 | 2 | -3/+5 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-06-20 | 3 | -9/+9 |
|\ \ \ | | |/ | |/| | | | | | | | * PHP-5.5: Fixed MarinaDB support | ||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Dmitry Stogov | 2014-06-20 | 3 | -9/+9 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.4: Fixed MarinaDB support | ||||
| | * | Fixed MarinaDB support | Dmitry Stogov | 2014-06-20 | 3 | -9/+9 |
| | | | |||||
* | | | Fix another problem with MySQL 5.7 | Andrey Hristov | 2014-06-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-06-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Suppress test failure with MySQL 5.7 | Andrey Hristov | 2014-06-18 | 1 | -1/+1 |
| | | | |||||
* | | | Bug 64744 | Boro Sitnikovski | 2014-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Show the type of the non-object for more descriptive errors | ||||
* | | | rename a constant - old name to new name | Andrey Hristov | 2014-05-06 | 1 | -1/+1 |
| | | | |||||
* | | | Fix mysqli build when building against libmysqlclient. | Adam Harvey | 2014-05-02 | 1 | -0/+8 |
| | | | |||||
* | | | fix test - doesn't seem to produce warning | Stanislav Malyshev | 2014-04-14 | 1 | -2/+1 |
| | | |