Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory leaks in mysqlnd debug functionality | Nikita Popov | 2020-01-24 | 1 | -1/+5 |
| | |||||
* | Update and fix remaining year ranges (2019) | Peter Kokot | 2019-02-08 | 1 | -1/+1 |
| | | | | | | This patch follows previous license year ranges updates. With new approach source code files now have simplified headers with license information without year ranges. | ||||
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -4/+4 |
| | | | | | | fix merge mistake yet one more replacement run | ||||
* | Merge branch 'PHP-7.0' | Andrey Hristov | 2016-03-16 | 1 | -1/+1 |
|\ | |||||
| * | More email fixing | Andrey Hristov | 2016-03-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Andrey Hristov | 2016-03-16 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fix emails in headers. @mysql.com addresses are no more since many years. | Andrey Hristov | 2016-03-16 | 1 | -5/+3 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016) | ||||
| * | 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 |
| | | | |||||
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -5/+1 |
|/ / | | | | | | | - move things out of mysqlnd_priv.h | ||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | | | | | semantick changes). | ||||
* | | Fixed bug #68887 (resources are not freed correctly) | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
| | | |||||
* | | Rename prefixed mysqlnd functions - prefixed with undescore, which were | Andrey Hristov | 2015-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | accessible through a macro. Also removing the access macros. These prefixed functions were used, similarly to many functions in Zend2, because of TSRMLS - the macro was adding the the tsrm pointer to the call. However, as in Zend3 no TSRM pointers are passed down the stack, because of the usage of cached TSRM pointer in a real thread local variable, these macros and prefixed naming have lost their purpose. | ||||
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -5/+5 |
| | | |||||
* | | remove unused ZTS macros | Anatol Belski | 2014-12-17 | 1 | -6/+0 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -9/+9 |
| | | |||||
* | | drop unused tsrm_ls | Anatol Belski | 2014-09-26 | 1 | -3/+1 |
| | | |||||
* | | fix some extension builds | Anatol Belski | 2014-09-25 | 1 | -6/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Fixed stack usage | Xinchen Hui | 2014-06-25 | 1 | -10/+11 |
| | | |||||
* | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable) | Xinchen Hui | 2014-06-18 | 1 | -29/+21 |
| | | |||||
* | | remove mysqlnd_bt.c as it a long dead code | Andrey Hristov | 2014-05-19 | 1 | -1/+0 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 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 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - fix build | Pierre Joye | 2010-11-15 | 1 | -13/+13 |
| | | | |||||
| | * | - More features for the profiling, create aggregates and dump them | Andrey Hristov | 2010-10-29 | 1 | -37/+168 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on file close. - Also add a trace modifier to switch on and off the profiling. - With additional compiler switch the profiling can be completely omitted, of course it makes sense only when --enable-debug. Because otherwise there is no tracing, thus no profiling. - Added a fix for Windows for handling trace files on different devices (special handing of ':' ) | ||||
| | * | rename and remove usage of inttypes.h, not needed | Andrey Hristov | 2010-10-25 | 1 | -1/+0 |
| | | | |||||
| | * | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -4/+34 |
| | | | |||||
| | * | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -3/+3 |
| | | | |||||
| | * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -3/+3 |
| | | | |||||
| | * | small macro fix | Andrey Hristov | 2010-09-22 | 1 | -3/+3 |
| | | | |||||
| | * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again. | ||||
| | * | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier | ||||
| | * | Fix crashes in the allocator in case of OOM. | Andrey Hristov | 2010-05-27 | 1 | -4/+4 |
| | | | |||||
| | * | Fix shared build | Andrey Hristov | 2010-05-25 | 1 | -1/+1 |
| | | | |||||
| | * | When OOM hits the wire, don't crash. | Andrey Hristov | 2010-05-21 | 1 | -7/+7 |
| | | | |||||
| | * | Add possibility to control the allocator in when PHP is compiled | Andrey Hristov | 2010-05-04 | 1 | -10/+110 |
| | | | | | | | | | | | | | | | with debug | ||||
| | * | Fix compiler warnings - unused functions | Andrey Hristov | 2010-05-03 | 1 | -54/+41 |
| | | | |||||
| | * | Change the way the allocator is called - through an abstraction | Andrey Hristov | 2010-04-22 | 1 | -0/+165 |
| | | | | | | | | | | | | | | | | | | to give the possibility of pluggability. Thanks to the macros already used the changes are not pervasive. |