summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2002-08-09 20:38:12 +0000
committerGeorg Richter <georg@php.net>2002-08-09 20:38:12 +0000
commit34b166579cb1c20a15820e8c95548333daea8ae4 (patch)
tree10ed7464027df1e2db5056c1676a3d47fe062036
parent872e0b0c712f462aa5cc43ea3e0701db0ca01558 (diff)
downloadphp-git-34b166579cb1c20a15820e8c95548333daea8ae4.tar.gz
fixed bug #18815
-rw-r--r--ext/mysql/libmysql/acinclude.m42
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 \