Lees wat onze klanten zeggen op webhosters!
Wij bieden u een pakket voor een vaste lage prijs. U ontvangt alles wat u nodig heeft voor uw website. Een heldere kijk op hosting.

Hoe installeer ik een PHP extensie op mijn VPS omgeving ?

Top :: VPS :

Om te zien welke PHP extensies zijn geinstalleerd, gebruikt u:

  php -m

De meeste PHP extensies zijn te installeren doormiddel van het commando:

apt-get install php5-EXTENSIE
De volgende extensies zijn beschikbaar als pakket:
php5-adodb - Extension optimising ADOdb database abstraction library php5-apache2-mod-bt - PHP bindings for mod_bt php5-auth-pam - A PHP5 extension for PAM authentication php5-clamavlib - PHP ClamAV Lib - ClamAV Interface for PHP5 Scripts php5-ffmpeg - ffmpeg support for php5 php5-gpib - libgpib php bindings php5-idn - PHP API for the IDNA library php5-imap - IMAP module for php5 php5-interbase - interbase/firebird module for php5 php5-librdf - PHP5 language bindings for the Redland RDF library php5-mapscript - php5-cgi module for MapServer php5-mcrypt - MCrypt module for php5 php5-memcache - memcache extension module for PHP5 php5-ming - Ming module for php5 php5-sasl - Cyrus SASL extension for PHP 5 php5-sqlite3 - SQLite3 module for php5 php5-sqlrelay - SQL Relay PHP API php5-suhosin - advanced protection module for php5 php5-syck - YAML parser kit -- PHP5 bindings php5-uuid - OSSP uuid module for php5 php5-xapian - Xapian search engine interface for PHP5 php5-xcache - Fast, stable PHP opcode cacher php5-imagick - ImageMagick module for php5 php5-xdebug - Xdebug Module for PHP 5 php5-ioncube-php52 - PHP ionCube Loader php5-curl - CURL module for php5 php5-docblock - Docblock tokenizer extension for PHP 5 php5-fileinfo - libmagic bindings for PHP 5 php5-gd - GD module for php5 php5-gmp - GMP module for php5 php5-ioncube - Run PHP files encoded by ionCube with PHP 5 php5-ldap - LDAP module for php5 php5-mailparse - Mailparse MIME parsing and manipulation functions for PHP 5 php5-mhash - MHASH module for php5 php5-mysql - MySQL module for php5 php5-odbc - ODBC module for php5 php5-pdflib - Extension for PHP 5 to create PDF on the fly php5-pgsql - PostgreSQL module for php5 php5-pspell - pspell module for php5 php5-rar - PHP 5 extension for reading Rar archives php5-recode - recode module for php5 php5-snmp - SNMP module for php5 php5-sourceguardian - Run PHP files encoded by SourceGuardian with PHP 5 php5-sqlite - SQLite module for php5 php5-ssh2 - libssh2 bindings for PHP 5 php5-svn - PHP 5 Bindings for the Subversion Revision control system php5-sybase - Sybase / MS SQL Server module for php5 php5-tidy - tidy module for php5 php5-xdiff - PHP 5 extension for file differences/patches php5-xmlrpc - XML-RPC module for php5 php5-xsl - XSL module for php5 php5-zendextensionmanager - Add Zend extensions to PHP 5 php5-zendoptimizer - Run PHP files encoded by Zend Guard with PHP 5

Deze packages kunnen enkel worden gebruikt als php ook via apt-get is geinstalleerd. Indien u zelf een extensie wil builden (via pecl of phpize) dient u de php5-dev package te installeren.

Ook PHP 4 wordt ondersteund. Gebruik voor een volledige lijst van PHP 4 packages het commando:

apt-cache search php4-