X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fimdaemon.php;h=0298c00522b52b9d3d2d0dd3c4324a1fb7ae13bf;hb=8b78e01d4c4b9512a7b74efa52fcaf37de0dc6f1;hp=0ce74667c5d0178e2aeea7daa7b5f86d0cec3121;hpb=cb183359e23ae7a5cfb483fa06c6c4b7a8b05fff;p=quix0rs-gnu-social.git diff --git a/scripts/imdaemon.php b/scripts/imdaemon.php index 0ce74667c5..0298c00522 100755 --- a/scripts/imdaemon.php +++ b/scripts/imdaemon.php @@ -94,14 +94,6 @@ class ImMaster extends IoMaster } } -if (version_compare(PHP_VERSION, '5.2.6', '<')) { - $arch = php_uname('m'); - if ($arch == 'x86_64' || $arch == 'amd64') { - print "Aborting daemon - 64-bit PHP prior to 5.2.6 has known bugs in stream_select; you are running " . PHP_VERSION . " on $arch.\n"; - exit(1); - } -} - if (have_option('i', 'id')) { $id = get_option_value('i', 'id'); } else if (count($args) > 0) {