Quais são as necessidades de extensões e bibliotecas PHP e / ou usa?
-
-
Você ciente de que há umerro SSLno seu site (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
-
@IamthemostStUpiderPerson Obrigado,a renovação do certificado automatizadafalhou lápor algummotivo,deve ser corrigido agora.@IamtheMostStupidPerson thank you, automated certificate renewal had failed there for some reason, should be fixed now.
- 0
- 2018-07-19
- Rarst
-
Não sepreocupe,é que vamos criptografar.não é?Eupensei que renovar automaticamente ...no caso senãofor automaticamente renovado como seu caso,o quepodemosfazer?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
-
O suporte de hospedagem do @InamThemostStupidPersontinha redefinido (foi criado através de suaintegração),elenormalmente renova automaticamenteparamim.@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
-
Extremamente difícil deencontrar,mas há uma recomendação oficial: 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 respostas
- votos
-
- 2012-02-13
Eu deiestemaispensamentoe dadotamanho dabase de código WP (incluindobibliotecas agrupadas) Nãoparecemuito realista compilaressa lista com amão (e repitapara cadanova versão - Meh).
Euexaminei aferramenta de análise de códigoestático apropriada - php_compatinfo e depois de alguns combinadoresgerados após o relatório deextensões usadaspelonúcleo (Versão digitalizada 3.3.1):
-
curl - 127 usa (requer libcurl )
- http API (classe
WP_Http_curl
) -
url_is_accessable_via_ssl()
-
simplepie(substituído com a classeWP_SimplePie_File
) -
Googlespell (dopacote Tinymce,não é usado?)
- http API (classe
-
data/hora - 367 usa
-
-
iis7_rewrite_rule_exists()
-
iis7_delete_rewrite_rule()
-
iis7_add_rewrite_rule()
-
saveDomDocument()
-
-
POSIX REGEX - 23 usa
-
filtro - 2 usa
- classe
PHPMailer->ValidateAddress()
(opcional)
- classe
-
ftp - 72 usa
- classe
ftp_base
- classe
ftp
(puro e soquetes versões) - classe
WP_Filesystem_FTPext
- classe
WP_Filesystem_ftpsockets
- classe
-
gd - 56 usa
-
wp-admin\includes\image-edit.php
-
wp-admin\includes\image.php
-
wp-includes\media.php
-
-
hash - 6 usa
-
wp-includes\pluggable.php
usosmúltiplos (opcional -fallbackemwp-includes\compat.php
)
-
-
iconv - 5 usa
- classe
SimplePie
(opcional) -
wp_check_invalid_utf8()
(opcional) -
wp-mail.php
(opcional)
- classe
-
json - 20 usa
- opcional,fallbacksem
wp-includes/compat.php
- opcional,fallbacksem
-
libxml - 4 usa
- classe
WP_oEmbed->_parse_xml()
(opcional) - simplepie
- classe
-
stringmultibyte - 29 usa
- algumfallbackem
wp-includes/compat.php
- algumfallbackem
-
mysql - 60 usos
- classe
wpdb
-
classe(substituído com a classeSimplePie_Cache
WP_Feed_Cache
)
- classe
-
opensl - 4 usa
- classe
PHPMailer
- classe
-
pcre - 743 usa
-
simplexml - 1 usa
- classe
WP_oEmbed
(parece opcional)
- classe
-
sockets - 64 usa
- classe
ftp
(sockets
implementação)
- classe
-
spl - 3 usa
-
tokenizer - 3 usa
-
wp_doc_link_parse()
(opcional)
-
-
xmlparser - 89 usa
-
xmlreader - 1 usa
- simplepie (parece opcional)
-
zlib - 30 usos
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
-
Ótimo recurso.Felizmente amaioria dasextensõese bibliotecas acima são compiladasporpadrão com PHP 5.2.4e acima.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 Contanto que opadrão seja seguido ... Tem sido dito várias vezespelaequipe do Core que há algumas configurações do Weeeeird PHP láforananatureza.O que levou aessapergunta demim mesmo é que o VPSfoi compradonotrabalho apartir denovoprovedor de hospedageme inesperadamenteeletinha uma configuraçãomínima com algumasextensõestípicas queestãofaltando.Seriamais convenientefornecer suporte a uma lista deextensões de verificação,depois descobrire pedir-lhesinstaladas umapor uma.@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
-
Qual lib é usadapara descompactartemase plugins?Which lib is used to unzip themes and plugins?
- 0
- 2016-11-24
- jgraup
-
@jgraup zipArchive oupclzip Veja asfunções descompactadas relacionadas http://keryposts.com/?s=unzip_file@jgraup ZipArchive or PclZip see related unzip functions http://queryposts.com/?s=unzip_file
- 1
- 2016-11-24
- Rarst
-
Vocênunca deixa deme surpreender @rarst ;-)You never cease to amaze me @Rarst ;-)
- 0
- 2016-11-24
- jgraup
-
Com v4.7e anovaminiatura/visualizaçãonativa do PDF/visualização do seu servidorprecisa deimagens 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
-
Falta ** Oracle ** Extensãoe outrosbancos de dados ...Missing **ORACLE** extension and other databases...
- 0
- 2017-03-24
- Please_Dont_Bully_Me_SO_Lords
-
@Easi hm?O WordPressnãotem suportenativoparanada além domysql.@EASI hm? WordPress has no native support for anything but MySQL.
- 0
- 2017-03-24
- Rarst
-
Provavelmente vale apenamencionar queessasbibliotecas **podem ser usadas **pornúcleo,mas depende de configuraçõesespecíficase caminhos deexecução.Porexemplo,o FTP éimprovável que seja usado se você usar o WP-CLIparafazer atualizações denúcleoe 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
A respostaparaissopode ser complicadae muito longa,tanto quantoeu sei,também haverá algumas diferençasentre servidorese amp; OS (IIS,Apache) .. Nãoposso dizer que a lista a seguir é uma lista completa,masinclui alguns dos que sabemos que sãonecessários:
-
curle curlssl - Nãotenho certeza se é requerido mas,masmuito do código WordPressirá usá-lo seestiver disponível. Muitospluginsnoentantofazem exigem it e/outerãofunções limitadas semela.
-
exif -permite omanipulador demídia do WordPressparapuxar dadosexif Fora deimagens.
-
gettext - .po .mo lidar com ainternacionalização detraduçãointernacionalização ..
-
ftp - usadoparafazer upgrades deplugine wordpress viaftp.
-
gd -nãoprecisa deintrodução,certo?.
-
iconv - Conversões de conjunto de caracteresparatudo,desde a análise demensagenspara RSS.
-
mbregexe mbstring - onome ébastante descritivo -fornecefunções usadasem todo o lugar: -)
-
mcrypt -não énecessáriopara o WordPress,masmuitospluginsprecisam.
-
mime magic - obsoleto agorano WordPress -mas ainda ébomterpara compatibilidade de volta.
-
* mysqle mysql do sistema * -todosnós sabemos o que ée por que énecessário,não?
-
openssl - Estabiblioteca é usadapara lidar com conexões deprocessamento Criptografado com certificados SSLpara WordPresspode ser capaz de se conectar a qualquer local criptografado SSL (HTTPS).
-
posix - usadoparagarantir que o WordPressmantenha aspermissõese propriedades de arquivo.
-
check - algumas configurações de Permalink.
-
pspell - Capacidades de verificação ortográficaparatinymce.
-
soquetes -gerenciando conexões FTPe manipulação deemails aka smtpe popno WordPress.
-
zip -nãotenho certeza senecessário -masesta criação de arquivo zip compatível complataforma cruzadae classe deextração serão usadaspelo WordPress,se disponível.
-
zlib - usadoem muitos casos. Exemplo - Compressão de arquivos JSe CSS. Mais uma vez,nãotenho certeza se ,masnecessário.
Como acima declarado -issonão é deforma alguma uma lista completa -foi compilado há cerca de um ano -e podeprecisar de alguma atualização. Muitas dessasfunçõesnão sãoexatamente mas aconselhadas . Emmuitos casos,o WordPress usará umafunção seestiver disponívele,senão,ignorará atarefa. Umbomexemplo é afalta debiblioteca GD,elenão vaiparar o WordPress defuncionamento,masnãoirá cultivar,redimensionar ou alterar asimagens carregadas - deixando o original (e acariciando a opção "tamanho"na "inserção"imagemparapostar "função) ..
Como umanota lateral -eutambém diria quetalvezestaperguntaprovavelmente obtenha respostasmais corretas/atualizadasno serverfault.com do que aqui ...
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 ...
-
Por queissonão é onde serencontradono site do WordPress?Why is this no where to be found on the Wordpress website?
- 0
- 2017-03-20
- Tadej
-
- 2013-02-10
( Issonão se destina a ser uma resposta. Apenas algumasinformações úteis. Se você acha queestainformaçãonão é útil,deixe-me saber,eu simplesmente o delimitarei.)
Eu acho quefalarem termos de pacotes seriamaisfácilpara osnovatos,mas desde que ospacotes variam de sistemapara sistema,é difícil cobrirtodoseles.
Comoeutenhoexperiência com Debian (& amp; Distrosbaseadosem Debian),gostaria de compartilharestainformaçãoespecífica:
- php5-cli
- php5-dev
- php5-fpm
- php5-cgi
- php5-mysql
- php5-xmlrpc
- php5-curl
- php5-gd
- php-APC (não énecessário,mas recomendado)
- php-pêra
- php5-imap
- php5-mcrypt
- php5-pspell
Ospacotes acimamencionadosinstalamtodas asextensões/bibliotecas/módulosmencionadosnas outras respostas; tudo,exceto MIME MAGIC,que é não émaisexigidopelo WordPress .
Outraboamaneira degarantir que seu servidor seja 100% compatível com o WordPress é verificar quaisembalagens asempresas de hospedagemgerenciada vêmpré-instaladas. Comoelestêm anos deexperiência com reclamações de clientes sobreincompatibilidades,eles saberãomelhor.
No caso de hostgator ,osmódulos PHP queelespré-instalamincluem (vocêprovavelmente sóprecisa mais masnãotodoseles):
Temple Mediafornece um
phpinfo();
(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.-
O que WPprecisa do PHP5-CLI,PHP5-Dev,(PHP5-FPM && PHP5-CGI),PHP5-PEAR,PHP5-IMAPe PHP5-PSPELLpara?Sua abordagemparece ser apenasinstalartudoe épobre.Como é aideia de que você deveimitar os ambientes de hospedagem compartilhada setiver controle sobre suainstalação.Além disso,você deveescolher umamaneira deexecutar o PHP (fastcgi ou cgi),masnão ambos.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.
-
Além da versão (PHP5),esta é amelhor resposta aqui .. A questãonão declara 'o quepara',apenas 'quais'módulos.Votado!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 você quiser umamaneirafácil de verificar se o seu servidor atende aesses requisitos,há agora um acessível wp-cliext. Parafazerisso.
WP EXT Requerido
Mostratodas asextensões PHP paraexecutar o WordPress,enquantowpext recomendado
mostra opcional .WP Ext Check
é uma combinação de ambos os comandos.Estes são úteis quando vocêprecisa de umamaneira rápida de verificar os requisitos do sistemaem umnovo servidore/ou se desejaprocessar aindamaisesta listaprogramaticamente.
Aquiestá como
wpextnecessário
works:$ wpextnecessário + ----------- + ------------ + |extensão| instalado| + ----------- + ------------ + | curl|.. 1| | Data| 1| | Dom| 1| | Filtro| 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| | soquetes| 1| | Spl| 1| |tokenizer| 1| | XML| 1| | xmlreader| 1| | zlib|.. 1| + ----------- + ------------ + Sucesso:todas asextensõesnecessárias sãoinstaladas
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 vocêestiver usando o Debian 7 (Debian Wheezy),vocêprecisainstalar opróprio PHPe umpequenonúmero deextensões. Amaiorparte do quefoimencionadopelo @rarstjáestáincluídaem uma dasinstalações PHPmaisbásicas do Debian.
php
Vocêtem quatro opçõesno Debian Wheezy: libapache2-mod-php5 , libapache2-mod-php5filter ,php5-cgi ou Php5-FPM . Euescolhophp5-fpm,mastudo depende de como você deseja que seu servidor da Webe o PHPinteragirem.
mysql
Vocêtambémprecisa do PHPpara usar o MySQL. Suas opções são php5-mysql e php5-mysqlnd . Php5-mysqlnd énativoe geralmentemais rápido. Algunspodemescolher uma alternativa comomariadb.
bibliotecagráfica opcional
Se você quiser suasimagens redimensionadas,vocêpodeinstalar PHP5-GD ou < A href="https://packages.debian.org/wheezy/php5-imagick" rel="nofollow">php5-Imagick . Php5-Imagick lhe darámelhor qualidadee WordPressirá usá-lo seestiver disponível. Se ambosestãoinstalados,o PHP5-Imagick será usado. Senãoestiverinstalado,asimagensnão serão redimensionadas (e WordPressnão será reclamar).
http opcional
Se vocêinstalar php5-curl ,ele será usado,masnão énecessáriopara qualquer coisa,excetotalvezmelhor desempenho.
Nadamais éexigidopelo WordPresse pelamaioria dasextensões,embora algumasextensõespossamter outros requisitos.
Aquiestá a linha deinstalaçãobásica completapara dar o WordPress Tudo queprecisapara o desempenhoideale nada quenão:
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
o WordPressmanual agora lista o Módulos PHP recomendados:
.
WordPress Núcleofaz uso deextensões PHP. Se aextensãopreferida estáfaltando WordPressterá quefazermaistrabalhoparafazer atarefa Omódulo ajuda com ou,nopior dos casos,removerá funcionalidade. Portanto,asextensões PHP listadas abaixo são recomendado.
- bcmath - usadoparamelhorar o desempenho dos cálculos dematemática.
- curl -executa operações de solicitação remota.
- Exif -trabalha commetadados armazenadosem imagens.
- filtro - usadoparafiltrar com segurança aentrada do usuário.
- fileinfo - usadopara detectarmimetype de uploads de arquivos
- mod_xml - usadoparagerar XML,comopara um sitemap XML. Observe quemod_xml é ummódulo Apache,não umaextensão PHP,masestá listada para consciência.
- mysqli - conecta-se aomySQLparainterações debanco de dados.
- libsódio -gerabytes aleatórios.
- openssl -permite conexõesbaseadasem SSLpara outros hosts.
- pcre - aumenta o desempenho de correspondência depadrõesem buscas de código.
- Imagick -fornecemelhor qualidade deimagempara uploads demídia. Veja wp_image_editorestá recebendo!para detalhes. Redimensionamento deimagemmaisinteligente (para imagensmenores)e suporte deminiaturas PDF,quando o scriptfantasmatambém é disponível.
- XML - usadopara analising XML,como de um site deterceiros.
Também lista as seguintesextensões PHP como sendo opcional:
.
- gd - Se Imagicknãoestiverinstalado,abiblioteca GD Graphics é usada como umfallbackfuncionalmente limitadoparamanipulação deimagem.
- mcrypt -gerabytes aleatórios quando o libsódionãoestá disponível.
- xmlreader - usadopara analising xml.
- zlib - compressãoe descompressãogzip.
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.
-
Eume pergunto o que "mod_xml"tem a ver com qualquer coisa desde onúcleonem implementa os sitemaps XML ou vinculados a seremexecutadosno servidor da Webespecífico.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 ressaltar que,desde o WordPress 5.2,há um recursoincorporado queinforma aosmódulos ausentes.Encontreem Ferramentas> 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
Umapequena "trapaça" aoinstalar o PHPpara o WordPressno Debian:
0. Adicione o repositório dotdeb
Adicioneestas duas linhas ao seu
/etc/apt/sources.list
arquivo:deb http://packages.dotdeb.org jessie all deb-src http://packages.dotdeb.org jessie all
Adicione a chave GPG:
wget https://www.dotdeb.org/dotdeb.gpg sudo apt-key add dotdeb.gpg
Atualize a "Lista de Pacotes":
sudo apt-get update
1. Instale PHP 7:
apt-get install php7.0-common libapache2-mod-php7.0 php7.0-cli
Fonte: http://php.net/manual/en/install .unix.debian.php
2. Lista demódulos,queestãoincluídosnopacote "PHP7.0" ":
/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. Parainstalar osmódulos adicionais que sãonecessários/recomendadospelo WordPress:
apt-get install php7.0-curl php7.0-gd php7.0-mbstring php7.0-mcrypt php7.0-pspell php7.0-zip
Fonte: https://wordpress.stackexchange.com/a/42141/107878
4. Não conseguiencontrar o seguinteno Debian:
Openssl Path Info Check Zlib
5. "Apt-cachepesquisa PHP7" retorna:
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
Referência: 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
Vocêprecisa domysqli,DOPe extensões de GD.e às vezes xml-rpc.
Euestiveexecutando o WP com aextensãonativamysqlndpor umtempo agora,ébem legal.Temmaterial de reflexãoembutido,porisso,se você quiser ver o queestá acontecendo com obanco de dadosnessepedidoespecífico,vocêpodefazerisso.
Zip Como umaextensãonão énecessária,amaioria dosprogramas chama oexecutável do System Zip.
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.
-
WPnão usa a camada do DOP.Existemprovavelmenteplugins quepermitem que vocêfaçaisso,mas a API debanco de dados da WP ainda é apartir dostempos antigos de 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
Oficialmente, wordpress.org que apenas as seguintesextensões PHP sãonecessárias apartir do WP Core 5.3+e ao usar a versão recomendada do PHP,atualmente PHP 7.2:
Curl - Executa operações de solicitação remota. Dom - usadopara validar o conteúdo do widget detextoe configurar automaticamente o IIS7 +. Exif - Funciona commetadados armazenadosem imagens. fileInfo - usadopara detectarmimetype de uploads de arquivos. Hash - usadopara hashing,incluindo senhase atualizarpacotes. JSON - Usadopara comunicações com outros servidores. MBString - usadopara lidar adequadamentetexto UTF8. MySQLI - Conecta-se ao MySQLparainterações debanco de dados. libsódio - valida assinaturase fornecebytes seguramente aleatórios. OpenSSL - Permite conexõesbaseadasem SSLpara outros hosts. Pcre - Aumenta o desempenho dopadrão correspondenteem buscas de código. Imagick -fornecemelhor qualidade deimagempara uploads demídia. Veja wp_image_editorestá recebendo!para detalhes. Imagemmaisinteligente redimensionando (paraimagensmenores)e suporte deminiaturas PDF,quando o script do Ghosttambémestá disponível. XML - usadopara análise XML,como de um site deterceiros. Zip - usadopara descomprimirplugins,temase pacotes de atualização do WordPress.
...mastambém recomendam as seguintesextensões opcionais:
Filtro - usadoparafiltrarfirmemente aentrada do usuário. GD - Se Imagicknãoestiverinstalado,abiblioteca GD Graphics é usada comofuncionalmente Fallback limitadoparamanipulação deimagem. iconv - usadopara converterentre os conjuntos de caracteres. Mcrypt -gerabytes aleatórios quando o libsódioe/dev/urandomnãoestão disponíveis. simplexml - usadopara analising xml. xmlreader - usadopara analising xml. zlib -gzip compressãoe descompressão.
Tenhaem mente,noentanto,que algumas dessasextensõesnecessárias (ou opcionais)jáestão agrupadasem outrospacotes PHP. Porexemplo,
Dom
éfrequentementeincluídono ExtensãoXML
. E outros comofileinfo
provavelmentejáestãoinstalados comoparte de um chamadophp-comum
pacote se vocêestiver usando o Ubuntu,etc.Além disso,há algumas outrasextensões,como
bcmath
quenão são obrigatórios ou recomendadospelo WordPress,mas ainda são usados pormuitospluginspopulares,como o Yoast SEO.vocêpode seguir onosso Lista deextensões do WordPress PHP em littlbizzy seinteressado.
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 Somentemenciona a versão do PHPem requisitos do servidor ,noentanto,o PHPpode ser configuradoem umagrande variedade deexcluindo/incluindo diferentespeças.
Quais são asextensões/bibliotecas que:
.- sãonecessáriospara o WPfuncionar?mysql ...
- sãonecessáriosparafunçõesespecíficas?gd? ...
- sãopreferidosparamelhor operação defunçõesespecíficas? Curl ...
- são comumente usadosporplugins? zip ...