Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #74021 | andrewnester | 2017-02-12 | 2 | -0/+52 |
| | |||||
* | Fix bug #73949 leak in mysqli_fetch_object | Joe Watkins | 2017-01-18 | 2 | -3/+25 |
| | |||||
* | Fix bug #69899 | rfussenegger | 2017-01-12 | 1 | -0/+38 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 17 | -17/+17 |
| | |||||
* | Fix Bug #73462 - Persistent connections don't set $connect_errno | Vince | 2017-01-03 | 2 | -0/+45 |
| | | | | | Persistent connections skipped resetting $connect_error and $connect_errno values This adds the "clear error" line to persistent connections for consistency | ||||
* | Add a bit more test cases (edge cases) to the BIT test case | Andrey Hristov | 2016-12-12 | 1 | -2/+38 |
| | |||||
* | Add a test case to test fetching of multiple rows with bit values. | Andrey Hristov | 2016-12-12 | 1 | -0/+65 |
| | |||||
* | fix test | Anatol Belski | 2016-12-04 | 1 | -2/+2 |
| | | | | | This test depends on connection flags modifable from teh env, that can affect the exact function called. | ||||
* | fix test | Anatol Belski | 2016-12-04 | 1 | -1/+1 |
| | | | | | On Windows, either doubled backslashes or forward slashes are supported on the server side. | ||||
* | Add test for bug #72489 | Nikita Popov | 2016-09-17 | 1 | -0/+65 |
| | |||||
* | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call ↵ | Anatol Belski | 2016-05-09 | 2 | -125/+4 |
| | | | | | | | | | constructor" This reverts commit b4eedd128ba9f61be08a50c94afd72837d7cf70b. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history. | ||||
* | Fixed bug #71820 pg_fetch_object bind parameters before call constructor | Anatol Belski | 2016-03-17 | 2 | -4/+125 |
| | | | | | | If we want to fetch into an object of a custom class that implemens __set handler, the corstructor has to be called first. The data passed to the constructor can be possibly required in __set handler. | ||||
* | Fix emails in headers. @mysql.com addresses are no more since many years. | Andrey Hristov | 2016-03-16 | 1 | -3/+3 |
| | |||||
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
| | | | | Also re bug #71575. | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Julien Pauli | 2016-01-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) Conflicts: ext/json/php_json_encoder.h sapi/continuity/capi.c | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 16 | -16/+16 |
|\ \ | |/ | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 16 | -16/+16 |
| | | |||||
* | | Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors) | Xinchen Hui | 2015-11-27 | 1 | -0/+62 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-11-17 | 1 | -2/+12 |
|\ \ | |/ | |||||
| * | Improve the test | Xinchen Hui | 2015-11-17 | 1 | -2/+12 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-11-16 | 4 | -6/+86 |
|\ \ | |/ | | | | | | | Conflicts: ext/mysql/php_mysql.c | ||||
| * | 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 | ||||
* | | Fix mysqli tests | Andrey Hristov | 2015-10-28 | 2 | -5/+4 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-10-27 | 5 | -14/+14 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-10-22 | 2 | -0/+6 |
|\ \ | |/ | |||||
| * | Improve fix for Bug #68344 MySQLi does not provide way to disable peer ↵ | Andrey Hristov | 2015-10-22 | 2 | -0/+6 |
| | | | | | | | | certificate validation | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-10-21 | 4 | -65/+215 |
|\ \ | |/ | |||||
| * | 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 |
| | | |||||
* | | Fixed test. | Dmitry Stogov | 2015-10-07 | 1 | -1/+4 |
| | | | | | | | | | | MySQL and MariaDB of different versions have different assumptions about TIMESTAMP attributes. Probably we need to add yet another condition to also check MariaDB version. | ||||
* | | fix test | Anatol Belski | 2015-09-30 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Andrey Hristov | 2015-09-30 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | 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 |
| | | |||||
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more ↵ | Dmitry Stogov | 2015-09-24 | 1 | -9/+9 |
| | | | | | | | | appropriate Z_ARRVAL_P() or Z_OBJPROP_P(). | ||||
* | | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server | Andrey Hristov | 2015-09-23 | 2 | -1/+65 |
| | | |||||
* | | Avoid reallocations | Dmitry Stogov | 2015-09-14 | 1 | -3/+1 |
| | | |||||
* | | Fix #32490: constructor of mysqli has wrong name | Christoph M. Becker | 2015-09-01 | 6 | -72/+83 |
| | | | | | | | | | | As of PHP 7 old style constructor names are deprecated, so we rename mysqli::mysqli() to mysqli::__construct(). | ||||
* | | Remove superfluous forward declaration | Christoph M. Becker | 2015-08-25 | 1 | -1/+0 |
| | | | | | | | | | | mysqli_get_cache_stats() has been removed with commit f9ad56e; we're finally getting rid of its remaining forward declaration. | ||||
* | | Merge branch 'zval_dump_consistent' of https://github.com/laruence/php-src | Xinchen Hui | 2015-07-30 | 2 | -9/+9 |
|\ \ | |||||
| * | | Make debug_val_dump and var_dump prints int and float the same | Xinchen Hui | 2015-07-23 | 2 | -9/+9 |
| | | | |||||
* | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
| | | | |||||
* | | | Fix failing tests from exception code changes | Aaron Piotrowski | 2015-07-07 | 2 | -4/+4 |
|/ / | |||||
* | | Switch position of ce in exception ce variable names | Aaron Piotrowski | 2015-07-03 | 1 | -4/+4 |
| | | |||||
* | | Change zend_exception_get_default() to zend_exception_ce | Aaron Piotrowski | 2015-07-03 | 1 | -4/+4 |
| | | |||||
* | | Fixed broken name | Dmitry Stogov | 2015-07-01 | 1 | -4/+4 |
| | | |||||
* | | Cleanup (updated comments) | Dmitry Stogov | 2015-07-01 | 1 | -1/+1 |
| | |