Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix emails in headers. @mysql.com addresses are no more since many years. | Andrey Hristov | 2016-03-16 | 1 | -4/+3 |
| | |||||
* | 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 |
| | | |||||
| * | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server | Andrey Hristov | 2015-09-23 | 1 | -0/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server | Andrey Hristov | 2015-09-23 | 1 | -0/+1 |
| | | |||||
* | | Fix mysqlnd warnings | Nikita Popov | 2015-07-17 | 1 | -4/+2 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -7/+7 |
| | | | | | | | | semantick changes). | ||||
* | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit d96eab8d79b75ac83d49d49ae4665f948d15a804 Author: Francois Laupretre <francois@tekwire.net> Date: Fri Jun 26 01:23:31 2015 +0200 Use the new 'ZSTR' macros in the rest of the code. Does not change anything to the generated code (thanks to compat macros) but cleaner. commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8 Author: Francois Laupretre <francois@tekwire.net> Date: Thu Jun 25 13:45:06 2015 +0200 Improve zend_string API Add missing methods | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -13/+13 |
| | | |||||
* | | Drop duplicate arg from hash_get_current_key_ex | Nikita Popov | 2014-12-26 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -100/+100 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | fix conditions | Anatol Belski | 2014-09-14 | 1 | -2/+2 |
| | | | | | | | | substraction from an unsigned | ||||
* | | master renamings phase 5 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| | | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -25/+25 |
| | | |||||
* | | yet trivial fixes to mysql exts | Anatol Belski | 2014-08-21 | 1 | -1/+1 |
| | | |||||
* | | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -20/+20 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -10/+10 |
| | | |||||
* | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remove unnecessary ? for first/last day of Moved streams related functions to xp_ssl.c Remove duplicate NEWS Update NEWS Update NEWS Update NEWS BFN BFN Fixed bug #67715 (php-milter does not build and crashes randomly). We need to turn off any strict mode here for this warning to show up Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html Revert "Fix bug #67064 in a BC safe way" Updated NEWS for #67693 Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array add missing entry to NEWS ... Conflicts: Zend/tests/errmsg_040.phpt Zend/tests/ns_059.phpt Zend/zend_language_parser.y Zend/zend_vm_def.h ext/openssl/openssl.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/sqlite3/sqlite3.c ext/standard/array.c | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-07-31 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix wrong lenght size | Andrey Hristov | 2014-07-31 | 1 | -1/+1 |
| | | | |||||
* | | | Save some strlen | Xinchen Hui | 2014-06-26 | 1 | -1/+1 |
| | | | |||||
* | | | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -8/+77 |
| | | | |||||
* | | | Cleanup (refactoring is finish) | Xinchen Hui | 2014-06-23 | 1 | -2/+0 |
| | | | |||||
* | | | We don't need extra 1 byte anymore | Xinchen Hui | 2014-06-23 | 1 | -9/+2 |
| | | | |||||
* | | | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt) | Xinchen Hui | 2014-06-23 | 1 | -3/+1 |
| | | | |||||
* | | | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -73/+8 |
| | | | |||||
* | | | unused variables | Xinchen Hui | 2014-06-19 | 1 | -2/+0 |
| | | | |||||
* | | | Fixed memory leak while doing fetch | Xinchen Hui | 2014-06-18 | 1 | -46/+3 |
| | | | |||||
* | | | copy_data seems useless now | Xinchen Hui | 2014-06-18 | 1 | -1/+6 |
| | | | |||||
* | | | Fixed segfault of stream handling | Xinchen Hui | 2014-06-18 | 1 | -0/+6 |
| | | | |||||
* | | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable) | Xinchen Hui | 2014-06-18 | 1 | -48/+42 |
| | | | |||||
* | | | First set of phpng changes for mysqlnd | Andrey Hristov | 2014-05-20 | 1 | -2/+41 |
|/ / | |||||
* | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -9/+39 |
|/ | | | | | | | | implies more memory copy. The old method is still available and can be used. It stays as default. Choosing the method is through a flag to mysqli_query()/mysqli_real_query() New mode can be forced with an INI setting, for all extensions that support this mode (ext/mysql and mysqli, because PDO due to it's architecture can't support it) The setting is mysqlnd.fetch_data_copy=[0|1] | ||||
* | Fix indentation | Andrey Hristov | 2014-03-10 | 1 | -2/+3 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2014-01-28 | 1 | -1/+2 |
|\ | |||||
| * | add text for the new constants | Andrey Hristov | 2014-01-28 | 1 | -1/+2 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-26 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | Conflicts: NEWS ext/mysqlnd/mysqlnd.c | ||||
| * | Fix for Bug #66141 (mysqlnd quote function is wrong with ↵ | Andrey Hristov | 2013-11-26 | 1 | -0/+2 |
| | | | | | | | | NO_BACKSLASH_ESCAPES after failed query) | ||||
* | | Add support for connect attributes, as of MySQL 5.6 | Andrey Hristov | 2013-01-15 | 1 | -1/+65 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
| |\ \ | | |/ |