diff options
author | Georg Richter <georg@php.net> | 2002-08-09 20:38:12 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2002-08-09 20:38:12 +0000 |
commit | 34b166579cb1c20a15820e8c95548333daea8ae4 (patch) | |
tree | 10ed7464027df1e2db5056c1676a3d47fe062036 /ext/mysql/libmysql/acinclude.m4 | |
parent | 872e0b0c712f462aa5cc43ea3e0701db0ca01558 (diff) | |
download | php-git-34b166579cb1c20a15820e8c95548333daea8ae4.tar.gz |
fixed bug #18815
Diffstat (limited to 'ext/mysql/libmysql/acinclude.m4')
-rw-r--r-- | ext/mysql/libmysql/acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/libmysql/acinclude.m4 b/ext/mysql/libmysql/acinclude.m4 index 0fcc7205cd..7d305676cb 100644 --- a/ext/mysql/libmysql/acinclude.m4 +++ b/ext/mysql/libmysql/acinclude.m4 @@ -9,7 +9,7 @@ AC_CHECK_FUNCS(alarm bmove \ getrusage getpwuid getcwd getrlimit getwd index locking longjmp \ perror pread realpath rename \ socket strnlen madvise \ - strtoul strtoull snprintf tempnam thr_setconcurrency \ + strtoll strtoul strtoull snprintf tempnam thr_setconcurrency \ gethostbyaddr_r gethostbyname_r getpwnam \ bfill bzero bcmp strstr strpbrk strerror\ tell atod memcpy memmove \ |