summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-308-29/+29
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* Fixed Bug #69796 mysqli_stmt::fetch doesn't assign null values to bound varia...Xinchen Hui2015-06-111-0/+2
* Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-082-2/+2
* Rename prefixed mysqlnd functions - prefixed with undescore, which wereAndrey Hristov2015-04-074-20/+14
* Split mysqlnd_stmt::execute in 2 logical parts :Andrey Hristov2015-04-074-18/+59
* Add more info to the calls:Andrey Hristov2015-04-074-10/+23
* Use PHP memory manager for mysqlnd memory pools.Dmitry Stogov2015-04-021-11/+11
* Remove this VC8 check as our minimum target version of VC is higherKalle Sommer Nielsen2015-03-291-2/+2
* cleanup the mod version macros, round 2Anatol Belski2015-03-238-10/+10
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* Minimize copying of HashTable realocationDmitry Stogov2015-03-051-1/+1
* made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-4/+0
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-02-011-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-02-011-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-02-011-1/+1
| | |\
| | | * fix sizeof sizeStanislav Malyshev2015-02-011-1/+1
| | * | Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-262-2/+62
| | * | Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-262-79/+5
| | * | Bump yearXinchen Hui2015-01-1537-37/+37
| * | | Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-262-2/+62
| * | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-262-79/+5
| * | | bump yearXinchen Hui2015-01-1537-37/+37
* | | | bump yearXinchen Hui2015-01-1537-37/+37
* | | | trailing whitespace removalStanislav Malyshev2015-01-1019-132/+132
* | | | Merge branch 'PHP-5.6'Keyur Govande2015-01-073-79/+65
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2015-01-073-79/+65
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-072-2/+62
| | * | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-072-79/+5
| | |/ /
* | | | Merge branch 'PHP-5.6'Keyur Govande2014-12-261-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2014-12-261-1/+2
| |\ \ \ | | |/ /
| | * | Fix for failing tests. gcc 4.8.3 would optimize away the assigment.Keyur Govande2014-12-261-1/+2
* | | | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-2/+2
* | | | remove unused ZTS macrosAnatol Belski2014-12-171-6/+0
* | | | remove TSRMLS_* occurenceAnatol Belski2014-12-171-2/+2
* | | | almost all the replacements of TSRMLS_* are doneAnatol Belski2014-12-141-3/+1
* | | | second shot on removing TSRMLS_*Anatol Belski2014-12-149-27/+27
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-1332-1296/+1295
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-201-1/+1
|\ \ \ \
| * | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | validate sockets portable wayAnatol Belski2014-11-141-2/+2
* | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-171-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | check for zlib headers as well as lib for mysqlndAnatol Belski2014-10-171-2/+5
* | | | | converted some ext/mysql* and fixed ext/zlibAnatol Belski2014-10-154-3/+12
* | | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
* | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-081-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Keyur Govande2014-10-071-1/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2014-10-071-1/+6
| | |\ \ \ | | | |/ /