php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch configure.in.diff for haru Bug #71672Patch version 2011-10-08 23:46 UTC Return to Bug #71672 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: php-bugs-2011@ryandesign.com# Revert change to configure.in made between php 5.3.3 and 5.3.4 that disabled time_nanosleep on OS X. --- a/configure.in.orig 2010-12-08 15:38:51.000000000 -0600 +++ b/configure.in 2010-07-21 05:50:07.000000000 -0500 @@ -611,7 +611,7 @@ ) dnl Some systems (like OpenSolaris) do not have nanosleep in libc -PHP_CHECK_FUNC_LIB(nanosleep, rt) +PHP_CHECK_FUNC(nanosleep, rt) dnl Check for getaddrinfo, should be a better way, but... dnl Also check for working getaddrinfo |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Sat Dec 21 12:01:31 2024 UTC |