{"id":1243,"date":"2014-05-13T00:17:33","date_gmt":"2014-05-13T06:17:33","guid":{"rendered":"http:\/\/blog.supportpro.com\/?p=1243"},"modified":"2019-08-26T03:44:49","modified_gmt":"2019-08-26T09:44:49","slug":"installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux","status":"publish","type":"post","link":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/","title":{"rendered":"Installation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux"},"content":{"rendered":"<p>Suppose that your Linux server has PHP version selector installed and configured.<\/p>\n<p>As you know alternative php5.x (while using PHP version selector) versions should load \/opt\/alt\/php5x\/etc\/php.ini file and scan \/opt\/alt\/php5x\/etc\/php.d directory for modules::<\/p>\n<p>====<br \/>\nConfiguration File (php.ini) Path \/opt\/alt\/php5x\/etc<br \/>\nLoaded Configuration File \/opt\/alt\/php5x\/etc\/php.ini<br \/>\nScan this dir for additional .ini files \/opt\/alt\/php5x\/etc\/php.d<br \/>\nadditional .ini files parsed \/opt\/alt\/php5x\/etc\/php.d\/alt_php.ini<br \/>\n====<br \/>\nThose are default locations for alt-php.<\/p>\n<p><strong>Steps in installing pecl http package in cloudlinux platform:<\/strong><\/p>\n<p>1. Download the pecl_http package from pecl website http:\/\/pecl.php.net\/package\/pecl_http and compile it.<\/p>\n<p><strong>#wget http:\/\/pecl.php.net\/get\/pecl_http-2.0.4.tgz<\/strong><\/p>\n<p>2. Extract the package<br \/>\n<strong>#tar -xvzf pecl_http-2.0.4.tgz<\/strong><\/p>\n<p>3. Now run the &#8216;phpsize&#8217; command. The phpize command is used to prepare the built environment for a PHP extension<\/p>\n<p><strong>#phpize<\/strong><\/p>\n<p>4. Proceed with the installation of the module as below:<\/p>\n<p><strong>#.\/configure &#8211;with-php-config=\/opt\/alt\/php53\/usr\/bin\/php-config ;<\/strong><br \/>\n<strong># make &amp;&amp; make install<\/strong><\/p>\n<p>Once the above steps are completed, the package pecl-http will be available in the server and we would need to load the extension.<\/p>\n<p>In order to load the Http PHP extension, proceed as below:<\/p>\n<p>1. Create a custom http.ini at location \/opt\/alt\/php5x\/etc\/php.d.all and add the following lines inside that file:<\/p>\n<p><strong>#cd \/opt\/alt\/php5x\/etc\/php.d.all<\/strong><\/p>\n<p><strong>#vi http.ini<\/strong><\/p>\n<p>; Enable http extension module<br \/>\n<em>extension=http.so<\/em><\/p>\n<p>2. The module is loaded via \/opt\/alt\/php53\/etc\/php.d in the cagefs. (CageFS is a virtualized file system and a set of tools to contain each user in its own &#8216;cage&#8217;. Each customer will have its own fully functional CageFS, with all the system files, tools, etc.)<\/p>\n<p>The command cagefsctl &#8211;rebuild-alt-php-ini rebuilds customers alt_php.ini files,<\/p>\n<p><strong># Cagefsctl &#8211;rebuild-alt-php-ini<\/strong><br \/>\nThe location of the file will be \/opt\/alt\/php53\/etc\/php.d\/alt_php.ini<\/p>\n<p>4. Finally, in order to enable the module, restart the webserver<\/p>\n<p><strong>#service httpd restart<\/strong><\/p>\n<p>5. Also, ensure to enable our &#8216;http&#8217; module from WHM as below:<\/p>\n<p>1. Login to WHM and proceed to<br \/>\nHome &gt;&gt;Server Configuration&gt;&gt;CloudLinux LVE Manager<\/p>\n<p>2. Select the &#8216;Selector&#8217; tab<\/p>\n<p>3. Enable the checkbox near the &#8216;http&#8217; module, after selecting the appropriate PHP version from the drop-down menu near &#8216;Choose default modules for&#8217;<\/p>\n<p>Now the PHP-HTTP extension will be available for the PHP version 5.x and we could test the same by creating a sample phpinfo page in any account that uses the php5.x version.<\/p>\n<p>If you require help, <a href=\"https:\/\/www.supportpro.com\/requestquote.php\">contact SupportPRO Server Admin<\/a><\/p>\n<p style=\"text-align: center;\"><!--HubSpot Call-to-Action Code --><span id=\"hs-cta-wrapper-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-wrapper\"><span id=\"hs-cta-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-node hs-cta-9d590242-d641-4383-94b4-8cfd62f0af6b\"><!-- [if lte IE 8]><\/p>\n\n\n\n\n\n<div id=\"hs-cta-ie-element\"><\/div>\n\n\n<![endif]--><a href=\"https:\/\/www.supportpro.com\/requestquote.php\"><img decoding=\"async\" id=\"hs-cta-img-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-img\" style=\"border-width: 0px;\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2725694\/9d590242-d641-4383-94b4-8cfd62f0af6b.png\" alt=\"Server not running properly? Get A FREE Server Checkup By Expert Server Admins - $125 Value\" \/><\/a><\/span><script charset=\"utf-8\" src=\"https:\/\/js.hscta.net\/cta\/current.js\"><\/script><script type=\"text\/javascript\"> hbspt.cta.load(2725694, '9d590242-d641-4383-94b4-8cfd62f0af6b', {}); <\/script><\/span><!-- end HubSpot Call-to-Action Code --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Suppose that your Linux server has PHP version selector installed and configured. As you know alternative php5.x (while using PHP version selector) versions should load \/opt\/alt\/php5x\/etc\/php.ini file and scan \/opt\/alt\/php5x\/etc\/php.d&hellip;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[5,7],"tags":[],"class_list":["post-1243","post","type-post","status-publish","format-standard","hentry","category-general-topics","category-server-tweaking"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version.\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Bella\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Server Management Tips | SupportPRO Blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips\" \/>\n\t\t<meta property=\"og:description\" content=\"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-05-13T06:17:33+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-08-26T09:44:49+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips\" \/>\n\t\t<meta name=\"twitter:description\" content=\"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#article\",\"name\":\"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips\",\"headline\":\"Installation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux\",\"author\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/jeslin-j\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/no-cache.hubspot.com\\\/cta\\\/default\\\/2725694\\\/9d590242-d641-4383-94b4-8cfd62f0af6b.png\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#articleImage\"},\"datePublished\":\"2014-05-13T00:17:33-06:00\",\"dateModified\":\"2019-08-26T03:44:49-06:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#webpage\"},\"articleSection\":\"General Topics, Server Tweaking\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.supportpro.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/server\\\/#listItem\",\"name\":\"Server\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/server\\\/#listItem\",\"position\":2,\"name\":\"Server\",\"item\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/server\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/server\\\/server-tweaking\\\/#listItem\",\"name\":\"Server Tweaking\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/server\\\/server-tweaking\\\/#listItem\",\"position\":3,\"name\":\"Server Tweaking\",\"item\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/server\\\/server-tweaking\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#listItem\",\"name\":\"Installation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/server\\\/#listItem\",\"name\":\"Server\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#listItem\",\"position\":4,\"name\":\"Installation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/server\\\/server-tweaking\\\/#listItem\",\"name\":\"Server Tweaking\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\",\"name\":\"SupportPRO\",\"description\":\"SupportPRO Blog\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/\",\"telephone\":\"+18476076123\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/jeslin-j\\\/#author\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/jeslin-j\\\/\",\"name\":\"Bella\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3ec60f871b6d1ea5ee6a2feb8075ecca0c69b8da9dba65a45ba102b7359682ed?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Bella\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#webpage\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/\",\"name\":\"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips\",\"description\":\"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/jeslin-j\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/jeslin-j\\\/#author\"},\"datePublished\":\"2014-05-13T00:17:33-06:00\",\"dateModified\":\"2019-08-26T03:44:49-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/\",\"name\":\"Server Management Tips\",\"description\":\"SupportPRO Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips<\/title>\n\n","aioseo_head_json":{"title":"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips","description":"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version.","canonical_url":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#article","name":"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips","headline":"Installation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux","author":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/jeslin-j\/#author"},"publisher":{"@id":"https:\/\/www.supportpro.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/no-cache.hubspot.com\/cta\/default\/2725694\/9d590242-d641-4383-94b4-8cfd62f0af6b.png","@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#articleImage"},"datePublished":"2014-05-13T00:17:33-06:00","dateModified":"2019-08-26T03:44:49-06:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#webpage"},"isPartOf":{"@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#webpage"},"articleSection":"General Topics, Server Tweaking"},{"@type":"BreadcrumbList","@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.supportpro.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/server\/#listItem","name":"Server"}},{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/server\/#listItem","position":2,"name":"Server","item":"https:\/\/www.supportpro.com\/blog\/category\/server\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/server\/server-tweaking\/#listItem","name":"Server Tweaking"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/server\/server-tweaking\/#listItem","position":3,"name":"Server Tweaking","item":"https:\/\/www.supportpro.com\/blog\/category\/server\/server-tweaking\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#listItem","name":"Installation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/server\/#listItem","name":"Server"}},{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#listItem","position":4,"name":"Installation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux","previousItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/server\/server-tweaking\/#listItem","name":"Server Tweaking"}}]},{"@type":"Organization","@id":"https:\/\/www.supportpro.com\/blog\/#organization","name":"SupportPRO","description":"SupportPRO Blog","url":"https:\/\/www.supportpro.com\/blog\/","telephone":"+18476076123"},{"@type":"Person","@id":"https:\/\/www.supportpro.com\/blog\/author\/jeslin-j\/#author","url":"https:\/\/www.supportpro.com\/blog\/author\/jeslin-j\/","name":"Bella","image":{"@type":"ImageObject","@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/3ec60f871b6d1ea5ee6a2feb8075ecca0c69b8da9dba65a45ba102b7359682ed?s=96&d=mm&r=g","width":96,"height":96,"caption":"Bella"}},{"@type":"WebPage","@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#webpage","url":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/","name":"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips","description":"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.supportpro.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/#breadcrumblist"},"author":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/jeslin-j\/#author"},"creator":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/jeslin-j\/#author"},"datePublished":"2014-05-13T00:17:33-06:00","dateModified":"2019-08-26T03:44:49-06:00"},{"@type":"WebSite","@id":"https:\/\/www.supportpro.com\/blog\/#website","url":"https:\/\/www.supportpro.com\/blog\/","name":"Server Management Tips","description":"SupportPRO Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.supportpro.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Server Management Tips | SupportPRO Blog","og:type":"article","og:title":"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips","og:description":"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version.","og:url":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/","article:published_time":"2014-05-13T06:17:33+00:00","article:modified_time":"2019-08-26T09:44:49+00:00","twitter:card":"summary","twitter:title":"Steps in Installing Pecl Http Package in Cloudlinux Platform | Server Management Tips","twitter:description":"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version."},"aioseo_meta_data":{"post_id":"1243","title":"Steps in Installing Pecl Http Package in Cloudlinux Platform | #site_title","description":"PHP-HTTP extension will be available for the PHP version 5.x and you could test the same by creating a sample phpinfo page in any account that uses the php5.x version.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-06-17 13:12:28","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":null,"created":"2021-12-10 16:14:49","updated":"2026-07-01 00:10:10"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.supportpro.com\/blog\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.supportpro.com\/blog\/category\/server\/\" title=\"Server\">Server<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.supportpro.com\/blog\/category\/server\/server-tweaking\/\" title=\"Server Tweaking\">Server Tweaking<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tInstallation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.supportpro.com\/blog"},{"label":"Server","link":"https:\/\/www.supportpro.com\/blog\/category\/server\/"},{"label":"Server Tweaking","link":"https:\/\/www.supportpro.com\/blog\/category\/server\/server-tweaking\/"},{"label":"Installation of PECL_HTTP Extension From Source Code in Custom PHP in Cloudlinux","link":"https:\/\/www.supportpro.com\/blog\/installation-of-pecl_http-extension-from-source-code-in-custom-php-in-cloudlinux\/"}],"_links":{"self":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/1243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/comments?post=1243"}],"version-history":[{"count":6,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/1243\/revisions"}],"predecessor-version":[{"id":4148,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/1243\/revisions\/4148"}],"wp:attachment":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/media?parent=1243"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/categories?post=1243"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/tags?post=1243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}