Quali sono le estensioni e le librerie PHP di cui ha bisogno e / o utilizza WP?
-
-
Sei a conoscenza dellapresenza di unerrore SSL sultuo sito (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
-
@IamtheMostStupidPersongrazie,il rinnovo automatico del certificatononera riuscitoper qualchemotivo,dovrebbeessere risolto ora.@IamtheMostStupidPerson thank you, automated certificate renewal had failed there for some reason, should be fixed now.
- 0
- 2018-07-19
- Rarst
-
Nessunproblema,è Let's Encrypt.non lo è?Pensavo si rinnovasse automaticamente ... Nel casoin cuinon si rinnovi automaticamente comeiltuo caso,cosapossiamofare?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
-
Il supporto di hosting @IamtheMostStupidPerson lo aveva ripristinato (è statoimpostatotramite la lorointegrazione),normalmente si rinnova automaticamenteperme.@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
-
Estremamente difficile datrovare,ma c'è una raccomandazione ufficiale: 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 risposta
- voti
-
- 2012-02-13
Ci hopensato ancorae data la dimensione del codice WP (comprese le libreriein bundle)non sembramolto realistico compilaretaleelenco amano (e ripeterloper ogninuova versione -meh).
Ho cercato uno strumento di analisi del codice statico appropriato - PHP_CompatInfo e dopo alcuni ritocchigeneratiin seguito al rapporto sulleestensioni utilizzate dal core (versione sottoposta a scansione 3.3.1):
-
cURL - 127 utilizzi (richiede libcurl )
- API HTTP (classe
WP_Http_curl
) url_is_accessable_via_ssl()
-
SimplePie(sovrascritto con la classeWP_SimplePie_File
) -
GoogleSpell(dalpacchetto TinyMCE,non viene utilizzato?)
- API HTTP (classe
-
Data/ora - 367 utilizzi
-
DOM - 6 utilizzi (richiede libxml )
iis7_rewrite_rule_exists()
iis7_delete_rewrite_rule()
iis7_add_rewrite_rule()
saveDomDocument()
-
POSIX Regex - 23 utilizzi
-
Filtro - 2 usi
- class
PHPMailer->ValidateAddress()
(opzionale)
- class
-
FTP - 72 utilizzi
- class
ftp_base
- class
ftp
(versioni pure e socket ) - class
WP_Filesystem_FTPext
- class
WP_Filesystem_ftpsockets
- class
-
GD - 56 utilizzi
wp-admin\includes\image-edit.php
wp-admin\includes\image.php
wp-includes\media.php
-
Hash - 6 utilizzi
-
wp-includes\pluggable.php
usimultipli (opzionale -fallbackinwp-includes\compat.php
)
-
-
iconv - 5 utilizzi
- class
SimplePie
(opzionale) -
wp_check_invalid_utf8()
(opzionale) -
wp-mail.php
(opzionale)
- class
-
JSON - 20 utilizzi
- facoltativo,fallbackin
wp-includes/compat.php
- facoltativo,fallbackin
-
libxml - 4 usi
- class
WP_oEmbed->_parse_xml()
(opzionale) - SimplePie
- class
-
Multibyte String - 29 utilizzi
- alcunifallbackin
wp-includes/compat.php
- alcunifallbackin
-
MySQL - 60 utilizzi
- class
wpdb
-
class(sovrascritta con la classeSimplePie_Cache
WP_Feed_Cache
)
- class
-
OpenSSL - 4 utilizzi
- classe
PHPMailer
- classe
-
PCRE - 743 utilizzi
-
SimpleXML - 1 utilizzi
- class
WP_oEmbed
(sembra opzionale)
- class
-
Socket - 64 utilizzi
- class
ftp
(implementazione disockets
)
- class
-
SPL - 3 usi
-
Tokenizer - 3 usi
-
wp_doc_link_parse()
(opzionale)
-
-
XML Parser - 89 utilizzi
-
XMLReader - 1 utilizzi
- SimplePie (sembrafacoltativo)
-
Zlib - 30 utilizzi
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
-
Grande risorsa.Fortunatamente lamaggiorparte delleestensionie delle librerie sopra sono ora compilateperimpostazionepredefinita con PHP 5.2.4e versioni successive.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_Ofintanto che viene seguitoil default ... È stato dettopiù volte dal coreteam che ci sono alcune strane configurazioni PHP làfuoriin circolazione.Ciò chemi ha spinto a questa domanda è che VPS è stato acquistato al lavoro da unnuovoprovider di hostinge inaspettatamente aveva una configurazionemoltominima con alcuneestensionitipichemancanti.Sarebbepiù convenientefornire supporto contaleelenco di controllo delleestensioni,quindi scoprirlee chiedere loro diessereinstallate unaper una.@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
-
Quale libreria viene utilizzataper decomprimeretemi eplugin?Which lib is used to unzip themes and plugins?
- 0
- 2016-11-24
- jgraup
-
@jgraup ZipArchive o PclZip vedere le relativefunzioni di decompressione 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
-
Non smettimai di stupirmi @Rarst ;-)You never cease to amaze me @Rarst ;-)
- 0
- 2016-11-24
- jgraup
-
Con la v4.7e lanuovaminiatura/anteprima PDFnativa,iltuo servernecessita del supporto di Imagick,ImageMagicke Ghostscript.With v4.7 and the new native PDF thumbnail/preview your server needs Imagick, ImageMagick, and Ghostscript support.
- 1
- 2017-03-03
- j08691
-
Estensione ** ORACLE **mancantee altri database ...Missing **ORACLE** extension and other databases...
- 0
- 2017-03-24
- Please_Dont_Bully_Me_SO_Lords
-
@EASI hm?WordPressnon ha supportonativopernient'altro che MySQL.@EASI hm? WordPress has no native support for anything but MySQL.
- 0
- 2017-03-24
- Rarst
-
probabilmente vale lapena ricordare che quelle librerie **potrebberoessere usate ** dal core,ma dipende da configurazioni specifichee percorsi diesecuzione.adesempio,èimprobabile che FTP venga utilizzato se si utilizza wp-clipereseguire aggiornamenti di coree plugin.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
La rispostapotrebbeessere complicatae molto lunga,per quantone so,ci saranno anche alcune differenzetrai server & amp; OS (IIS,Apache) .. Nonposso dire cheil seguenteelenco sia unelenco COMPLETO,mainclude alcuni di quelli che so che sononecessari:
Curle CurlSSL :non sono sicuro che sia OBBLIGATORIO ,magranparte del codice WordPress lo utilizzerà se disponibile. Tuttavia,moltiplugin LO richiedono e/o avrannofunzioni limitate senza diesso.
Exif : consente algestoremultimediale di WordPress diestrarrei dati Exif senzaimmagini.
Gettext - .po .mogestisce l'internazionalizzazione della localizzazione dellatraduzione ..
FTP : utilizzatopereseguiregli aggiornamenti diplugine WordPresstramite FTP.
GD - Non c'èbisogno dipresentazioni,giusto?.
Iconv : conversioni di set di caratteripertutto,dallaposta all'analisi RSS.
Mbregexe Mbstring -ilnome èpiuttosto descrittivo -fornisconofunzioni usate ovunque :-)
Mcrypt :nonnecessarioper wordpress,mamoltipluginne hannobisogno.
Mime Magic : ora deprecatoin wordpress,ma è ancora utileper la compatibilità con le versioniprecedenti.
-
* Mysqle Mysql del sistema * - sappiamotutti cos'èe perché ènecessario,no?
Openssl : questa libreria viene utilizzatapergestire le connessioni dielaborazione crittografato con certificati SSLper WordPresspotrebbeesserein grado di connettersi a qualsiasiposizione crittografata SSL (https).
POSIX : utilizzatopergarantire che WordPressmantenga correttamentei permessie leproprietà deifile.
Controlloinformazionipercorso : alcune configurazioni dipermalink.
Pspell :funzionalità di controllo ortograficoper TinyMCE,.
Socket :gestione delle connessioni FTPe gestione dellaposta AKA SMTPe POPin WordPress.
Zip - Non sono sicuro se NECESSARIO,ma questa classe di creazioneedestrazione difile zip compatibilemultipiattaforma VERRÀ utilizzata da wordpress,se disponibile.
Zlib : utilizzatoin molti casi.esempio: compressione difilejse css. dinuovo,non sono sicuro se RICHIESTO manecessario.
Come sopra affermato - questonon è affatto unelenco COMPLETO - È stato compilato circa un annofa -e potrebbe richiedere qualche aggiornamento. Molte di questefunzioninon sonoesattamente RICHIESTE ma CONSIGLIATE . Inmolti casi wordpress utilizzerà unafunzione SE è disponibilee,in caso contrario,ignorerà l'attività. Unbuonesempio è lamancanza della libreria GD,chenonimpedirà a wordpress difunzionare,manon ritaglierà,ridimensionerà o altererà leimmagini caricate,lasciando così l'originale (e disattivando l'opzione "size"in "inserisciimmagine dapostare "funzione) ..
Comenota amargine,vorrei anche dire cheforse questa domandaprobabilmente otterrà rispostepiù corrette/aggiornate su serverfault.com che qui ...
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 ...
-
Perchénon sitrova danessunaparte sul sito Web di Wordpress?Why is this no where to be found on the Wordpress website?
- 0
- 2017-03-20
- Tadej
-
- 2013-02-10
( Questanon vuoleessere una risposta. Solo alcuneinformazioni utili. Se ritieni che questainformazionenon sia utile,fammelo sapere,la cancellerò semplicemente.)
Penso cheparlarein termini di pacchetti sarebbepiùfacileperi neofiti,mapoichéi pacchetti variano da sistema a sistema,è difficile coprirlitutti.
Dato che hoesperienza con Debian (& amp; distribuzionibasate su Debian),vorrei condividere questeinformazioni specifiche:
- php5-cli
- php5-dev
- php5-fpm
- php5-cgi
- php5-mysql
- php5-xmlrpc
- php5-curl
- php5-gd
- php-apc (non richiesto,ma consigliato)
- php-pear
- php5-imap
- php5-mcrypt
- php5-pspell
I suddettipacchettiinstallanotutte leestensioni/librerie/modulimenzionatinelle altre risposte; tutti,tranne Mime Magic,che non èpiù richiesto da WordPress .
Un altrobuonmodoper assicurarti cheiltuo server sia compatibile al 100% con WordPress è controllare con qualipacchetti sonopreinstallate le società di hostinggestito . Poiché hanno anni diesperienza coni reclami dei clienti sulleincompatibilità,ne sapranno dipiù.
In caso di Hostgator ,i moduli PHP chepreinstallanoincludono (tuprobabilmente serviranno solo lamaggiorparte manontutti):
Media Templefornisce un
phpinfo();
per controllare la loro configurazione. È utile anche a scopo di confronto.(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.-
A cosa serve WPphp5-cli,php5-dev,(php5-fpm &&php5-cgi),php5-pear,php5-imape php5-pspell?Iltuo approccio sembraessere quello diinstallaretuttoed è scadente.Come l'idea che dovrestiimitaregli ambienti di hosting condiviso se haiil controllo sullatuainstallazione.Inoltre,dovresti scegliere unmodopereseguire PHP (FastCGI o CGI)manonentrambi.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.
-
Oltre alla versione (php5),questa èin realtà lamigliore risposta qui .. la domandanonindica 'per cosa',ma solo 'quale'moduli.Votato!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
Se desideri unmodo sempliceper verificare seiltuo server soddisfa questi requisiti,ora è disponibile unpratico comando WP-CLIext perfarlo.
wp ext required
mostratutte leestensioni PHP necessarie pereseguire WordPress,mentrewp ext recommended
mostra quelle facoltative .wp ext check
è una combinazione dientrambii comandi.Sono utili quando ènecessario unmodo rapidoper verificarei requisiti di sistema su unnuovo servere/o se si desideraelaborare ulteriormente questoelenco a livello diprogrammazione.
Ecco comefunziona
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
Se stai usando Debian 7 (Debian Wheezy),deviinstallare PHP stessoe unpiccolonumero diestensioni. Lamaggiorparte di ciò che è statomenzionato da @Rarst ègiàinclusoin una delleinstallazioni PHPpiùbasilari di Debian.
<"PHP"
Sono disponibili quattro opzioniin Debian Wheezy: libapache2-mod-php5 , libapache2-mod-php5filter ,php5-cgi o php5-fpm . Scelgophp5-fpmmatutto dipende da come vuoi cheiltuo server webe PHPinteragiscano.
<"MySQL"
Hai anchebisogno di PHPper usare MySQL. Letue opzioni sono php5-mysql e php5-mysqlnd .php5-mysqlnd ènativoe generalmentepiù veloce. Alcunipotrebbero scegliere un'alternativa come MariaDB.
Libreriagrafica Facoltativa
Se desideri ridimensionare letueimmagini,puoiinstallare php5-gd o < a href="https://packages.debian.org/wheezy/php5-imagick" rel="nofollow">php5-imagick .php5-imagickti darà una qualitàmiglioree Wordpress lo userà se disponibile. Se sonoinstallatientrambi,verrà utilizzatophp5-imagick. Senessuno dei due èinstallato,leimmagininon verranno ridimensionate (e Wordpressnon si lamenterà).
HTTP Facoltativo
Seinstalli php5-curl ,verrà utilizzatomanon richiestoper qualsiasi cosatranneforseprestazionimigliori.
Nient'altro è richiesto da Wordpresse dallamaggiorparte delleestensioni,sebbene alcuneestensionipossano avere altri requisiti.
Ecco la linea completa diinstallazione dibaseper dare a Wordpresstutto ciò di cui habisognoperprestazioni ottimalie niente dimeno:
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
Il manuale di WordPress oraelencailmoduli PHP consigliati:
Il core di WordPress utilizza leestensioni PHP. Se l'estensionepreferita manca WordPress o dovràfarepiù lavoroper svolgere l'attività ilmodulo aiuta con o,nelpeggiore dei casi,rimuoverà funzionalità. Pertanto leestensioni PHPelencate di seguito sono consigliato.
- bcmath: utilizzatopermigliorare leprestazioni dei calcolimatematici.
- curl:esegue operazioni di richiesta remota.
- exif:funziona coni metadati archiviatinelleimmagini.
- filtro: utilizzatoperfiltrarein modo sicuro l'input dell'utente.
- fileinfo: utilizzatoper rilevareiltipo MIME dei caricamenti difile
- mod_xml: utilizzatoper lagenerazione di XML,adesempioper unamappa del sito XML. Nota chemod_xml è unmodulo Apache,non un'estensione PHP,ma èelencato per consapevolezza.
- mysqli - Si collega a MySQLper leinterazioni conil database.
- libsodium:generabyte casuali.
- openssl: consente le connessionibasate su SSL ad altri host.
- pcre - Aumenta leprestazioni della corrispondenza deimodellinelle ricerche di codice.
- imagick:fornisce unamigliore qualità dell'immagineperi caricamentimultimediali. Vedi WP_Image_Editor èin arrivo!per dettagli. Ridimensionamento delleimmaginipiùintelligente (per immaginipiùpiccole)e supportoperminiature PDF,quando anche Ghost Script disponibile.
- xml: utilizzatoper l'analisi XML,adesempio da un sito diterzeparti.
Elenca anche le seguentiestensioni PHP comefacoltative:
- gd - Se Imagicknon èinstallato,la libreriagrafica GD viene utilizzata come riservafunzionalmente limitataper lamanipolazione delleimmagini.
- mcrypt:generabyte casuali quando libsodiumnon è disponibile.
- xmlreader: utilizzatoper l'analisi XML.
- zlib: compressionee decompressione Gzip.
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,mi chiedo cosa abbia a chefare `mod_xml` con qualcosa dalmomento cheil corenonimplementa le sitemap XML o è legato all'esecuzione su server web specifici.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
Vale lapena ricordare che,apartire da WordPress 5.2,è disponibile unafunzionalitàincorporata che segnalai modulimancanti.Trovaloin Strumenti> Stato del sito.
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
Unpiccolo "cheatsheet" durante l'installazione di PHPper Wordpress su Debian:
0. Aggiungiil repository dotdeb
Aggiungi queste due righe altuofile
/etc/apt/sources.list
:deb http://packages.dotdeb.orgjessie all deb-src http://packages.dotdeb.orgjessie all
Aggiungi la chiave GPG:
wget https://www.dotdeb.org/dotdeb.gpg sudo apt-key aggiungi dotdeb.gpg
Aggiorna la "lista deipacchetti":
sudo apt-get update
1. Installa PHP 7:
apt-getinstallphp7.0-common libapache2-mod-php7.0php7.0-cli
Fonte: http://php.net/manual/en/install .unix.debian.php
2. Elenco deimoduli,inclusinelpacchetto "php7.0-common":
/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
Fonte: https://packages.debian.org/sid/amd64/php7.0-common/filelist
3. Perinstallarei moduli aggiuntivi richiesti/consigliati da wordpress:
apt-getinstallphp7.0-curlphp7.0-gdphp7.0-mbstringphp7.0-mcryptphp7.0-pspellphp7.0-zip Fonte: https://wordpress.stackexchange.com/a/42141/107878
4. Non sono riuscito atrovare quanto segue su Debian:
Openssl Controllo delleinformazioni sulpercorso Zlib 5. "apt-cache searchphp7" restituisce:
php7.0 - linguaggio di scripting lato server,incorporatoin HTML (metapacchetto) php7.0-apcu - Cache utente APCper PHP php7.0-apcu-bc - Modulo di compatibilità all'indietro APCu php7.0-bcmath - Modulo Bcmathper PHP php7.0-bz2 -modulobzip2per PHP php7.0-cgi - linguaggio di scripting lato server,incorporatoin HTML (binario CGI) php7.0-cli -interprete della riga di comandoperil linguaggio di scripting PHP php7.0-common - documentazione,esempie modulo comuneper PHP php7.0-curl - Modulo CURLper PHP php7.0-dba - Modulo DBAper PHP php7.0-dbg - Simboli di debugper PHP7.0 php7.0-dev - Fileper lo sviluppo delmodulo PHP7.0 php7.0-enchant - Modulo Enchantper PHP php7.0-fpm - linguaggio di scripting lato server,incorporatoin HTML (binario FPM-CGI) php7.0-gd - Modulo GDper PHP php7.0-geoip - Modulo GeoIPper PHP php7.0-gmp - Modulo GMPper PHP php7.0-igbinary - serializzatoreigbinaryper PHP php7.0-imagick - Fornisce un wrapper alla libreria ImageMagick php7.0-imap - Modulo IMAPper PHP php7.0-interbase - Modulo Interbaseper PHP php7.0-intl - Modulo diinternazionalizzazioneper PHP php7.0-json - Modulo JSONper PHP php7.0-ldap - Modulo LDAPper PHP php7.0-mbstring - Modulo MBSTRINGper PHP php7.0-mcrypt -modulo libmcryptper PHP php7.0-memcached -modulo diestensionememcachedper PHP,utilizza libmemcached php7.0-mongodb - Driver MongoDBper PHP php7.0-msgpack - serializzatore MessagePackper PHP php7.0-mysql - Modulo MySQLper PHP php7.0-odbc - Modulo ODBCper PHP php7.0-opcache - Modulo Zend OpCacheper PHP php7.0-pgsql - Modulo PostgreSQLper PHP php7.0-phpdbg - linguaggio di scripting lato server,incorporatoin HTML (binario PHPDBG) php7.0-pspell -modulopspellper PHP php7.0-readline -modulo readlineper PHP php7.0-recode -modulo di ricodificaper PHP php7.0-redis - Estensione PHPper l'interfacciamento con Redis php7.0-snmp - Modulo SNMPper PHP php7.0-soap - Modulo SOAPper PHP php7.0-sqlite3 - Modulo SQLite3per PHP php7.0-ssh2 - Bindingper la libreria libssh2 php7.0-sybase - Modulo Sybaseper PHP php7.0-tidy -modulo ordinatoper PHP php7.0-xdebug - Modulo Xdebugper PHP php7.0-xml:modulo DOM,SimpleXML,WDDX,XMLe XSLper PHP php7.0-xmlrpc - Modulo XMLRPC-EPIper PHP php7.0-xsl - Modulo XSLper PHP (fittizio) php7.0-zip - Modulo zipper PHP
Riferimento: https://packages.debian.org/source/sid/php7 .0
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
haibisogno delleestensionimysqli,pdoe gd.etalvolta xml-rpc.
Eseguo WP con l'estensionenativamysqlnd da unpo 'ditempo,è abbastanza carino.Ha roba di riflessioneincorporata,quindi se vuoi vedere cosa sta succedendo conil dbin quella specifica richiesta,puoifarlo.
zip comeestensionenon ènecessaria,lamaggiorparte deiprogrammi chiama l'eseguibile zip di sistema.
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.
-
WPnon utilizza lo strato PDO.Probabilmente ci sonoplugin cheti consentono difarlo,ma l'API del database di WP risale aitempi antichi di 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
Ufficialmente, WordPress.org dice che solo le seguentiestensioni PHP sono richieste apartire da WP Core 5.3+e quando si utilizza la versione consigliata di PHP,che attualmente è 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.
...ma consigliano anche le seguentiestensioni opzionali:
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.
Tienipresente,tuttavia,che alcune di questeestensioni obbligatorie (ofacoltative) sonogià raggruppatein altripacchetti PHP. Adesempio,
dom
è spessoinclusonell'estensionexml
. E altri comefileinfo
sonoprobabilmentegiàinstallati comeparte di un cosiddettopacchettophp-common
se stai usando Ubuntu,ecc.Inoltre,ci sono alcune altreestensioni come
bcmath
chenon sono ufficialmente richieste o consigliate da WordPressma sono ancora utilizzate damoltipluginpopolari,come Yoast SEO.Puoi seguireilnostro elenco diestensioni PHPper WordPress su LittleBizzy seinteressati.
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.
Il codice menziona vagamente solo la versione PHPnei requisiti del server ,tuttavia PHPpuòessere configuratoin unagammapiuttosto ampia diesclusione/inclusione diparti diverse.
Cosa sono leestensioni/librerie che: