Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/07/2011, 14:28
razer
 
Fecha de Ingreso: marzo-2008
Mensajes: 237
Antigüedad: 16 años, 1 mes
Puntos: 6
Respuesta: pcntl_fork() - Hilos en PHP

En mi caso no está habilitado porque esta función me devuelve el die:

Código:
 if (! function_exists('pcntl_fork')) die('PCNTL functions not available on this PHP installation');  
//
//
La pregunta es, como habilitarlo????