mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
This commit is contained in:
+1
-1
@@ -784,7 +784,7 @@ if test "$PHP_GCOV" = "yes"; then
|
||||
AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
|
||||
fi
|
||||
|
||||
ltp_version_list="1.5 1.6 1.7"
|
||||
ltp_version_list="1.5 1.6 1.7 1.9 1.10"
|
||||
|
||||
AC_CHECK_PROG(LTP, lcov, lcov)
|
||||
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#define MYSQLND_SQLSTATE_LENGTH 5
|
||||
#define MYSQLND_SQLSTATE_NULL "00000"
|
||||
|
||||
#define MYSQLND_MAX_ALLOWED_USER_LEN 256 /* 64 char * 4byte . MySQL supports now only 16 char, but let it be forward compatible */
|
||||
#define MYSQLND_MAX_ALLOWED_USER_LEN 252 /* 63 char * 4byte . MySQL supports now only 16 char, but let it be forward compatible */
|
||||
#define MYSQLND_MAX_ALLOWED_DB_LEN 1024 /* 256 char * 4byte. MySQL supports now only 64 char in the tables, but on the FS could be different. Forward compatible. */
|
||||
|
||||
#define MYSQLND_NET_CMD_BUFFER_MIN_SIZE 4096
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
bz2-1.0.6
|
||||
cclient-2007e
|
||||
freetype-2.4.3
|
||||
icu-49.1.2
|
||||
jpeglib-8
|
||||
libcurl-7.29.0
|
||||
libiconv-1.14
|
||||
libmcrypt-2.5.8
|
||||
libmpir-2.5.1
|
||||
libpng-1.2.50
|
||||
libpq-8.3.6
|
||||
libssh2-1.4.2
|
||||
libtidy-20090325
|
||||
libxslt-1.1.27
|
||||
libxml-2.7.8
|
||||
openssl-0.9.8y
|
||||
bz2-1.0.6
|
||||
cclient-2007e
|
||||
freetype-2.4.3
|
||||
icu-49.1.2
|
||||
jpeglib-8
|
||||
libcurl-7.30.0
|
||||
libiconv-1.14
|
||||
libmcrypt-2.5.8
|
||||
libmpir-2.5.1
|
||||
libpng-1.2.50
|
||||
libpq-8.3.6
|
||||
libssh2-1.4.2
|
||||
libtidy-20090325
|
||||
libxslt-1.1.27
|
||||
libxml-2.7.8
|
||||
openssl-0.9.8y
|
||||
|
||||
Reference in New Issue
Block a user