Note: This document is based on Jelastic version 4.4
At Jelastic PaaS, PHP application servers are delivered with a number of embedded modules, which allows you to set different PHP extensions in httpd (Apache-PHP) and PHP-FPM (NGINX-PHP) daemons. Among these extensions, the following commonly required ones are inbuilt, i.e. loaded and run with PHP by default:
ctype date dom ereg filter | hash libxml mhash pcre Reflection | session SLPxml sockets |
The rest of provided extensions are dynamic, i.e. they are included to the appropriate servers’ builds (being stored within the dedicated modules server folder) and can be enabled upon the necessity:
apc.so apcu.so bcmath.so bz2.so calendar.so curl.so dba.so dom.so enchant.so event.so exif.so fileinfo.so ftp.so gd.so gearman.so geoip.so gettext.so gmp.so http.so iconv.so igbinary.so imagick.so imap.so | inotify.so intl.so json.so ldap.so mbstring.so mcrypt.so memcache.so memcached_2_1_0.so memcached_2_2_0.so mongo.so mongodb.so mysql.so mysqli.so mysqlnd_ms.so mysqlnd_qc.so mysqlnd.so ncurses.so oauth.so odbc.so opcache.so openssl.so pcntl.so pdo_dblib.so | pdo_firebird.so pdo_mysql.so pdo_oci.so pdo_odbc.so pdo_pgsql.so pdo_sqlite.so pdo.so pgsql.so phar.so posix.so propro.so pspell.so raphf.so rar.so readline.so recode.so redis.so shmop.so simplexml.so snmp.so soap.so solr.so solr2.so | sphinx.so sqlite3.so svn.so sysvmsg.so sysvsem.so sysvshm.so tidy.so timezonedb.so tokenizer.so uuid.so wddx.so xcache.so xdebug.so xmlreader.so xmlrpc.so xmlwriter.so xsl.so yaml.so ZendGuardLoader.so zip.so zlib.so |