
 rudie dirkx - 2012-07-29 11:31:10
	function runing($tv_sec=0, $tv_usec=100000) { 
		static $buffers = array();
		static $buffers_headers_passed = array();
		
		/* internal call for reset of threads & connections */
		if ( $parent  === '!@$%^&*()_+INTERNAL_THREAD_RESET!@$%^&*()_+' ) {
Where does $parent come from? It's undefined.
When I run example.php I get ~ 60 notices...