{"id":3974,"date":"2024-07-02T07:31:43","date_gmt":"2024-07-02T07:31:43","guid":{"rendered":"https:\/\/kb.cloudhostgeek.com\/?p=3974"},"modified":"2025-11-05T10:47:59","modified_gmt":"2025-11-05T10:47:59","slug":"manage-cpanel-php-extensions","status":"publish","type":"post","link":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/","title":{"rendered":"Managing PHP extensions for your website using cPanel"},"content":{"rendered":"\n<p class=\"has-black-color has-text-color has-link-color wp-elements-cf7abbd72672d487037bdda67e25da97\">PHP extensions are modules or plugins that provide additional functionality and features to the PHP programming language. They are used to extend the core functionality of PHP and allow developers to add specific capabilities to their PHP applications without modifying the PHP source code.\u00a0In this article we will explain the steps to manage cPanel PHP extensions.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-8a0b0b682567d7d7f5322f5a2f171648\">PHP extensions are typically written in C or C++ and are compiled as shared libraries that can be dynamically loaded into PHP at runtime. Hence, these extensions enhance PHP&#8217;s capabilities and enable developers to interact with various libraries, protocols, databases, and services, making it a versatile language for web development and beyond.\u00a0<\/p>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-f6e3e85268af2d46156eeb7ad5c2b417\">Types of PHP Extensions<\/h4>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-058114123719698118e2a116dcc603c1\">Some common types of PHP extensions include:\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-df9c60d5a3b793de59a99a38218cf019\"><strong>1. Database Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-1bbe35bd3fc15eeb1ac030da116f81f9\">These extensions provide interfaces to interact with different database management systems, such as <strong><a href=\"https:\/\/kb.cloudhostgeek.com\/cpanel\/set-up-mysql-database\/\" style=\"color:#7a00df;\">MySQL<\/a><\/strong>, PostgreSQL, SQLite, and MongoDB. They allow PHP scripts to connect to databases, perform queries, and manage data.&nbsp;<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-fd34ad0583dd9a0ff3a33d6486d9b174\"><strong>2. Web Services Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-4519e8b90044d5407de0e3aa8576ca1f\">Extensions like\u00a0cURL\u00a0(Client URL) enable PHP to communicate with other web services, APIs, and retrieve remote data.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-3252b47fee81814ad7a7febf047a4c88\"><strong>3. Image Processing Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-136b806575a9a1487e2f2cd1eb472ac0\">PHP indeed supports various image processing extensions like GD (Graphics Draw) and\u00a0ImageMagick, allowing developers to create, manipulate, and process images dynamically.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-410d22a0dc6103d8b3464a3b3bdb2836\"><strong>4. Encryption and Hashing Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-8436c873fd287e267b679a796b70cf5b\">Extensions like OpenSSL provide encryption and decryption functions, while hash extensions allow developers to generate hash values for data integrity and security purposes.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-439f4675f465a7d089deed7f10157ecc\"><strong>5.<\/strong> <strong>XML and JSON Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-8b08abe322691d41b0f7e888d1da1012\">These extensions facilitate working with XML and JSON data, parsing, and creating XML documents and JSON-encoded data.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-e880d209894bc3365dac7f2fcb90f4b1\"><strong>6. Compression Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-b2ae83f346606c63f5d1fa0241122bdd\">These extensions\u00a0like zlib\u00a0and bz2 allow developers to work with compressed files and data.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-3f54b03d99c7c48dcdb5ddb3e3ab638b\"><strong>7. Mathematical Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-652d07f215a7061f162ec3ffd6373b54\">Extensions like GMP (GNU Multiple Precision) and BC Math surely provide support for high-precision arithmetic and mathematical operations.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-5a4bb132184ac8a6075757c43a001ce5\"><strong>8. Date and Time Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-b41efa01640f4f07dd2fbfa4e28d4a41\">Extensions like\u00a0DateTime\u00a0enable PHP to work with dates, times,\u00a0timezones, and perform various date-related calculations.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-31862b27eef541dec8521c46d16d3143\"><strong>9. Security Extensions<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-7b36268de8b295862871603ccd2532a5\">Extensions like Filter, Hash, and\u00a0Mcrypt\u00a0help developers with input validation, data hashing, and encryption tasks.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-f23aa4690f151209b537cf357a427213\"><strong>10. Other Specialized Extensions<\/strong>\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-3a863e0c4b99b50fdb287686574eb5f4\">There are numerous other specialized extensions for tasks such as handling PDFs, generating barcodes, handling internationalization, etc.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-78e01f394b4563db0825f3bdfb7cfd82\"> PHP extensions allow developers to tailor PHP to their specific needs and streamline their development process by leveraging existing libraries and functionalities.\u00a0Many extensions are included in the standard PHP distribution, while others can be installed separately based on the requirements of the project. When developing a PHP application, it is essential to ensure that the required extensions are available and enabled on the hosting server for the application to work correctly.\u00a0<\/p>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-ddb15130692fa738442df6bc82a86561\"><strong>\u00a0Steps to Manage PHP Extension\u00a0\u00a0in cPanel<\/strong><\/h4>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-15f76436d2d2c8ca8e30adb80765ecb6\">\u00a0To manage PHP extensions in cPanel, you can follow these steps:\u00a0<\/p>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"658\" height=\"542\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/06\/cpanel-login-1.png\" alt=\"cPanel Login | BigCloudy KB\" class=\"wp-image-3863\" style=\"width:572px;height:auto\" srcset=\"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/06\/cpanel-login-1.png 658w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/06\/cpanel-login-1-300x247.png 300w\" sizes=\"(max-width: 658px) 100vw, 658px\" \/><\/figure>\n<\/div>\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-d9ec3850239c5baeb0e03ec7fd948091\">1. Log in to your <strong><a href=\"https:\/\/manage2.cpanel.net\/\" style=\"color:#7a00df;\">cPanel account<\/a><\/strong>.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"908\" height=\"240\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-7.png\" alt=\"cPanel PHP Extensions | BigCloudy KB\" class=\"wp-image-3965\" srcset=\"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-7.png 908w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-7-300x79.png 300w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-7-768x203.png 768w\" sizes=\"(max-width: 908px) 100vw, 908px\" \/><\/figure>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-cf4f710e6e5d34d450ac9299b7e5f099\">2. In the &#8220;<strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">Software<\/mark><\/strong>&#8221; section, click on &#8220;<strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">Select PHP Version<\/mark><\/strong>.&#8221;\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-e8851cd6019aa798574f80d37d6c5849\">3. On the &#8220;<strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">PHP Selector<\/mark><\/strong>&#8221; page, you will see the currently selected PHP version for your account.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-4c24abf8ee139a913770c745aa5ff7a7\">4. To manage PHP extensions, click on the &#8220;<strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">Extensions<\/mark><\/strong>&#8221; tab at the top of the page.\u00a0<\/p>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"827\" height=\"742\" src=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/07\/image-9.png\" alt=\"Manage PHP Extensions | BigCloudy KB\" class=\"wp-image-3975\" srcset=\"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-9.png 827w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-9-300x269.png 300w, https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/07\/image-9-768x689.png 768w\" sizes=\"(max-width: 827px) 100vw, 827px\" \/><\/figure>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-34a036de3fd88bf20d5405b1d93e53a7\">5. In the &#8220;<strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">Extensions<\/mark><\/strong>&#8221; tab, you will find a list of available PHP extensions.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-36c2da730ed3e503be621d9ff8bfca82\">6. To enable an extension, tick the checkbox next to the desired extension.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-846029c171d1072755393cb6a4719d84\">7. To disable an extension, untick the checkbox next to the extension.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-af228a777a8875561e691bdb7ecc7053\">After making your desired changes, click the &#8220;<strong><mark style=\"background-color:rgba(0, 0, 0, 0);color:#7a00df\" class=\"has-inline-color\">Save<\/mark><\/strong>&#8221; button at the bottom of the page to apply the changes.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-9d08e304f81cf954f840fe070262bf66\">Enabling or disabling PHP extensions allows you to customize the functionality and features available in your PHP environment. You can significantly enable extensions that your applications or scripts require or disable unnecessary extensions to improve performance and security.\u00a0<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-f857549f3ba9e53040915006ed9e6f83\">Thus remember to regularly review and manage your PHP extensions based on the requirements of your applications and the best practices recommended by\u00a0BigCloudy.<\/p>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-black-color has-text-color has-link-color wp-elements-466f55e6b24a5ea26de217a7ecd8c328\"><strong>Additional Resources<\/strong><\/h4>\n\n\n\n<ul class=\"has-black-color has-text-color has-link-color wp-block-list wp-elements-fa6bed7618b2e1199d19a5ba308f1981\">\n<li><strong><a href=\"https:\/\/docs.cpanel.net\/cpanel\/\" style=\"color:#7a00df;\">cPanel Documentation<\/a><\/strong><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>PHP extensions are modules or plugins that provide additional functionality and features to the PHP programming language. They are used to extend the core functionality of PHP and allow developers to add specific capabilities to their PHP applications without modifying the PHP source code.\u00a0In this article we will explain the steps to manage cPanel PHP extensions. PHP extensions are typically written in C or C++ and are compiled as shared libraries that can be dynamically loaded into PHP at runtime. Hence, these extensions enhance PHP&#8217;s capabilities and enable developers to interact with various libraries, protocols, databases, and services, making it a versatile language for web development and beyond.\u00a0 Types of PHP Extensions Some common types of PHP extensions include:\u00a0 1. Database Extensions These extensions provide interfaces to interact with different database management systems, such as MySQL, PostgreSQL, SQLite, and MongoDB. They allow PHP scripts to connect to databases, perform queries, and manage data.&nbsp; 2. Web Services Extensions Extensions like\u00a0cURL\u00a0(Client URL) enable PHP to communicate with other web services, APIs, and retrieve remote data.\u00a0 3. Image Processing Extensions PHP indeed supports various image processing extensions like GD (Graphics Draw) and\u00a0ImageMagick, allowing developers to create, manipulate, and process images dynamically.\u00a0 4. Encryption and Hashing Extensions Extensions like OpenSSL provide encryption and decryption functions, while hash extensions allow developers to generate hash values for data integrity and security purposes.\u00a0 5. XML and JSON Extensions These extensions facilitate working with XML and JSON data, parsing, and creating XML documents and JSON-encoded data.\u00a0 6. Compression Extensions These extensions\u00a0like zlib\u00a0and bz2 allow developers to work with compressed files and data.\u00a0 7. Mathematical Extensions Extensions like GMP (GNU Multiple Precision) and BC Math surely provide support for high-precision arithmetic and mathematical operations.\u00a0 8. Date and Time Extensions Extensions like\u00a0DateTime\u00a0enable PHP to work with dates, times,\u00a0timezones, and perform various date-related calculations.\u00a0 9. Security Extensions Extensions like Filter, Hash, and\u00a0Mcrypt\u00a0help developers with input validation, data hashing, and encryption tasks.\u00a0 10. Other Specialized Extensions\u00a0 There are numerous other specialized extensions for tasks such as handling PDFs, generating barcodes, handling internationalization, etc.\u00a0 PHP extensions allow developers to tailor PHP to their specific needs and streamline their development process by leveraging existing libraries and functionalities.\u00a0Many extensions are included in the standard PHP distribution, while others can be installed separately based on the requirements of the project. When developing a PHP application, it is essential to ensure that the required extensions are available and enabled on the hosting server for the application to work correctly.\u00a0 \u00a0Steps to Manage PHP Extension\u00a0\u00a0in cPanel \u00a0To manage PHP extensions in cPanel, you can follow these steps:\u00a0 1. Log in to your cPanel account.&nbsp; 2. In the &#8220;Software&#8221; section, click on &#8220;Select PHP Version.&#8221;\u00a0 3. On the &#8220;PHP Selector&#8221; page, you will see the currently selected PHP version for your account.\u00a0 4. To manage PHP extensions, click on the &#8220;Extensions&#8221; tab at the top of the page.\u00a0 5. In the &#8220;Extensions&#8221; tab, you will find a list of available PHP extensions.\u00a0 6. To enable an extension, tick the checkbox next to the desired extension.\u00a0 7. To disable an extension, untick the checkbox next to the extension.\u00a0 After making your desired changes, click the &#8220;Save&#8221; button at the bottom of the page to apply the changes.\u00a0 Enabling or disabling PHP extensions allows you to customize the functionality and features available in your PHP environment. You can significantly enable extensions that your applications or scripts require or disable unnecessary extensions to improve performance and security.\u00a0 Thus remember to regularly review and manage your PHP extensions based on the requirements of your applications and the best practices recommended by\u00a0BigCloudy. Additional Resources<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"_acf_changed":false,"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":[],"rop_publish_now_history":[],"rop_publish_now_status":"pending","footnotes":""},"categories":[30,5],"tags":[39,218],"class_list":["post-3974","post","type-post","status-publish","format-standard","hentry","category-cp-php","category-cpanel","tag-cpanel","tag-php","no-post-thumbnail"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.7 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Manage cPanel PHP Extensions on cPanel?\u00a0<\/title>\n<meta name=\"description\" content=\"This guide shows you how to manage cPanel PHP extensions. Enable or disable extensions to ensure that it has the functionality to run.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Managing PHP extensions for your website using cPanel\" \/>\n<meta property=\"og:description\" content=\"This guide shows you how to manage cPanel PHP extensions. Enable or disable extensions to ensure that it has the functionality to run.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/\" \/>\n<meta property=\"og:site_name\" content=\"CloudHostGeek Help Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BigCloudyHosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-02T07:31:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-05T10:47:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/06\/cpanel-login-1.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bigcloudypvtltd\" \/>\n<meta name=\"twitter:site\" content=\"@bigcloudypvtltd\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Manage cPanel PHP Extensions on cPanel?\u00a0","description":"This guide shows you how to manage cPanel PHP extensions. Enable or disable extensions to ensure that it has the functionality to run.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/","og_locale":"en_US","og_type":"article","og_title":"Managing PHP extensions for your website using cPanel","og_description":"This guide shows you how to manage cPanel PHP extensions. Enable or disable extensions to ensure that it has the functionality to run.","og_url":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/","og_site_name":"CloudHostGeek Help Center","article_publisher":"https:\/\/www.facebook.com\/BigCloudyHosting\/","article_published_time":"2024-07-02T07:31:43+00:00","article_modified_time":"2025-11-05T10:47:59+00:00","og_image":[{"url":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/06\/cpanel-login-1.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@bigcloudypvtltd","twitter_site":"@bigcloudypvtltd","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/#article","isPartOf":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/"},"author":{"name":"admin","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/378209d3259734d846716786afbc52b0"},"headline":"Managing PHP extensions for your website using cPanel","datePublished":"2024-07-02T07:31:43+00:00","dateModified":"2025-11-05T10:47:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/"},"wordCount":610,"publisher":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization"},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/#primaryimage"},"thumbnailUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/06\/cpanel-login-1.png","keywords":["cPanel","PHP"],"articleSection":["CP PHP","cPanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/","name":"How to Manage cPanel PHP Extensions on cPanel?\u00a0","isPartOf":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/#primaryimage"},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/#primaryimage"},"thumbnailUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/06\/cpanel-login-1.png","datePublished":"2024-07-02T07:31:43+00:00","dateModified":"2025-11-05T10:47:59+00:00","description":"This guide shows you how to manage cPanel PHP extensions. Enable or disable extensions to ensure that it has the functionality to run.","breadcrumb":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/#primaryimage","url":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/06\/cpanel-login-1.png","contentUrl":"https:\/\/kb.cloudhostgeek.com\/wp-content\/uploads\/2024\/06\/cpanel-login-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/manage-cpanel-php-extensions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bigcloudy.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"Managing PHP extensions for your website using cPanel"}]},{"@type":"WebSite","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#website","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/","name":"https:\/\/www.bigcloudy.com\/","description":"Your step-by-step guide to hosting, servers &amp; website tools.","publisher":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bigcloudy.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#organization","name":"BigCloudy internt services pvt ltd.","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/09\/cropped-BGC_logo.webp","contentUrl":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-content\/uploads\/2024\/09\/cropped-BGC_logo.webp","width":368,"height":114,"caption":"BigCloudy internt services pvt ltd."},"image":{"@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BigCloudyHosting\/","https:\/\/x.com\/bigcloudypvtltd","https:\/\/www.instagram.com\/bigcloudypvtltd\/"]},{"@type":"Person","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/378209d3259734d846716786afbc52b0","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bigcloudy.com\/knowledge-base\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/42ea90e921e5926f1db3403e79195ea7c0e898504fd43555e6099a85c9c91443?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/42ea90e921e5926f1db3403e79195ea7c0e898504fd43555e6099a85c9c91443?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/kb.cloudhostgeek.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3974","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=3974"}],"version-history":[{"count":0,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3974\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=3974"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=3974"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bigcloudy.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=3974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}