Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | 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 | Xinchen Hui | 2015-11-16 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | Conflicts: ext/mysql/php_mysql.c | ||||
| * | Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction) | Xinchen Hui | 2015-11-16 | 1 | -0/+2 |
| | | | | | | | | Actually, this only be fixed if php uses mysqlnd | ||||
| * | 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 | 1 | -2/+27 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | |||||
* | | Cleanup (updated comments) | Dmitry Stogov | 2015-07-01 | 1 | -1/+1 |
| | | |||||
* | | Cleanup (replce hack by a clean implementation) | Dmitry Stogov | 2015-07-01 | 1 | -11/+12 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -5/+5 |
| | | | | | | | | semantick changes). | ||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 |
| | | | | | | | | semantick changes). | ||||
* | | Fix more proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -7/+7 |
| | | |||||
* | | Drop now unnecessary start parameter | Nikita Popov | 2015-04-04 | 1 | -11/+10 |
| | | |||||
* | | Fix parameter parsing for mysqli_stmt_bind_result() | Nikita Popov | 2015-04-04 | 1 | -23/+4 |
| | | | | | | | | Also drops one unnecessary arg allocation | ||||
* | | Optimize zend_string_realloc() add more specialized versions ↵ | Dmitry Stogov | 2015-03-20 | 1 | -1/+1 |
| | | | | | | | | zend_string_extend() and zend_string_truncate() | ||||
* | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Keyur Govande | 2015-01-07 | 1 | -2/+26 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Add NEWS Add NEWS Patch commit d9f85373e32 by moving the float_to_double function to a header file. Fix for bugs #68114 (Build fails on OS X due to undefined symbols) and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors). 5.5.22 now Conflicts: ext/mysqli/mysqli_api.c | ||||
| * \ | Merge branch 'PHP-5.5' into PHP-5.6 | Keyur Govande | 2015-01-07 | 1 | -2/+27 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Add NEWS Patch commit d9f85373e32 by moving the float_to_double function to a header file. Fix for bugs #68114 (Build fails on OS X due to undefined symbols) and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient has rounding errors). 5.5.22 now Conflicts: configure.in main/php_version.h | ||||
| | * | Patch commit d9f85373e32 by moving the float_to_double function to | Keyur Govande | 2015-01-07 | 1 | -2/+2 |
| | | | | | | | | | | | | a header file. | ||||
| | * | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-07 | 1 | -2/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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() | ||||
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -116/+116 |
| | | | |||||
* | | | fix signed/unsigned mismatch warning | Anatol Belski | 2014-10-13 | 1 | -1/+1 |
| | | | |||||
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h. | ||||
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | fix type | Anatol Belski | 2014-08-28 | 1 | -2/+2 |
| | | | |||||
* | | | Changed 'unsigned size_t' to 'size_t' | Tjerk Meesters | 2014-08-28 | 1 | -1/+1 |
| | | | |||||
* | | | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -5/+5 |
| | | | |||||
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -8/+8 |
| | | | |||||
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | | |||||
* | | | master renamings phase 5 | Anatol Belski | 2014-08-25 | 1 | -7/+7 |
| | | | |||||
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -85/+85 |
| | | | |||||
* | | | yet trivial fixes to mysql exts | Anatol Belski | 2014-08-21 | 1 | -1/+1 |
| | | | |||||
* | | | ported ext/mysqli | Anatol Belski | 2014-08-19 | 1 | -50/+50 |
| | | | |||||
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -44/+44 |
| | | | |||||
* | | | Fixed PHP6 unicode related tests | Dmitry Stogov | 2014-08-15 | 1 | -2/+2 |
| | | | |||||
* | | | Bump version to 7.0.0-dev | Dmitry Stogov | 2014-08-15 | 1 | -1/+2 |
| | | | |||||
* | | | clean up - avoid realloc | Xinchen Hui | 2014-08-13 | 1 | -5/+5 |
| | | | |||||
* | | | Fixed build with libmysql | Xinchen Hui | 2014-06-27 | 1 | -1/+1 |
| | | | |||||
* | | | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -12/+8 |
| | | | |||||
* | | | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt) | Xinchen Hui | 2014-06-23 | 1 | -1/+1 |
| | | | |||||
* | | | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -0/+9 |
| | | | |||||
* | | | Fixed call to mysqli_init() from an object. (We should find some better fix) | Dmitry Stogov | 2014-06-12 | 1 | -1/+8 |
| | | | |||||
* | | | Add one more check to skip getting into code that will do nothing | Andrey Hristov | 2014-05-20 | 1 | -4/+4 |
| | | | |||||
* | | | Fixed signed | Xinchen Hui | 2014-05-17 | 1 | -1/+1 |
| | | | |||||
* | | | Finish refactoring of MySQLi | Xinchen Hui | 2014-05-11 | 1 | -18/+16 |
| | | | | | | | | | | | | a few tests failed due to knew issue, I will disscuss with dmitry later | ||||
* | | | Various bug fixed | Xinchen Hui | 2014-05-11 | 1 | -32/+45 |
| | | | |||||
* | | | Refactor MySQLi (incompleted, only compilable now) | Xinchen Hui | 2014-05-11 | 1 | -221/+163 |
| | | |