summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
...
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | | Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
* | | size_t cleanup for PDOStanislav Malyshev2015-01-262-12/+12
* | | Merge branch 'PHP-5.6'Anatol Belski2015-01-151-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-01-151-3/+8
| |\ \ | | |/
| | * PDO_MySQL: Differentiate between linux and win32 when passing unix_socketsteffen2015-01-151-3/+8
| | * Bump yearXinchen Hui2015-01-155-5/+5
| * | bump yearXinchen Hui2015-01-155-5/+5
* | | bump yearXinchen Hui2015-01-155-5/+5
* | | trailing whitespace removalStanislav Malyshev2015-01-105-247/+247
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-01-051-10/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-01-051-10/+2
| |\ \ | | |/
| | * Update test after fixing bug #68371Matteo Beccati2015-01-051-10/+2
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-01-052-0/+102
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-01-052-0/+102
| |\ \ | | |/
| | * Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2015-01-052-0/+102
| | |\
| | | * Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2014-11-102-0/+102
* | | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-1/+1
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-134-76/+76
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-066-6/+369
|\ \ \ \
| * \ \ \ Merge branch 'PHP-5.6'Anatol Belski2014-12-061-4/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-061-4/+5
| | |\ \ \ | | | |/ /
| | | * | C89 compatAnatol Belski2014-12-061-4/+5
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-12-061-2/+2
| | |\ \ \ | | | |/ /
| | | * | Fix compilation error (ref #68424)Matteo Beccati2014-12-061-2/+2
| * | | | Merge branch 'PHP-5.6'Julien Pauli2014-12-056-4/+366
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-12-056-4/+366
| | |\ \ \ | | | |/ /
| | | * | Start adding new attribute to control multi statementspwolanin2014-12-056-4/+366
| | | |/
| | * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-261-2/+2
|\ \ \ \ | |/ / /
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-2/+2
* | | | converted ext/sqlite and ext/pdo_mysql to use static tsrmls cacheAnatol Belski2014-10-164-3/+12
|/ / /
* | | Merge branch 'master' into catchable-fatals/methods-on-non-objectsTimm Friebe2014-09-256-50/+50
|\ \ \
| * | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-195-5/+5
| * | | Revert previous commit by mistakeXinchen Hui2014-09-041-2/+0
| * | | Use PHP_GINIT to suppress incompatible pointer typeXinchen Hui2014-09-041-1/+3
| * | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
| * | | master renamings phase 5Anatol Belski2014-08-251-2/+2
| * | | master renames phase 1Anatol Belski2014-08-254-64/+64
| * | | yet trivial fixes to mysql extsAnatol Belski2014-08-211-1/+1
| * | | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-194-43/+43
| * | | basic macro replacements, all at onceAnatol Belski2014-08-193-41/+41
* | | | MFHTimm Friebe2014-08-167-77/+101
|\ \ \ \ | |/ / /
| * | | clean up - avoid reallocXinchen Hui2014-08-131-5/+4
| * | | Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-20/+2
| * | | Use zend_string in mysqlndXinchen Hui2014-06-231-0/+17
| * | | Actually, I don't know how it works. (maybe I should re-start again :<)Xinchen Hui2014-06-231-1/+1
| * | | Merge branch 'master' into phpngDmitry Stogov2014-06-205-7/+7
| |\ \ \ | | |/ /
| * | | Fixed memory leakXinchen Hui2014-06-201-1/+1
| * | | Fixed pdo_mysql build with mysqlndXinchen Hui2014-06-193-3/+4