{"id":557,"date":"2021-02-12T12:00:00","date_gmt":"2021-02-12T17:00:00","guid":{"rendered":"https:\/\/molecularsciences.org\/content\/?p=557"},"modified":"2021-02-03T02:44:50","modified_gmt":"2021-02-03T07:44:50","slug":"installing-and-uninstalling-php-extensions-using-pecl","status":"publish","type":"post","link":"https:\/\/molecularsciences.org\/content\/installing-and-uninstalling-php-extensions-using-pecl\/","title":{"rendered":"Installing and uninstalling PHP extensions using PECL"},"content":{"rendered":"\n<p>PECL is a repository for PHP Extensions. It provide a directory which contains numerous PHP extensions and hosting facilities where these extensions can be downloaded.<\/p>\n\n\n\n<p>Using PECL to install extensions:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo pecl install xdebug<\/code><\/pre>\n\n\n\n<p>where xdebug is the extension being installed<\/p>\n\n\n\n<p>Using PECL to uninstall extensions:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo pecl uninstall xdebug<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>PECL is a repository for PHP Extensions. It provide a directory which contains numerous PHP extensions and hosting facilities where these extensions can be downloaded. Using PECL to install extensions: where xdebug is the extension being installed Using PECL to uninstall extensions:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[42,24],"class_list":["post-557","post","type-post","status-publish","format-standard","hentry","category-php","tag-pecl","tag-php"],"_links":{"self":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/comments?post=557"}],"version-history":[{"count":1,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/557\/revisions"}],"predecessor-version":[{"id":558,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/557\/revisions\/558"}],"wp:attachment":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/media?parent=557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/categories?post=557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/tags?post=557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}