Was sind PHP-Erweiterungen und -Bibliotheken, die WP benötigt und / oder verwendet?
-
-
Ist Ihnenbekannt,dass auf Ihrer Websiteein SSL-Fehler vorliegt (https://queryposts.com/)?Do you aware that there is a SSL error on your site(https://queryposts.com/) ?
- 0
- 2018-07-19
- I am the Most Stupid Person
-
@IamtheMostStupidPerson danke,automatisierte Zertifikatserneuerung war dort ausirgendeinem Grundfehlgeschlagen,solltejetztbehoben werden.@IamtheMostStupidPerson thank you, automated certificate renewal had failed there for some reason, should be fixed now.
- 0
- 2018-07-19
- Rarst
-
Keine Sorge,esist Let's Encrypt.istnicht?Ich dachte,es wird automatischerneuert ... Was können wirtun,wennesnicht automatisch wie Ihr Fallerneuert wird?No worries, It is Let's Encrypt. isn't? I thought it automatically renew... In case if it isn't automatically renew as your case, what can we do?
- 0
- 2018-07-19
- I am the Most Stupid Person
-
@IamtheMostStupidPerson Hosting-Support hattees zurückgesetzt (es wurde durchihre Integrationeingerichtet),es wirdnormalerweise automatischfürmicherneuert.@IamtheMostStupidPerson hosting support had reset it (it was set up through their integration), it does normally renew automatically for me.
- 0
- 2018-07-19
- Rarst
-
Sehr schwer zufinden,aberesgibt eine offizielle Empfehlung: https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensionsExtremely hard to find, but there is an official recommendation: https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions
- 0
- 2018-11-06
- aidanh010
-
10 Antworten
- Stimmen
-
- 2012-02-13
Ich habe darübernachgedacht und angesichts der Größe der WP-Codebasis (einschließlich dergebündelten Bibliotheken) scheintesnicht sehr realistisch,eine solche Liste von Hand zuerstellen (und siefürjedeneue Version zu wiederholen -meh).
Ich habenacheinem geeigneten Tool zur Analyse statischen Codesgesucht - PHP_CompatInfo undnacheinigen Bastelarbeitennach dem Bericht über die vom Kern verwendeten Erweiterungengeneriert (gescannte Version 3.3.1):
-
cURL - 127 verwendet (erfordert libcurl )
- HTTP-API (Klasse
WP_Http_curl
) -
url_is_accessable_via_ssl()
-
SimplePie(überschriebenmit der KlasseWP_SimplePie_File
) -
GoogleSpell(aus dem TinyMCE-Paket,wirdnicht verwendet?)
- HTTP-API (Klasse
Datum/Uhrzeit - 367 verwendet
DOM - 6 Verwendungen (erfordert libxml )
iis7_rewrite_rule_exists()
iis7_delete_rewrite_rule()
iis7_add_rewrite_rule()
saveDomDocument()
POSIX Regex - 23 verwendet
Filter - 2 Verwendungen
- Klasse
PHPMailer->ValidateAddress()
(optional)
FTP - 72 Verwendungen
- Klasse
ftp_base
- Klasse
ftp
(pure und sockets Versionen) - Klasse
WP_Filesystem_FTPext
- Klasse
WP_Filesystem_ftpsockets
GD - 56 Verwendungen
wp-admin\includes\image-edit.php
wp-admin\includes\image.php
wp-includes\media.php
Hash - 6 Verwendungen
-
wp-includes\pluggable.php
mehrfach verwendbar (optional - Fallbackinwp-includes\compat.php
)
iconv - 5 Verwendungen
- Klasse
SimplePie
(optional) -
wp_check_invalid_utf8()
(optional) -
wp-mail.php
(optional)
JSON - 20 Verwendungen
- optional,Fallbacksin
wp-includes/compat.php
libxml - 4 Verwendungen
- Klasse
WP_oEmbed->_parse_xml()
(optional) - SimplePie
Multibyte-Zeichenfolge - 29 verwendet
- einige Rückschlägein
wp-includes/compat.php
MySQL - 60 Verwendungen
- Klasse
wpdb
-
Klasse(überschriebenmit KlasseSimplePie_Cache
WP_Feed_Cache
)
OpenSSL - 4 Verwendungen
- Klasse
PHPMailer
PCRE - 743 verwendet
SimpleXML - 1 verwendet
- Klasse
WP_oEmbed
(scheint optional zu sein)
Sockets - 64 Verwendungen
- Klasse
ftp
(Implementierung vonsockets
)
SPL - 3 verwendet
Tokenizer - 3 Verwendungen
-
wp_doc_link_parse()
(optional)
XML-Parser - 89 verwendet
XMLReader - 1 verwendet
- SimplePie (scheint optional zu sein)
Zlib - 30 Verwendungen
I gave this some more thought and given size of WP code base (including bundled libraries) it doesn't seem very realistic to compile such list by hand (and repeat it for every new version - meh).
I looked up appropriate static code analysis tool - PHP_CompatInfo and after some tinkering generated following report of extensions used by core (version scanned 3.3.1):
cURL - 127 uses (requires libcurl)
- HTTP API (class
WP_Http_curl
) url_is_accessable_via_ssl()
SimplePie(overridden with classWP_SimplePie_File
)GoogleSpell(from TinyMCE package, is not used?)
- HTTP API (class
Date/Time - 367 uses
DOM - 6 uses (requires libxml)
iis7_rewrite_rule_exists()
iis7_delete_rewrite_rule()
iis7_add_rewrite_rule()
saveDomDocument()
POSIX Regex - 23 uses
Filter - 2 uses
- class
PHPMailer->ValidateAddress()
(optional)
- class
FTP - 72 uses
- class
ftp_base
- class
ftp
(pure and sockets versions) - class
WP_Filesystem_FTPext
- class
WP_Filesystem_ftpsockets
- class
GD - 56 uses
wp-admin\includes\image-edit.php
wp-admin\includes\image.php
wp-includes\media.php
Hash - 6 uses
wp-includes\pluggable.php
multiple uses (optional - fallback inwp-includes\compat.php
)
iconv - 5 uses
- class
SimplePie
(optional) wp_check_invalid_utf8()
(optional)wp-mail.php
(optional)
- class
JSON - 20 uses
- optional, fallbacks in
wp-includes/compat.php
- optional, fallbacks in
libxml - 4 uses
- class
WP_oEmbed->_parse_xml()
(optional) - SimplePie
- class
Multibyte String - 29 uses
- some fallback in
wp-includes/compat.php
- some fallback in
MySQL - 60 uses
- class
wpdb
class(overridden with classSimplePie_Cache
WP_Feed_Cache
)
- class
OpenSSL - 4 uses
- class
PHPMailer
- class
PCRE - 743 uses
SimpleXML - 1 uses
- class
WP_oEmbed
(seems optional)
- class
Sockets - 64 uses
- class
ftp
(sockets
implementation)
- class
SPL - 3 uses
Tokenizer - 3 uses
wp_doc_link_parse()
(optional)
XML Parser - 89 uses
XMLReader - 1 uses
- SimplePie (seems optional)
Zlib - 30 uses
-
Tolle Ressource.Glücklicherweise werden diemeisten der obengenannten Erweiterungen und Bibliothekenjetzt standardmäßigmit PHP 5.2.4 und höher kompiliert.Great resource. Luckily most of the extensions and libraries above are now compiled by default with PHP 5.2.4 and above.
- 4
- 2012-02-18
- Chris_O
-
@Chris_O,solange die Standardeinstellungeingehalten wird ... Das Kernteam hatmehrmalsgesagt,dasseseinige seltsame PHP-Konfigurationenin freier Wildbahngibt.Wasmich zu dieser Frage veranlasste,war,dass VPSbei der Arbeit voneinem neuen Hosting-Anbietergekauft wurde und unerwartetnureine sehrminimale Konfiguration aufwies,wobeieinige typische Erweiterungenfehlten.Es wärebequemer,Supportmit einer solchen Checkliste von Erweiterungenbereitzustellen,diese dann zuermitteln undnacheinander zuinstallieren.@Chris_O as long as default is followed... It's been said several times by core team that there are some weeeeird PHP configurations out there in the wild. What prompted this question from myself is that VPS was purchased at work from new hosting provider and unexpectedly it had very minimal configuration with some typical extensions missing. It would be more convenient to provide support with such check list of extensions, then discover and ask them to be installed one by one.
- 0
- 2012-02-18
- Rarst
-
Mit welcher Bibliothek werden Themes und Pluginsentpackt?Which lib is used to unzip themes and plugins?
- 0
- 2016-11-24
- jgraup
-
@jgraup ZipArchive oder PclZip siehe verwandte Entpackungsfunktionen http://queryposts.com/?s=unzip_file@jgraup ZipArchive or PclZip see related unzip functions http://queryposts.com/?s=unzip_file
- 1
- 2016-11-24
- Rarst
-
Du hörstnie aufmich zu überraschen @Rarst ;-)You never cease to amaze me @Rarst ;-)
- 0
- 2016-11-24
- jgraup
-
Mit v4.7 und derneuennativen PDF-Miniaturansicht/Vorschaubenötigt Ihr Server Unterstützungfür Imagick,ImageMagick und Ghostscript.With v4.7 and the new native PDF thumbnail/preview your server needs Imagick, ImageMagick, and Ghostscript support.
- 1
- 2017-03-03
- j08691
-
Fehlende ** ORACLE ** -Erweiterung und andere Datenbanken ...Missing **ORACLE** extension and other databases...
- 0
- 2017-03-24
- Please_Dont_Bully_Me_SO_Lords
-
@ EASI hm?WordPress unterstütztnur MySQL.@EASI hm? WordPress has no native support for anything but MySQL.
- 0
- 2017-03-24
- Rarst
-
Esist wahrscheinlicherwähnenswert,dass diese Bibliotheken **möglicherweise vom Core verwendet werden **,dies hängtjedoch vonbestimmten Konfigurationen und Ausführungspfaden ab.Beispielsweiseistes unwahrscheinlich,dass FTP verwendet wird,wenn Sie wp-cli verwenden,um Core- und Plugin-Updates vorzunehmen.it is probably worth mentioning that those libraries **might be used** by core, but it depends on specific configurations and execution paths. for example FTP is unlikely to be used if you use wp-cli to make core and plugin updates.
- 0
- 2017-12-07
- Mark Kaplun
-
- 2012-02-13
Die Antwort darauf könnte kompliziert und sehr lang sein. Soweitich weiß,wirdes aucheinige Unterschiede zwischen Servern & amp; Betriebssystem (IIS,Apache). Ich kannnicht sagen,dass diefolgende Listeeine VOLLSTÄNDIGE Listeist,aber sieenthälteinige dermirbekannten,dieerforderlich sind:
Curl und CurlSSL - Nicht sicher,obes ERFORDERLICH ist,aberein Großteil des WordPress-Codes wirdes verwenden,wennes verfügbarist. Viele Pluginsbenötigenesjedoch und/oder habennureingeschränkte Funktionen ohnees.
Exif - Ermöglicht dem Media Handler von WordPress,Exif-Daten abzurufen aus Bildern.
-
Gettext - .po .mofür die Internationalisierung der Übersetzungslokalisierung.
-
FTP - wird verwendet,um Plugin- und WordPress-Upgrades über FTP durchzuführen.
GD - Keine Einführungerforderlich,oder?.
Iconv - Zeichensatzkonvertierungenfür alles,von E-Mailbis RSS-Analyse.
-
Mbregex und Mbstring - der Nameist ziemlichbeschreibend -bieten Funktionen,die überall verwendet werden :-)
Mcrypt - Wirdfür WordPressnichtbenötigt,aber viele Pluginsbenötigenes.
Mime Magic - Jetztin WordPress veraltet - aber aus Gründen der Rücken-Kompatibilitätimmernochgut zu haben.
-
* MySQL und MySQL des Systems * - wir alle wissen,was diesist und warumesbenötigt wird,nein?
Openssl - Diese Bibliothek wird zum Verarbeiten von Verarbeitungsverbindungen verwendet Mit SSL-Zertifikatenfür WordPress verschlüsselt,kannmöglicherweiseeine Verbindung zueinem beliebigen SSL-verschlüsselten Speicherort (https) hergestellt werden.
-
POSIX - wird verwendet,um sicherzustellen,dass WordPress die Dateiberechtigungen und -eigentümer ordnungsgemäß verwaltet.
Pfadinfo-Prüfung -einige Permalink-Setups.
-
Rechtschreibprüfung - Rechtschreibprüfungfür TinyMCE,.
-
Sockets - Verwalten von FTP-Verbindungen und E-Mail-Verarbeitung von AKA SMTP und POPin WordPress.
Zlib - Wirdin vielen Fällen verwendet. Beispiel - Komprimierung von JS- und CSS-Dateien. Auch hierbin ichmirnicht sicher,ob ERFORDERLICH aberbenötigt wird.
Wie obenerwähnt - diesist keineswegseine VOLLSTÄNDIGE Liste - Sie wurde voretwaeinem Jahr zusammengestellt - undmussmöglicherweise aktualisiert werden. Viele dieser Funktionen sindnichtgenau ERFORDERLICH ,sondern BERATET . In vielen Fällen verwendet WordPresseine Funktion,wenn sie verfügbarist,undignoriert die Aufgabe,wennnicht. Eingutes Beispielist das Fehleneiner GD-Bibliothek,die das Funktionieren von WordPressnichtbeeinträchtigt,aber die hochgeladenen Bildernicht zuschneidet,ihre Größe ändert oder ändert. Dadurchbleibt das Originalerhalten (und die Option "Größe"in der "Einfügung" wird ausgegraut Bild zuposten "Funktion) ..
Als Randnotiz -ich würde auch sagen,dass diese Frage auf serverfault.commöglicherweise korrektere/aktuellere Antwortenerhält als hier ...
The answer for this might be complicated and very long, as far as I know, there will also be some differences between servers & OS (IIS, Apache).. I can not say that the following list is a FULL list, but it includes some of those I know that are required :
Curl and CurlSSL – Not sure it is REQUIRED but but much of the WordPress code will use it if it is available. Many plugins however DO require it and/or will have limited functions without it.
Exif – allows media handler of WordPress to pull Exif data out of images.
Gettext - .po .mo handling translation localization internationalization ..
FTP – used to do plugin and WordPress upgrades via FTP.
GD – No need introduction, right ?.
Iconv – character set conversions for everything from mail to RSS parsing.
Mbregex and Mbstring – the name is pretty descriptive - provide functions used all over the place :-)
Mcrypt – Not needed for wordpress, but many plugins do need it.
Mime Magic – Deprecated now in wordpress - but still good to have for back compatibility.
*Mysql and Mysql of the system *– we all know what this is and why it is needed, no ?
Openssl – This library is used to handle processing connections encrypted with SSL certificates for WordPress may to be able to connect to any SSL (https) encrypted location.
POSIX – used to ensure that WordPress properly maintains file permissions and ownerships .
Path Info Check – some permalink setups .
Pspell – spell checking capabilities to TinyMCE, .
Sockets – managing FTP connections and mail handling AKA SMTP and POP in WordPress.
Zip – Not sure if REQUIRED - but this cross-platform compatible zip file creation and extraction class WILL be used by wordpress if available.
Zlib – Used in many cases . example - js and css files compression. again, not sure if REQUIRED but needed.
Like Above stated - this is by no means a FULL list - It was compiled about a year ago - and it might need some update . Many of those functions are not exactly REQUIRED but ADVISED. In many cases wordpress will use a function IF it is available, and if not , will ignore the task. A good example is the lack of GD library, it will not stop wordpress from functioning, but it will not crop, resize , or alter the uploaded images - thus leaving the original (and grey- out the "size" option in the "insert image to post" function)..
As a side note - I would also say that maybe this question will probably get more correct/updated answers on serverfault.com than here ...
-
Warumist diesnicht auf der Wordpress-Website zufinden?Why is this no where to be found on the Wordpress website?
- 0
- 2017-03-20
- Tadej
-
- 2013-02-10
( Diesist keine Antwort. Nureinige nützliche Informationen. Wenn Sie der Meinung sind,dass diese Informationennichtnützlich sind,lassen Sieesmich wissen,ich werde sieeinfach löschen.)
Ich denke,das Sprechenin Paketen wärefür Neulingeeinfacher,aber da die Pakete von System zu System unterschiedlich sind,istes schwierig,alle zubehandeln.
Daich Erfahrungmit Debian (& Debian-basierten Distributionen) habe,möchteich diese spezifischen Informationen weitergeben:
- php5-cli
- php5-dev
- php5-fpm
- php5-cgi
- php5-mysql
- php5-xmlrpc
- php5-curl
- php5-gd
- php-apc (nichterforderlich,aberempfohlen)
- php-pear
- php5-imap
- php5-mcrypt
- php5-pspell
Die obengenannten Paketeinstallieren allein den anderen Antwortengenannten Erweiterungen/Bibliotheken/Module. alle außer Mime Magic,das von WordPressnichtmehrbenötigt wird .
Eine weiteregute Möglichkeit,um sicherzustellen,dass Ihr Server zu 100%mit WordPress kompatibelist,besteht darin,zu überprüfen,mit welchen Paketen die verwalteten Hosting-Unternehmen vorinstalliert sind. Da siejahrelange Erfahrungmit Kundenbeschwerden über Inkompatibilitäten haben,wissen sieesbesser.
Im Fall von Hostgator umfassen die vonihnen vorinstallierten PHP-Module (Sie) Ichbrauche wahrscheinlichnur diemeisten ,abernicht alle):
Media Templebietet eine
phpinfo();
Datei,damit Sieihre Konfiguration überprüfen können. Diesist auch zu Vergleichszweckennützlich.(This is not intended to be an answer. Just some useful information. If you think this info is not useful, let me know, I'll simply delete it.)
I think talking in terms of packages would be easier for newbies, but since packages vary from system to system, it's hard to cover all of them.
As I have experience with Debian (& Debian-based distros), I'd like to share this specific information:
- php5-cli
- php5-dev
- php5-fpm
- php5-cgi
- php5-mysql
- php5-xmlrpc
- php5-curl
- php5-gd
- php-apc (not required, but recommended)
- php-pear
- php5-imap
- php5-mcrypt
- php5-pspell
The aforementioned packages install all the extensions/libraries/modules mentioned in the other answers; all, except Mime Magic, which is no longer required by WordPress.
Another good way to make sure your server is 100% compatible with WordPress is to check what packages the managed hosting companies come pre-installed with. As they have years of experience with customer complaints about incompatibilities, they'll know better.
In case of Hostgator, the PHP modules they pre-install include (you'll probably only need most but not all of them):
Media Temple provides a
phpinfo();
file for you to check their config. It's useful for comparison purposes too.-
Wofürbenötigt WPphp5-cli,php5-dev (php5-fpm &&php5-cgi),php5-pear,php5-imap undphp5-pspell?Ihr Ansatz scheint darin zubestehen,einfach alles zuinstallieren,undesistein schlechter.Wieist die Idee,dass Sie Shared Hosting-Umgebungenimitieren sollten,wenn Sie die Kontrolle über Ihre Installation haben.Außerdem sollten Sieeinen Weg wählen,um PHP (FastCGI oder CGI) auszuführen,abernichtbeide.What does WP need php5-cli, php5-dev, (php5-fpm && php5-cgi), php5-pear, php5-imap, and php5-pspell for? Your approach seems to be to just install everything and it is a poor one. As is the idea that you should mimic shared hosting environments if you have control over your install. Also, you should choose one way to run PHP (FastCGI or CGI) but not both.
-
Neben der Version (php5)ist dies hiertatsächlich diebeste Antwort. In der Frage wirdnicht angegeben,wofür,sondernnur welche Module.Abgestimmt!Besides the version (php5), this is actually the best answer here .. the question does not state 'what for', just 'which' modules. Voted up!
- 0
- 2018-12-19
- GerardJP
-
- 2018-01-18
Wenn Sie aufeinfache Weise überprüfenmöchten,ob Ihr Server diese Anforderungenerfüllt,gibt esjetzteinen praktischen WP-CLIext-Befehl ,um dies zutun.
wp ext required
zeigt alle PHP-Erweiterungen an,die zum Ausführen von WordPresserforderlich sind,währendwp ext recommended
optionale zeigt .wp ext check
isteine Kombinationbeider Befehle.Diese sindnützlich,wenn Sie die Systemanforderungen aufeinem neuen Server schnell überprüfen und/oder diese Listeprogrammgesteuert weiterverarbeitenmöchten.
Sofunktioniert
wp ext required
:$ wp ext required +-----------+-----------+ | extension | installed | +-----------+-----------+ | curl | 1 | | date | 1 | | dom | 1 | | filter | 1 | | ftp | 1 | | gd | 1 | | hash | 1 | | iconv | 1 | | json | 1 | | libxml | 1 | | mbstring | 1 | | mysqli | 1 | | openssl | 1 | | pcre | 1 | | posix | 1 | | SimpleXML | 1 | | sockets | 1 | | SPL | 1 | | tokenizer | 1 | | xml | 1 | | xmlreader | 1 | | zlib | 1 | +-----------+-----------+ Success: All required extensions are installed
If you want an easy way to verify if your server meets these requirements, there's now a handy WP-CLI ext command to do so.
wp ext required
shows all PHP extensions necessary to run WordPress, whilewp ext recommended
shows optional ones.wp ext check
is a combination of both commands.These come in handy when you need a quick way to check the system requirements on a new server and/or if you want to further process this list programmatically.
Here's how
wp ext required
works:$ wp ext required +-----------+-----------+ | extension | installed | +-----------+-----------+ | curl | 1 | | date | 1 | | dom | 1 | | filter | 1 | | ftp | 1 | | gd | 1 | | hash | 1 | | iconv | 1 | | json | 1 | | libxml | 1 | | mbstring | 1 | | mysqli | 1 | | openssl | 1 | | pcre | 1 | | posix | 1 | | SimpleXML | 1 | | sockets | 1 | | SPL | 1 | | tokenizer | 1 | | xml | 1 | | xmlreader | 1 | | zlib | 1 | +-----------+-----------+ Success: All required extensions are installed
-
- 2014-07-10
Wenn Sie Debian 7 (Debian Wheezy) verwenden,müssen Sie PHP selbst undeine kleine Anzahl von Erweiterungeninstallieren. Dasmeiste,was von @Rarsterwähnt wurde,istbereitsin einer dergrundlegendsten PHP-Installationen von Debianenthalten.
PHP
In Debian Wheezy haben Sie vier Optionen: libapache2-mod-php5 , libapache2-mod-php5filter ,php5-cgi oder php5-fpm . Ich wählephp5-fpm,aber alles hängt davon ab,wie Ihr Webserver und PHPinteragieren sollen.
MySQL
Siebenötigen auch PHP,um MySQL verwenden zu können. Ihre Optionen sind php5-mysql und php5-mysqlnd .php5-mysqlndistnativ undim Allgemeinen schneller. Einige wählenmöglicherweiseeine Alternative wie MariaDB.
Grafikbibliothek Optional >
Wenn Sie die Größe Ihrer Bilder ändernmöchten,können Sieentweder php5-gd oder
php5-imagick .php5-imagickbietet Ihneneine bessere Qualität und Wordpress verwendetes,wennes verfügbarist. Wennbeideinstalliert sind,wirdphp5-imagick verwendet. Wenn keines vonbeideninstalliertist,wird die Größe der Bildernichtgeändert (und Wordpressbeschwert sichnicht). HTTP Optional
Wenn Sie php5-curl installieren,wirdes verwendet,istjedochnichterforderlich alles außer vielleichtbesserer Leistung.
Wordpress und diemeisten Erweiterungenbenötigennichts anderes,obwohlfüreinige Erweiterungenmöglicherweise andere Anforderungengelten.
Hierist die vollständige Basisinstallationszeile,um Wordpress alles zubieten,wasesfüreine optimale Leistungbenötigt,undnichts,wasesnichttut:
apt-get install php5-fpm php5-mysqlnd php5-imagick php5-curl
If you're using Debian 7 (Debian Wheezy), you need to install PHP itself and a small number of extensions. Most of what was mentioned by @Rarst is already included with one of Debian's most basic PHP installs.
PHP
You have four options in Debian Wheezy: libapache2-mod-php5, libapache2-mod-php5filter, php5-cgi, or php5-fpm. I choose php5-fpm but it all depends on how you want your web server and PHP to interact.
MySQL
You also need PHP to use MySQL. Your options are php5-mysql and php5-mysqlnd. php5-mysqlnd is native and generally faster. Some might choose an alternative like MariaDB.
Graphics Library Optional
If you want your images resized, you may install either php5-gd or php5-imagick. php5-imagick will give you better quality and Wordpress will use it if it's available. If both are installed, php5-imagick will be used. If neither is installed, images will not be resized (and Wordpress won't complain).
HTTP Optional
If you install php5-curl, it will be used but is not required for anything except perhaps better performance.
Nothing else is required by Wordpress and most extensions, though some extensions may have other requirements.
Here is the complete basic install line to give Wordpress everything it needs for optimal performance and nothing it doesn't:
apt-get install php5-fpm php5-mysqlnd php5-imagick php5-curl
-
- 2019-06-01
Das WordPress-Handbuch listetjetzt dieempfohlene PHP-Module:
Der WordPress-Kern verwendet PHP-Erweiterungen. Wenn diebevorzugte Erweiterung fehlt WordPressmussentwedermehr Arbeiterledigen,um die Aufgabe zuerledigen Das Modul hilftbeim Entfernen oder wirdim schlimmsten Fallentfernt Funktionalität. Daher sind die unten aufgeführten PHP-Erweiterungen empfohlen.
- bcmath - Wird verwendet,um die Leistung vonmathematischen Berechnungen zu verbessern.
- curl - Führt Remote-Anforderungsvorgänge aus.
- exif - Arbeitetmit in Bilderngespeicherten Metadaten.
- filter - Wird zum sicheren Filtern von Benutzereingaben verwendet.
- fileinfo - Wird verwendet,um den Mimetyp von Datei-Uploads zuerkennen.
- mod_xml - Wird zum Generieren von XML verwendet,z. B.füreine XML-Sitemap. Beachten Sie,dassmod_xmlein Apache-Modulist,keine PHP-Erweiterung,sondern aufgelistetist für das Bewusstsein.
- mysqli - Stellteine Verbindung zu MySQLfür Datenbankinteraktionen her.
- libsodium - Erzeugt zufällige Bytes.
- openssl - Ermöglicht SSL-basierte Verbindungen zu anderen Hosts.
- pcre - Erhöht die Leistung des Mustervergleichsbei der Codesuche.
- imagick - Bieteteine bessere Bildqualitätfür das Hochladen von Medien. Siehe WP_Image_Editor kommt an!für Details. Intelligentere Bildgrößenänderung (z kleinere Bilder) und Unterstützungfür PDF-Miniaturansichten,wenn Ghost Scriptebenfalls vorhandenist verfügbar.
- xml - Wirdfür die XML-Analyse verwendet,z. B. voneiner Websiteeines Drittanbieters.
Außerdem werden diefolgenden PHP-Erweiterungen als optional aufgeführt:
- gd - Wenn Imagicknichtinstalliertist,wird die GD-Grafikbibliothek alsfunktionaleingeschränkter Fallbackfür die Bildbearbeitung verwendet.
- mcrypt - Erzeugt zufällige Bytes,wenn libsodiumnicht verfügbarist.
- xmlreader - Wirdfür die XML-Analyse verwendet.
- zlib - Gzip-Komprimierung und -Dekomprimierung.
The WordPress handbook now lists the recommended PHP modules:
WordPress core makes use of PHP extensions. If the preferred extension is missing WordPress will either have to do more work to do the task the module helps with or, in the worst case, will remove functionality. Therefore the PHP extensions listed below are recommended.
- bcmath – Used to improve the performance of math calculations.
- curl – Performs remote request operations.
- exif – Works with metadata stored in images.
- filter – Used for securely filtering user input.
- fileinfo – Used to detect mimetype of file uploads
- mod_xml – Used for generating XML, such as for an XML sitemap. Note that mod_xml is an Apache module, not a PHP extension, but is listed for awareness.
- mysqli – Connects to MySQL for database interactions.
- libsodium – Generates random bytes.
- openssl – Permits SSL-based connections to other hosts.
- pcre – Increases performance of pattern matching in code searches.
- imagick – Provides better image quality for media uploads. See WP_Image_Editor is incoming! for details. Smarter image resizing (for smaller images) and PDF thumbnail support, when Ghost Script is also available.
- xml – Used for XML parsing, such as from a third-party site.
It also lists the following PHP extensions as being optional:
- gd – If Imagick isn’t installed, the GD Graphics Library is used as a functionally limited fallback for image manipulation.
- mcrypt – Generates random bytes when libsodium isn’t available.
- xmlreader – Used for XML parsing.
- zlib – Gzip compression and decompression.
-
Huh,ichfragemich,was `mod_xml`mit irgendetwas zutun hat,da der Kern weder XML-Sitemapsimplementiertnoch an die Ausführung aufeinem bestimmten Webservergebundenist.Huh, I wonder what does `mod_xml` has to do with anything since core neither implements XML sitemaps or tied to running on specific web server.
- 0
- 2019-06-02
- Rarst
-
- 2019-07-29
Esisterwähnenswert,dasses seit WordPress 5.2eine integrierte Funktiongibt,die überfehlende Moduleberichtet.Finden Siees unter Tools> Site Health.
It's worth mentioning that since WordPress 5.2, there is a built in feature that reports on missing modules. Find it at Tools > Site Health.
-
- 2017-03-20
Ein kleines "Cheatsheet"bei der Installation von PHPfür Wordpress unter Debian:
0. Fügen Sie das Dotdeb-Repository
hinzuFügen Sie diesebeiden Zeilen zu Ihrer
/etc/apt/sources.list
-Datei hinzu:deb http://packages.dotdeb.org jessie all deb-src http://packages.dotdeb.org jessie all
Fügen Sie den GPG-Schlüssel hinzu:
wget https://www.dotdeb.org/dotdeb.gpg sudo apt-key add dotdeb.gpg
Aktualisieren Sie die "Paketliste":
sudo apt-get update
1. Installieren Sie PHP 7:
apt-get install php7.0-common libapache2-mod-php7.0 php7.0-cli
Quelle: http://php.net/manual/en/install .unix.debian.php
2. Liste der Module,dieim Paket "php7.0-common"enthalten sind:
/usr/lib/php/20151012/calendar.so /usr/lib/php/20151012/ctype.so /usr/lib/php/20151012/exif.so /usr/lib/php/20151012/fileinfo.so /usr/lib/php/20151012/ftp.so /usr/lib/php/20151012/gettext.so /usr/lib/php/20151012/iconv.so /usr/lib/php/20151012/pdo.so /usr/lib/php/20151012/phar.so /usr/lib/php/20151012/posix.so /usr/lib/php/20151012/shmop.so /usr/lib/php/20151012/sockets.so /usr/lib/php/20151012/sysvmsg.so /usr/lib/php/20151012/sysvsem.so /usr/lib/php/20151012/sysvshm.so /usr/lib/php/20151012/tokenizer.so
Quelle: https://packages.debian.org/sid/amd64/php7.0-common/filelist
3. Soinstallieren Sie die zusätzlichen Module,die von WordPressbenötigt/empfohlen werden:
apt-get install php7.0-curl php7.0-gd php7.0-mbstring php7.0-mcrypt php7.0-pspell php7.0-zip
Quelle: https://wordpress.stackexchange.com/a/42141/107878
4. Auf debian konnteich Folgendesnichtfinden:
Openssl Path Info Check Zlib
5. "apt-cache searchphp7"gibt Folgendes zurück:
php7.0 - server-side, HTML-embedded scripting language (metapackage) php7.0-apcu - APC User Cache for PHP php7.0-apcu-bc - APCu Backwards Compatibility Module php7.0-bcmath - Bcmath module for PHP php7.0-bz2 - bzip2 module for PHP php7.0-cgi - server-side, HTML-embedded scripting language (CGI binary) php7.0-cli - command-line interpreter for the PHP scripting language php7.0-common - documentation, examples and common module for PHP php7.0-curl - CURL module for PHP php7.0-dba - DBA module for PHP php7.0-dbg - Debug symbols for PHP7.0 php7.0-dev - Files for PHP7.0 module development php7.0-enchant - Enchant module for PHP php7.0-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary) php7.0-gd - GD module for PHP php7.0-geoip - GeoIP module for PHP php7.0-gmp - GMP module for PHP php7.0-igbinary - igbinary serializer for PHP php7.0-imagick - Provides a wrapper to the ImageMagick library php7.0-imap - IMAP module for PHP php7.0-interbase - Interbase module for PHP php7.0-intl - Internationalisation module for PHP php7.0-json - JSON module for PHP php7.0-ldap - LDAP module for PHP php7.0-mbstring - MBSTRING module for PHP php7.0-mcrypt - libmcrypt module for PHP php7.0-memcached - memcached extension module for PHP, uses libmemcached php7.0-mongodb - MongoDB driver for PHP php7.0-msgpack - MessagePack serializer for PHP php7.0-mysql - MySQL module for PHP php7.0-odbc - ODBC module for PHP php7.0-opcache - Zend OpCache module for PHP php7.0-pgsql - PostgreSQL module for PHP php7.0-phpdbg - server-side, HTML-embedded scripting language (PHPDBG binary) php7.0-pspell - pspell module for PHP php7.0-readline - readline module for PHP php7.0-recode - recode module for PHP php7.0-redis - PHP extension for interfacing with Redis php7.0-snmp - SNMP module for PHP php7.0-soap - SOAP module for PHP php7.0-sqlite3 - SQLite3 module for PHP php7.0-ssh2 - Bindings for the libssh2 library php7.0-sybase - Sybase module for PHP php7.0-tidy - tidy module for PHP php7.0-xdebug - Xdebug Module for PHP php7.0-xml - DOM, SimpleXML, WDDX, XML, and XSL module for PHP php7.0-xmlrpc - XMLRPC-EPI module for PHP php7.0-xsl - XSL module for PHP (dummy) php7.0-zip - Zip module for PHP
A small "cheatsheet" when installing PHP for Wordpress on Debian:
0. Add the dotdeb repository
Add these two lines to your
/etc/apt/sources.list
file:deb http://packages.dotdeb.org jessie all deb-src http://packages.dotdeb.org jessie all
Add the GPG key:
wget https://www.dotdeb.org/dotdeb.gpg sudo apt-key add dotdeb.gpg
Update the "package list":
sudo apt-get update
1. Install PHP 7:
apt-get install php7.0-common libapache2-mod-php7.0 php7.0-cli
Source: http://php.net/manual/en/install.unix.debian.php
2. List of modules, which are included in the "php7.0-common" package:
/usr/lib/php/20151012/calendar.so /usr/lib/php/20151012/ctype.so /usr/lib/php/20151012/exif.so /usr/lib/php/20151012/fileinfo.so /usr/lib/php/20151012/ftp.so /usr/lib/php/20151012/gettext.so /usr/lib/php/20151012/iconv.so /usr/lib/php/20151012/pdo.so /usr/lib/php/20151012/phar.so /usr/lib/php/20151012/posix.so /usr/lib/php/20151012/shmop.so /usr/lib/php/20151012/sockets.so /usr/lib/php/20151012/sysvmsg.so /usr/lib/php/20151012/sysvsem.so /usr/lib/php/20151012/sysvshm.so /usr/lib/php/20151012/tokenizer.so
Source: https://packages.debian.org/sid/amd64/php7.0-common/filelist
3. To install the additional modules which are required/recommended by wordpress:
apt-get install php7.0-curl php7.0-gd php7.0-mbstring php7.0-mcrypt php7.0-pspell php7.0-zip
Source: https://wordpress.stackexchange.com/a/42141/107878
4. I couldn't find the following on debian:
Openssl Path Info Check Zlib
5. "apt-cache search php7" returns:
php7.0 - server-side, HTML-embedded scripting language (metapackage) php7.0-apcu - APC User Cache for PHP php7.0-apcu-bc - APCu Backwards Compatibility Module php7.0-bcmath - Bcmath module for PHP php7.0-bz2 - bzip2 module for PHP php7.0-cgi - server-side, HTML-embedded scripting language (CGI binary) php7.0-cli - command-line interpreter for the PHP scripting language php7.0-common - documentation, examples and common module for PHP php7.0-curl - CURL module for PHP php7.0-dba - DBA module for PHP php7.0-dbg - Debug symbols for PHP7.0 php7.0-dev - Files for PHP7.0 module development php7.0-enchant - Enchant module for PHP php7.0-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary) php7.0-gd - GD module for PHP php7.0-geoip - GeoIP module for PHP php7.0-gmp - GMP module for PHP php7.0-igbinary - igbinary serializer for PHP php7.0-imagick - Provides a wrapper to the ImageMagick library php7.0-imap - IMAP module for PHP php7.0-interbase - Interbase module for PHP php7.0-intl - Internationalisation module for PHP php7.0-json - JSON module for PHP php7.0-ldap - LDAP module for PHP php7.0-mbstring - MBSTRING module for PHP php7.0-mcrypt - libmcrypt module for PHP php7.0-memcached - memcached extension module for PHP, uses libmemcached php7.0-mongodb - MongoDB driver for PHP php7.0-msgpack - MessagePack serializer for PHP php7.0-mysql - MySQL module for PHP php7.0-odbc - ODBC module for PHP php7.0-opcache - Zend OpCache module for PHP php7.0-pgsql - PostgreSQL module for PHP php7.0-phpdbg - server-side, HTML-embedded scripting language (PHPDBG binary) php7.0-pspell - pspell module for PHP php7.0-readline - readline module for PHP php7.0-recode - recode module for PHP php7.0-redis - PHP extension for interfacing with Redis php7.0-snmp - SNMP module for PHP php7.0-soap - SOAP module for PHP php7.0-sqlite3 - SQLite3 module for PHP php7.0-ssh2 - Bindings for the libssh2 library php7.0-sybase - Sybase module for PHP php7.0-tidy - tidy module for PHP php7.0-xdebug - Xdebug Module for PHP php7.0-xml - DOM, SimpleXML, WDDX, XML, and XSL module for PHP php7.0-xmlrpc - XMLRPC-EPI module for PHP php7.0-xsl - XSL module for PHP (dummy) php7.0-zip - Zip module for PHP
-
- 2012-02-13
Siebenötigen die Erweiterungenmysqli,pdo undgd.undmanchmal xml-rpc.
Ich habe WP schoneine Weilemit dernativen Erweiterungmysqlnd ausgeführt,esist ziemlich ordentlich.Hat Reflection-Materialeingebaut? Wenn Sie also sehenmöchten,wasmit der Datenbankin dieser speziellen Anfrage losist,können Sie diestun.
zip als Erweiterung wirdnichtbenötigt,diemeisten Programme rufen die ausführbare System-zip-Datei auf.
you need the mysqli, pdo, and gd extensions. and sometimes xml-rpc.
I've been running WP with the mysqlnd native extension for a while now, it's pretty neat. Has reflection stuff built in, so if you want to see what's going on with the db in that specific request, you can do it.
zip as an extension is not needed, most programs call the system zip executable.
-
WP verwendet die PDO-Schichtnicht.Esgibt wahrscheinlich Plugins,mit denen Sie diestun können,aber die Datenbank-API von WP stammtnoch aus der Antike von PHP ...WP doesn't use the PDO layer. There are probably plugins that enable you to do this, but WP's database API is still from the ancient times of PHP...
- 2
- 2012-02-13
- onetrickpony
-
- 2020-02-06
Offiziell heißtesin WordPress.org dass ab WP Core 5.3+ undbei Verwendung derempfohlenen Version von PHP,die derzeit PHP 7.2ist,nur diefolgenden PHP-Erweiterungenerforderlich sind:
curl -- Performs remote request operations. dom -- Used to validate Text Widget content and to automatically configuring IIS7+. exif -- Works with metadata stored in images. fileinfo -- Used to detect mimetype of file uploads. hash -- Used for hashing, including passwords and update packages. json -- Used for communications with other servers. mbstring -- Used to properly handle UTF8 text. mysqli -- Connects to MySQL for database interactions. libsodium -- Validates Signatures and provides securely random bytes. openssl -- Permits SSL-based connections to other hosts. pcre -- Increases performance of pattern matching in code searches. imagick -- Provides better image quality for media uploads. See WP_Image_Editor is incoming! for details. Smarter image resizing (for smaller images) and PDF thumbnail support, when Ghost Script is also available. xml -- Used for XML parsing, such as from a third-party site. zip -- Used for decompressing Plugins, Themes, and WordPress update packages.
... aber sieempfehlen auch diefolgenden optionalen Erweiterungen:
filter -- Used for securely filtering user input. gd -- If Imagick isn’t installed, the GD Graphics Library is used as a functionally limited fallback for image manipulation. iconv -- Used to convert between character sets. mcrypt -- Generates random bytes when libsodium and /dev/urandom aren’t available. simplexml -- Used for XML parsing. xmlreader -- Used for XML parsing. zlib -- Gzip compression and decompression.
Beachten Siejedoch,dasseinige diesererforderlichen (oder optionalen) Erweiterungenbereitsin anderen PHP-Paketenenthalten sind. Beispielsweiseist
dom
häufigin der Erweiterungxml
enthalten. Und andere wiefileinfo
sind wahrscheinlichbereits als Teileines sogenanntenphp-common
-Paketsinstalliert,wenn Sie Ubuntu usw. verwenden.Darüber hinausgibt eseinige andere Erweiterungen wie
bcmath
,die von WordPressnicht offiziellbenötigt oderempfohlen werden,aber dennoch von vielengängigen Plugins wie Yoast SEO verwendet werden.Sie können unserer Liste der WordPress-PHP-Erweiterungen bei LittleBizzyfolgen,wenninteressiert.
Officially, WordPress.org says that only the following PHP extensions are required as of WP Core 5.3+ and when using the recommended version of PHP, which is currently PHP 7.2:
curl -- Performs remote request operations. dom -- Used to validate Text Widget content and to automatically configuring IIS7+. exif -- Works with metadata stored in images. fileinfo -- Used to detect mimetype of file uploads. hash -- Used for hashing, including passwords and update packages. json -- Used for communications with other servers. mbstring -- Used to properly handle UTF8 text. mysqli -- Connects to MySQL for database interactions. libsodium -- Validates Signatures and provides securely random bytes. openssl -- Permits SSL-based connections to other hosts. pcre -- Increases performance of pattern matching in code searches. imagick -- Provides better image quality for media uploads. See WP_Image_Editor is incoming! for details. Smarter image resizing (for smaller images) and PDF thumbnail support, when Ghost Script is also available. xml -- Used for XML parsing, such as from a third-party site. zip -- Used for decompressing Plugins, Themes, and WordPress update packages.
...but they also recommend the following optional extensions:
filter -- Used for securely filtering user input. gd -- If Imagick isn’t installed, the GD Graphics Library is used as a functionally limited fallback for image manipulation. iconv -- Used to convert between character sets. mcrypt -- Generates random bytes when libsodium and /dev/urandom aren’t available. simplexml -- Used for XML parsing. xmlreader -- Used for XML parsing. zlib -- Gzip compression and decompression.
Keep in mind, however, that some of these required (or optional) extensions are already bundled into other PHP packages. For example,
dom
is often included in thexml
extension. And others likefileinfo
are probably already installed as part of a so-calledphp-common
package if you are using Ubuntu, etc.In addition, there are a few other extensions such as
bcmath
that are not officially required or recommended by WordPress but are still used by many popular plugins, like Yoast SEO.You can follow our list of WordPress PHP extensions over at LittleBizzy if interested.
Codex erwähntnur lose die PHP-Versionin den Serveranforderungen ,PHP kannjedochin einem ziemlichbreiten Bereich zum Ausschließen/Einschließen verschiedener Teile konfiguriert werden.
Was sind Erweiterungen/Bibliotheken,die: