Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.0' | Andrey Hristov | 2016-03-16 | 1 | -4/+2 |
|\ | |||||
| * | Fix emails in headers. @mysql.com addresses are no more since many years. | Andrey Hristov | 2016-03-16 | 1 | -4/+3 |
| | | |||||
* | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -16/+0 |
|/ | | | | | | | | | | | PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions. | ||||
* | 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 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-11-16 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | News for fixed bug #68344 | Andrey Hristov | 2015-11-16 | 1 | -0/+4 |
| | | |||||
* | | Fixed memory leak in php_stream_context_set_option() | Dmitry Stogov | 2015-10-29 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-10-27 | 1 | -7/+42 |
|\ \ | |/ | |||||
| * | Another Fix for Bug #68344 MySQLi does not provide way to disable peer ↵ | Andrey Hristov | 2015-10-27 | 1 | -7/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-10-22 | 1 | -7/+2 |
|\ \ | |/ | |||||
| * | Improve fix for Bug #68344 MySQLi does not provide way to disable peer ↵ | Andrey Hristov | 2015-10-22 | 1 | -7/+2 |
| | | | | | | | | certificate validation | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-10-21 | 1 | -1/+7 |
|\ \ | |/ | |||||
| * | Fix for Bug #68344 MySQLi does not provide way to disable peer certificate ↵ | Andrey Hristov | 2015-10-21 | 1 | -1/+7 |
| | | | | | | | | validation | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-09-25 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Fixed bug #70572 segfault in mysqlnd_connect | Andrey Hristov | 2015-09-25 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-09-09 | 1 | -0/+23 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.6: Fix #70456: mysqlnd doesn't activate TCP keep-alive when connecting to a server Resolved conflicts: ext/mysqlnd/mysqlnd_net.c | ||||
| * | Fix #70456: mysqlnd doesn't activate TCP keep-alive when connecting to a server | Sergei Turchanov | 2015-09-09 | 1 | -0/+23 |
| | | | | | | | | | | libmysqlclient activates TCP keep-alive when connecting to a server. PHP mysqlnd extension must do the same to maintain compatibility. | ||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | | | | | semantick changes). | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -6/+6 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -71/+71 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | * PHP-5.6: fixed DBG_INF macro name reworked NEWS for 5.6.0GA | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * PHP-5.5: fixed DBG_INF macro name | ||||
| | * | fixed DBG_INF macro name | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | | |||||
* | | | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| | | | |||||
* | | | cleanup (use zend_string* instead of char*) | Dmitry Stogov | 2014-08-13 | 1 | -3/+3 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into phpng | Xinchen Hui | 2014-07-18 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: Zend/zend_compile.h ext/openssl/xp_ssl.c | ||||
| * \ \ | Merge branch 'PHP-5.6' | Andrey Hristov | 2014-07-16 | 1 | -0/+5 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | Conflicts: NEWS | ||||
| | * | | Add some trace info as well as update CLIENT_ flags | Andrey Hristov | 2014-07-16 | 1 | -0/+5 |
| | | | | |||||
* | | | | typo | Xinchen Hui | 2014-06-23 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fixed the trick.... | Xinchen Hui | 2014-06-23 | 1 | -9/+17 |
| | | | | |||||
* | | | | Fixed segfault of stream handling | Xinchen Hui | 2014-06-18 | 1 | -2/+2 |
| | | | | |||||
* | | | | Second set of changes to mysqlnd for phpng. | Andrey Hristov | 2014-05-20 | 1 | -11/+11 |
|/ / / | | | | | | | | | | | | | | | | A bit problematic is that the streams seem not to be completely ported. Also there are some hacks in the streams about EG(regular_list) and EG(persistent_list) and these need to be carefully checked. The test suite should catch them, however. | ||||
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| |/ | |||||
* | | Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to it | Kalle Sommer Nielsen | 2013-12-18 | 1 | -0/+8 |
|/ | | | | # For mysqlnd: Relevant PHP_API_VERSION are put in place for cross version compatibility | ||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c | ||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| |\ | |||||
| | * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | Fix valgrind error (sending of initialized bytes over the network). | Andrey Hristov | 2011-08-31 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When the compression was successful the compressed data + uninitialized data at the end was sent to the server, because the length of the compressed payload wasn't correctly calculated (actually the length of the uncompressed payload as assumed). However, the uncompress() function has internally the length of the real payload and skips the binary trash at the end - thus no data damage occurs! |