summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/php_mysqlnd.c
Commit message (Expand)AuthorAgeFilesLines
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* converted some ext/mysql* and fixed ext/zlibAnatol Belski2014-10-151-0/+6
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-1/+1
* master renames phase 3Anatol Belski2014-08-251-4/+4
* master renames phase 1Anatol Belski2014-08-251-1/+1
* fixes to %pd format usageAnatol Belski2014-08-241-3/+3
* ported mysql and mysqlndAnatol Belski2014-08-191-4/+6
* Fixed segfault while info printingXinchen Hui2014-06-301-2/+2
* Fixed segfaultsXinchen Hui2014-06-181-4/+4
* Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-31/+22
* fix crash in MINFO when no mysqlnd plugins are loadedAnatol Belski2014-04-141-1/+1
* Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Andrey Hristov2014-04-101-7/+7
|\
| * Remove some usages of hashtable internalsNikita Popov2014-04-091-7/+7
* | New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-3/+4
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
| |\
| | * bump yearXinchen Hui2013-01-061-1/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Fix bug #55609 (mysqlnd cannot be built shared)Johannes Schlüter2011-09-061-0/+5
| | * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * show tracingAndrey Hristov2010-10-281-0/+2
| | * Fixing compiler warning.Ulf Wendel2010-10-041-1/+1
| | * Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-1/+1
| | * export mysqlnd_globals_id, per JohannesAndrey Hristov2010-06-101-1/+1
| | * Add possibility to control the allocator in when PHP is compiledAndrey Hristov2010-05-041-0/+16
| | * Fix problem spotted by Felipe.Andrey Hristov2010-04-221-1/+1
| | * adding what last commit was missingAndrey Hristov2010-04-221-0/+1
| | * Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-0/+1
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | * CS + WS changesAndrey Hristov2010-04-151-2/+2
| | * Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+6
| | * make mysqlnd's tracing API more reusableAndrey Hristov2010-01-131-1/+1
| | * this function should be exporten in all cases, not only under PHP6Andrey Hristov2010-01-111-1/+1
| | * Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-5/+2
| | * - void is NaN, you can't do math ops on void. Declarations go first. Fix TS b...Pierre Joye2009-11-301-2/+2
| | * Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-1/+15
| | * Increase the minimal size of the command buffer, which is usedAndrey Hristov2009-10-071-3/+13
| | * Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql...Ulf Wendel2009-09-161-0/+4
| | * Revert mysqlnd to RC3 state after issues with pconnectsJohannes Schlüter2009-06-251-2/+2
| | * Sync with PHP6 - TSRMLS_FETCHAndrey Hristov2009-06-111-2/+2
| | * - MFH: Removed UG(unicode) checksFelipe Pena2009-03-301-11/+7
| | * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| | * MFH: Improve order in MINFO outputJohannes Schlüter2008-10-011-7/+8
| | * Update mysqlndAndrey Hristov2008-05-071-0/+3