]> granicus.if.org Git - php/commitdiff
Oops, set_time_limit() would never have worked becase HAVE_SETITIMER
authorRasmus Lerdorf <rasmus@php.net>
Sat, 4 Sep 1999 21:33:18 +0000 (21:33 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 4 Sep 1999 21:33:18 +0000 (21:33 +0000)
never got defined anywhere.

ChangeLog
configure.in.in

index 26fdbdfa2d9798db33ce9bac81f4ebe579bf645a..290b78032b851980ff5522dfdbf8f78fb0dd43a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG                                                    ChangeLog
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ?? 1999, Version 4.0 Beta 3
+- Make set_time_limit() work on Unix (Rasmus)
 - Add connection handling support (Rasmus)
 - Improved the Sybase-CT module to make use of resources (Zeev)
 - Improved the mSQL module to make use of resources (Zeev)
index 8388f4ff6d2122cfde6b81cc0635b2a9c3b03da8..6fbd5302c205b6534afcfef3484fd2a3ac60bab0 100644 (file)
@@ -306,7 +306,7 @@ AC_CHECK_TYPE( ulong, unsigned long )
 
 dnl Checks for library functions.
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS(memcpy memmove strdup strerror strcasecmp strstr flock lockf putenv tempnam usleep setlocale gettimeofday setvbuf srand48 lrand48 srandom random link symlink regcomp getlogin cuserid vsnprintf snprintf gcvt utime crypt rint unsetenv strftime setsockopt tzset shutdown inet_aton statvfs statfs)
+AC_CHECK_FUNCS(memcpy memmove strdup strerror strcasecmp strstr flock lockf putenv tempnam usleep setlocale gettimeofday setvbuf srand48 lrand48 srandom random link symlink regcomp getlogin cuserid vsnprintf snprintf gcvt utime crypt rint setitimer unsetenv strftime setsockopt tzset shutdown inet_aton statvfs statfs)
 AC_FUNC_UTIME_NULL
 AC_FUNC_ALLOCA
 dnl## OLDLIBS=$LIBS; LIBS=""