Instalacja

To rozszerzenie » PECL nie jest dołączane do PHP.

Informacje na temat instalacji tego rozszerzenia PECL można znaleźć w podręczniku w rozdziale zatytułowanym Instalacja rozszerzeń PECL. Dodatkowe informacje, takie jak nowe wersje, pliki do pobrania, pliki źródłowe, informacje o opiekunach czy rejestr zmian, można znaleźć tutaj: » https://pecl.php.net/package/SPL_Types.

P;ik DLL dla tego rozszerzenia PECL jest obecnie niedostępny. Zobacz także sekcję budowanie dla Windows.

add a note add a note

User Contributed Notes 2 notes

up
1
symfonist at gmail dot com
10 years ago
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
up
-1
Jayesh Wadhwani
10 years ago
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
To Top