php sleep function never wakes up on directadmin server

tincboy

Verified User
Joined
Aug 14, 2009
Messages
126
I've script which was working well on my previous server where I didn't use DA on it,
But in my new server which is based on DA every call to sleep function will case the script to never wake up and sleeps for ever,
It's the output of my "php -v" :
Code:
PHP 5.2.17 (cli) (built: Jan 24 2012 20:49:48)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
    with the ionCube PHP Loader v4.0.12, Copyright (c) 2002-2011, by ionCube Ltd.
Any suggestion on what can cause this issue?
 
Back
Top