summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-156-6/+26
* Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-5/+2
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-062-2/+2
* Try fixing PDO MySQL pconnect testNikita Popov2015-04-041-0/+3
* Merge branch 'PHP-5.6'Ferenc Kovacs2015-04-021-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-04-021-1/+1
| |\
| | * sigh, can't even copypaste without screwing upFerenc Kovacs2015-04-021-1/+1
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2015-04-011-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-04-011-0/+2
| |\ \ | | |/
| | * oop, put both the error number and message for both db object to the error me...Ferenc Kovacs2015-04-011-0/+2
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2015-04-011-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-04-011-3/+3
| |\ \ | | |/
| | * test fixesFerenc Kovacs2015-04-011-3/+3
* | | Patch improvement:Dmitry Stogov2015-03-303-7/+10
* | | cleanup mod version macros, round 3Anatol Belski2015-03-232-1/+4
* | | Errors converted to exceptions are not "recoverable" anymore.Dmitry Stogov2015-03-104-4/+4
* | | Like Shady, --with-mysql-sock is back.Adam Harvey2015-03-051-0/+12
* | | 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
|\ \ \