diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | ext/pdo_mysql/config.m4 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ PHP NEWS - Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry) +- Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). (Jani) - Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration). (Ilia) - Fixed bug #49183 (dns_get_record does not return NAPTR records). (Pierre) diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index 28094d3363..fc5fc8102a 100755 --- a/ext/pdo_mysql/config.m4 +++ b/ext/pdo_mysql/config.m4 @@ -171,5 +171,6 @@ if test "$PHP_PDO_MYSQL" != "no"; then ]) PDO_MYSQL_MODULE_TYPE=external + PHP_SUBST(PDO_MYSQL_SHARED_LIBADD) PHP_SUBST_OLD(PDO_MYSQL_MODULE_TYPE) fi |