You should install dev version of libpcre3:
sudo apt-get install libpcre3-dev.
Make sure php5-dev is installed.
sudo apt-get install php5-dev
Esta extensión » PECL no se distribuye con PHP.
Se puede encontrar información para la instalación de esta extensión PECL en el capítulo del manual titulado Instalación de extensiones PECL. Se puede encontrar información adicional, tal como nuevos lanzamientos, descargas, ficheros fuente, información de mantenimiento, y un CHANGELOG, aquí: » https://pecl.php.net/package/SPL_Types.
Actualmente, no hay ninguna DLL disponible para esta extensión PECL. Véase también la sección Compilación en Windows .
You should install dev version of libpcre3:
sudo apt-get install libpcre3-dev.
Make sure php5-dev is installed.
sudo apt-get install php5-dev
I did run into one problem while installing this extension on 5.5.3, Ubuntu 12.04, and that was the missing libpcre3. Once I installed the lib the install went fine.
sudo apt-get install libpcre3
sudo pecl install SPL_Types