summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-171-7/+2
|\
| * pdo_mysql/mysqli (native) libmysqlclient_r no-longer usedDaniel Black2020-09-171-7/+2
* | Remove PHP_MYSQL variablePeter Kokot2019-07-141-8/+7
* | Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-081-16/+1
* | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-4/+2
* | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-6/+11
* | Remove unused PDO_MYSQL_LIB_CHK m4 macroPeter Kokot2019-02-211-10/+0
* | Remove local variablesPeter Kokot2019-02-031-1/+0
* | Change some permissions from 755 to 644Peter Kokot2018-08-281-0/+0
|/
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-4/+4
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Fix bug #75615Jaromír Doleček2017-12-171-1/+1
* Like Shady, --with-mysql-sock is back.Adam Harvey2015-03-051-0/+12
* Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
* converted ext/sqlite and ext/pdo_mysql to use static tsrmls cacheAnatol Belski2014-10-161-1/+1
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-3/+3
* - Use myslqnd by default when MySQL extensions are activated but no path givenJohannes Schlüter2011-09-071-23/+14
* Cache the pdo include pathRasmus Lerdorf2011-05-151-5/+5
* - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259Johannes Schlüter2010-08-051-8/+3
* fix typoAntony Dovgal2010-04-061-1/+1
* - Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored whe...Jani Taskinen2009-11-301-36/+33
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-5/+5
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-5/+5
* - Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)).Jani Taskinen2009-08-171-0/+1
* MFH: Don't enable mysqlnd when pdo_mysql is being built with libmysqlJohannes Schlüter2008-11-061-3/+1
* - Removed merge typosJani Taskinen2008-07-261-2/+2
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-4/+7
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-114/+120
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-211-1/+5
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-3/+3
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* fix small typoAntony Dovgal2007-03-071-2/+26
* fix #38451 (PDO_MYSQL doesn't compile on Solaris)Antony Dovgal2006-08-141-1/+2
* - Fix bug #37630: MySQL extensions should link against thread safe client lib...Michael Wallner2006-06-011-4/+10
* - Fixed bug #37363 (PDO_MYSQL does not build if no other mysql extension isMichael Wallner2006-06-011-6/+5
* tweak for better compatibility when building as SCE.Wez Furlong2006-05-021-2/+3
* Fix PECL #6138Wez Furlong2005-12-041-0/+3
* cleanup + fix link problems with old mysql versionsfoobar2005-11-291-7/+6
* fix configureWez Furlong2005-11-251-4/+9
* Fix bug that breaks pdo_mysql when built shared (was not being linked to theWez Furlong2005-11-241-1/+1
* improve configure script.Wez Furlong2005-11-051-29/+60
* fix typofoobar2005-09-241-1/+1
* Prep for PECL releaseWez Furlong2005-07-271-2/+20
* Enable native mysql 4.1.x prepared statement supportWez Furlong2005-07-031-1/+1
* Experimental support for queries returning multiple rowsets under mysql 5.0.Wez Furlong2005-07-021-1/+1
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
* wsfoobar2005-06-131-17/+17
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* If pdo is disabled, skip all the pdo extensions.Rasmus Lerdorf2005-02-281-0/+4
* symlinked pdo drivers under ext.Wez Furlong2005-02-171-8/+10