Optional Technical Requirements/id: Difference between revisions
From Joomla! Documentation
Created page with "Memerlukan <tt>ext/apc</tt> PHP pada PHP 5.3 atau 5.4, <tt>ext/apcu</tt> pada PHP 5.5 atau 5.6, tidak didukung pada PHP 7.x (Catatan: INI HARUS DIPERIKSA)" |
Created page with "Aktifkan <tt>ext/mbstring</tt> PHP agar library phputf8 dapat menggunakan fungsi asli" |
||
| (35 intermediate revisions by the same user not shown) | |||
| Line 29: | Line 29: | ||
|- | |- | ||
|APCu | |APCu | ||
|< | |Memerlukan <tt>ext/apcu</tt> PHP pada PHP 5.3+ | ||
|- | |- | ||
|CacheLite | |CacheLite | ||
| | |Memerlukan PEAR Cache_Lite package (diuji pada 1.7.16, akan bekerja dengan 1.8) | ||
|- | |- | ||
|Memcache | |Memcache | ||
| | |Memerlukan <tt>ext/memcache</tt> PHP dan server Memcahce (Catatan: ekstensi Memcache tidak kompatibel dengan PHP 7.x) | ||
|- | |- | ||
|Memcached | |Memcached | ||
| | |Memerlukan <tt>ext/memcached</tt> PHP dan server dengan Memcache | ||
|- | |- | ||
|Redis | |Redis | ||
| | |Memerlukan <tt>ext/redis</tt> PHP dan server Redis | ||
|- | |- | ||
|Wincache | |Wincache | ||
| | |Memerlukan <tt>ext/wincache</tt> PHP (hanya Windows) | ||
|- | |- | ||
|XCache | |XCache | ||
| | |Memerlukan <tt>ext/xcache</tt> PHP | ||
|- | |- | ||
| colspan=2 style="background-color:#e1e1e1;" | ''' | | colspan=2 style="background-color:#e1e1e1;" | '''Adaptor klien''' | ||
|- | |- | ||
|LDAP | |LDAP | ||
| | |Memerlukan <tt>ext/ldap</tt> PHP | ||
|- | |- | ||
|HTTP/Curl | |HTTP/Curl | ||
| | |Memerlukan <tt>ext/curl</tt> PHP | ||
|- | |- | ||
|HTTP/Socket | |HTTP/Socket | ||
| | |Memerlukan fungsi <tt>fsockopen()</tt> PHP yang diaktifkan | ||
|- | |- | ||
|HTTP/Stream | |HTTP/Stream | ||
| | |Memerlukan fungsi <tt>fopen()</tt> dan <tt>allow_url_fopen</tt> PHP yang diaktifkan | ||
|- | |- | ||
| colspan=2 style="background-color:#e1e1e1;" | ''' | | colspan=2 style="background-color:#e1e1e1;" | '''Kriptografi''' | ||
|- | |- | ||
|JCrypt | |JCrypt | ||
| | |Memerlukan <tt>ext/mcrypt</tt> PHP untuk semua kode rahasia kecuali SodiumCipher yang memerlukan <tt>ext/sodium</tt> | ||
|- | |- | ||
|JKeychain | |JKeychain | ||
| | |Memerlukan <tt>ext/openssl</tt> PHP | ||
|- | |- | ||
| colspan=2 style="background-color:#e1e1e1;" | ''' | | colspan=2 style="background-color:#e1e1e1;" | '''Database''' | ||
Database | |||
|- | |- | ||
|Microsoft SQL Azure | |Microsoft SQL Azure | ||
| | |Memerlukan <tt>ext/sqlsrv</tt> PHP (ekstensi PHP 5.x hanya untuk Windows, ekstensi untuk versi Linux tersedia untuk PHP 7.x) | ||
|- | |- | ||
|Microsoft SQL Server | |Microsoft SQL Server | ||
| | |Memerlukan <tt>ext/sqlsrv</tt> PHP (ekstensi PHP 5.x hanya untuk Windows, ekstensi untuk versi Linux tersedia untuk PHP 7.x) | ||
|- | |- | ||
|MySQL | |MySQL | ||
| | |Memerlukan <tt>ext/mysql</tt> PHP (tidak didukung di PHP 7.x) | ||
|- | |- | ||
|MySQLi | |MySQLi | ||
| | |Memerlukan <tt>ext/mysqli</tt> PHP | ||
|- | |- | ||
|Oracle | |Oracle | ||
| | |Memerlukan <tt>ext/pdo</tt> PHP dengan dukungan Oracle (tersedia hanya untuk 3PD, CMS tidak memerlukannya) | ||
|- | |- | ||
|PDO MySQL | |PDO MySQL | ||
| | |Memerlukan <tt>ext/pdo</tt> PHP dengan dukungan MySQL | ||
|- | |- | ||
|PostgreSQL | |PostgreSQL | ||
| | |Memerlukan <tt>ext/pgsql</tt> PHP | ||
|- | |- | ||
|SQLite | |SQLite | ||
| | |Memerlukan <tt>ext/pdo</tt> PHP dengan dukungan SQLite (tersedia hanya untuk 3PD, CMS tidak memerlukannya) | ||
|- | |- | ||
| colspan=2 style="background-color:#e1e1e1;" | ''' | | colspan=2 style="background-color:#e1e1e1;" | '''Gambar''' | ||
|- | |- | ||
| | | | ||
| | |Memerlukan <tt>ext/gd</tt> PHP | ||
|- | |- | ||
| | | | ||
| | |Memerlukan <tt>ext/fileinfo</tt> PHP | ||
|- | |- | ||
| colspan=2 style="background-color:#e1e1e1;" | ''' | | colspan=2 style="background-color:#e1e1e1;" | '''Sesi''' | ||
|- | |- | ||
|APC | |APC | ||
| | |Memerlukan <tt>ext/apc</tt> PHP pada PHP 5.3 atau 5.4, <tt>ext/apcu</tt> untuk PHP 5.5 atau 5.6, tidak didukung pada PHP 7.x (Catatan: INI HARUS DIPERIKSA) | ||
|- | |- | ||
|Memcache | |Memcache | ||
| | |Memerlukan <tt>ext/memcache</tt> PHP dan server Memcahce (Catatan: ekstensi Memcache tidak kompatibel dengan PHP 7.x) | ||
|- | |- | ||
|Memcached | |Memcached | ||
| | |Memerlukan <tt>ext/memcached</tt> PHP dan server dengan Memcache | ||
|- | |- | ||
|Wincache | |Wincache | ||
| | |Memerlukan <tt>ext/wincache</tt> PHP (hanya Windows) | ||
|- | |- | ||
|XCache | |XCache | ||
| | |Memerlukan <tt>ext/xcache</tt> PHP | ||
|- | |- | ||
| colspan=2 style="background-color:#c1c1c1;text-align:center" | ''' | | colspan=2 style="background-color:#c1c1c1;text-align:center" | '''PENINGKATAN OPSIONAL''' | ||
|- | |- | ||
| colspan=2 style="background-color:#e1e1e1;" | ''' | | colspan=2 style="background-color:#e1e1e1;" | '''String''' | ||
String | |||
|- | |- | ||
|mbstring | |mbstring | ||
| | |Aktifkan <tt>ext/mbstring</tt> PHP agar library phputf8 dapat menggunakan fungsi asli | ||
|} | |} | ||
<section end=Joomla 4.x /> | <section end=Joomla 4.x /> | ||
Latest revision as of 14:12, 4 March 2024
Persyaratan Tambahan untuk Joomla! 4.x
Halaman ini berisi persyaratan teknis opsional yang tidak wajib dipasang untuk Joomla! tetapi dibutuhkan untuk beberapa API internal.
| Aplikasi | |
| JApplicationDaemon | Memerlukan ext/pcntl dan ext/posix PHP |
| Arsip | |
| BZ2 | Memerlukan ext/bz2 PHP |
| GZip | Memerlukan ext/zlib PHP |
| Zip | Memerlukan ext/zip atau ext/zlib PHP |
| Cache | |
| APC | Memerlukan ext/apc PHP pada PHP 5.3 atau 5.4, ext/apcu pada PHP 5.5 atau 5.6, tidak didukung pada PHP 7.x (Catatan: INI HARUS DIPERIKSA) |
| APCu | Memerlukan ext/apcu PHP pada PHP 5.3+ |
| CacheLite | Memerlukan PEAR Cache_Lite package (diuji pada 1.7.16, akan bekerja dengan 1.8) |
| Memcache | Memerlukan ext/memcache PHP dan server Memcahce (Catatan: ekstensi Memcache tidak kompatibel dengan PHP 7.x) |
| Memcached | Memerlukan ext/memcached PHP dan server dengan Memcache |
| Redis | Memerlukan ext/redis PHP dan server Redis |
| Wincache | Memerlukan ext/wincache PHP (hanya Windows) |
| XCache | Memerlukan ext/xcache PHP |
| Adaptor klien | |
| LDAP | Memerlukan ext/ldap PHP |
| HTTP/Curl | Memerlukan ext/curl PHP |
| HTTP/Socket | Memerlukan fungsi fsockopen() PHP yang diaktifkan |
| HTTP/Stream | Memerlukan fungsi fopen() dan allow_url_fopen PHP yang diaktifkan |
| Kriptografi | |
| JCrypt | Memerlukan ext/mcrypt PHP untuk semua kode rahasia kecuali SodiumCipher yang memerlukan ext/sodium |
| JKeychain | Memerlukan ext/openssl PHP |
| Database | |
| Microsoft SQL Azure | Memerlukan ext/sqlsrv PHP (ekstensi PHP 5.x hanya untuk Windows, ekstensi untuk versi Linux tersedia untuk PHP 7.x) |
| Microsoft SQL Server | Memerlukan ext/sqlsrv PHP (ekstensi PHP 5.x hanya untuk Windows, ekstensi untuk versi Linux tersedia untuk PHP 7.x) |
| MySQL | Memerlukan ext/mysql PHP (tidak didukung di PHP 7.x) |
| MySQLi | Memerlukan ext/mysqli PHP |
| Oracle | Memerlukan ext/pdo PHP dengan dukungan Oracle (tersedia hanya untuk 3PD, CMS tidak memerlukannya) |
| PDO MySQL | Memerlukan ext/pdo PHP dengan dukungan MySQL |
| PostgreSQL | Memerlukan ext/pgsql PHP |
| SQLite | Memerlukan ext/pdo PHP dengan dukungan SQLite (tersedia hanya untuk 3PD, CMS tidak memerlukannya) |
| Gambar | |
| Memerlukan ext/gd PHP | |
| Memerlukan ext/fileinfo PHP | |
| Sesi | |
| APC | Memerlukan ext/apc PHP pada PHP 5.3 atau 5.4, ext/apcu untuk PHP 5.5 atau 5.6, tidak didukung pada PHP 7.x (Catatan: INI HARUS DIPERIKSA) |
| Memcache | Memerlukan ext/memcache PHP dan server Memcahce (Catatan: ekstensi Memcache tidak kompatibel dengan PHP 7.x) |
| Memcached | Memerlukan ext/memcached PHP dan server dengan Memcache |
| Wincache | Memerlukan ext/wincache PHP (hanya Windows) |
| XCache | Memerlukan ext/xcache PHP |
| PENINGKATAN OPSIONAL | |
| String | |
| mbstring | Aktifkan ext/mbstring PHP agar library phputf8 dapat menggunakan fungsi asli |