#
d7e716b8 |
| 06-Apr-2010 |
Antony Dovgal |
fix typo
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
c1aa547b |
| 30-Nov-2009 |
Jani Taskinen |
- Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored when mysqlnd is enabled)
|
#
937358eb |
| 29-Nov-2009 |
Rasmus Lerdorf |
Revert attempt at supporting both autoconf 2.13 and modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as
Revert attempt at supporting both autoconf 2.13 and modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
show more ...
|
Revision tags: php-5.2.12RC3, php-5.2.12RC2 |
|
#
5a2b41a6 |
| 25-Nov-2009 |
Rasmus Lerdorf |
Someone strap down Jani and give him a sedative please. This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
|
Revision tags: php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2 |
|
#
5ae549c8 |
| 17-Aug-2009 |
Jani Taskinen |
- Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)).
|
Revision tags: php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1, NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
ef3ce03e |
| 06-Nov-2008 |
Johannes Schlüter |
MFH: Don't enable mysqlnd when pdo_mysql is being built with libmysql
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1 |
|
#
9acc87fe |
| 26-Jul-2008 |
Jani Taskinen |
- Removed merge typos
|
#
281352fe |
| 25-Jul-2008 |
Jani Taskinen |
MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all MFH: enabled-by-default drivers. Also error out if you try to configure MFH: a driver as static but pdo is disabled.
|
Revision tags: php-4.4.9RC1 |
|
#
be0793d2 |
| 21-Jul-2008 |
Johannes Schlüter |
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://news.php.net/php.qa/64378) # # PDO_MYSQL_TEST_DSN - DSN # For example: mysql:dbname=test;host=localhost;port=3306 # # PDO_MYSQL_TEST_HOST - database host # PDO_MYSQL_TEST_DB - database (schema) name # PDO_MYSQL_TEST_SOCKET - database server socket # PDO_MYSQL_TEST_ENGINE - storage engine to use # PDO_MYSQL_TEST_USER - database user # PDO_MYSQL_TEST_PASS - database user password # PDO_MYSQL_TEST_CHARSET - database charset # # NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is # part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example, # for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
show more ...
|
#
5e79f2c4 |
| 21-Jul-2008 |
Andrey Hristov |
Fix for bug#45179 --with-mysql-sock fails to compile & work Now --with-mysql-sock controls all mysql extensions. If provided it will be the default value as it was set in php.ini . php.ini wi
Fix for bug#45179 --with-mysql-sock fails to compile & work Now --with-mysql-sock controls all mysql extensions. If provided it will be the default value as it was set in php.ini . php.ini will override it for ext/mysql and ext/mysqli but not for pdo_mysql
show more ...
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8, php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1 |
|
#
8af7bc20 |
| 31-Jul-2007 |
Jani Taskinen |
MFH: Fix some lib vs $PHP_LIBDIR issues
|
Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
7ed3c453 |
| 03-Jul-2007 |
foobar |
MFH: Fix some configure --help texts
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1 |
|
#
0628f86e |
| 07-Mar-2007 |
Antony Dovgal |
fix small typo add --with-zlib-dir option (and simple automagic zlib detection)
|
Revision tags: php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2, php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4 |
|
#
d677ad67 |
| 14-Aug-2006 |
Antony Dovgal |
fix #38451 (PDO_MYSQL doesn't compile on Solaris)
|
Revision tags: php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API |
|
#
6e2ff39e |
| 01-Jun-2006 |
Michael Wallner |
- Fix bug #37630: MySQL extensions should link against thread safe client libs if built with ZTS
|
#
c0505439 |
| 01-Jun-2006 |
Michael Wallner |
- Fixed bug #37363 (PDO_MYSQL does not build if no other mysql extension is enabled)
|
Revision tags: php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3 |
|
#
c1555236 |
| 02-May-2006 |
Wez Furlong |
tweak for better compatibility when building as SCE. (library order is important)
|
Revision tags: php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2, php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
bd0aaa01 |
| 04-Dec-2005 |
Wez Furlong |
Fix PECL #6138
|
Revision tags: RELEASE_2_0_2 |
|
#
efcd3e31 |
| 29-Nov-2005 |
foobar |
cleanup + fix link problems with old mysql versions
|
Revision tags: php-5.1.1 |
|
#
c0c096b7 |
| 25-Nov-2005 |
Wez Furlong |
fix configure
|
#
aae30f20 |
| 24-Nov-2005 |
Wez Furlong |
Fix bug that breaks pdo_mysql when built shared (was not being linked to the mysql libraries). If you have another mysql module loaded, this would not have been noticable.
|
Revision tags: php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1 |
|
#
2556b354 |
| 05-Nov-2005 |
Wez Furlong |
improve configure script. Fixes #35107; compile failure with MySQL 5
|
Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
15360821 |
| 24-Sep-2005 |
foobar |
fix typo
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9 |
|
#
163c9251 |
| 27-Jul-2005 |
Wez Furlong |
Prep for PECL release
|
Revision tags: php-5.1.0b3, php-4.4.0 |
|
#
d7e5dfb2 |
| 03-Jul-2005 |
Wez Furlong |
Enable native mysql 4.1.x prepared statement support # the hardest part was installing 4.1.x on a gentoo box over a 56k modem
|