Skip to content

molecularsciences.org

Simply Explaining Technology

  • Articles
    • bash
    • Drupal
    • Java
    • Linux
    • Mac OS
    • PHP
    • Python
    • Quick Introduction
      • Amazon Cloud
      • BioPerl
      • Data Science
        • Apache Spark
        • Hive
      • Java Programming
      • JSON
      • MongoDB
      • JavaScript
        • gulp.js
        • Laravel 5
        • Node.js
      • WordPress
      • XML
  • Special Topics
    • Reference
    • Design Patterns
    • installation guide
    • Optimization
  • Topics
    • Architecture
    • cloud
      • AWS Amazon Web Services
    • CMS Content Management System
      • Drupal
      • WordPress
    • Database
      • MySQL
      • Oracle
    • Programming
      • bash
      • Java
      • PHP
      • Python
    • Linux
    • Science

Installing and uninstalling PHP extensions using PECL

#pecl, #PHP
Views: 5

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:

$ sudo pecl install xdebug

where xdebug is the extension being installed

Using PECL to uninstall extensions:

$ sudo pecl uninstall xdebug

Post navigation

What is the difference between include, include_once, require, and require_once in PHP
Type casting in PHP

Related Post

Everything you need to know about PHP Extension Community Library (PECL)

How to create CSV output from PHP code

How to convert XML to JSON using PHP code

Advertisement
Topics
Architecture Artificial Intelligence AWS Amazon Web Services bash cloud copilot Database Data Science Drupal Java JavaScript Linux Mac OS Microsoft Excel Microsoft Office Microsoft Windows Miscellaneous MySQL Oracle PHP Programming Python Q&A Reference Science Statistics Uncategorized WordPress
Tags

AI Amazon EBS Amazon S3 Apache architecture Availability Zones AWS Amazon Web Services bash Bioinformatics Cloud cloud computing command line tips crispr Database Design Patterns Drupal EFS Elastic File System ELB Elastic Load Balancer file management installation guide Java JavaScript JSON Linux Mac OS Microsoft Excel Microsoft Windows ML MySQL Networking Optimization Oracle Perl PHP PL/SQL Programming Python SciPy ssh statistics string manipulation vagrant versioning wordpress xml

You missed

AWS Amazon Web Services cloud

Azure vs AWS Certifications in Canada: A Complete Guide for 2025

Database Oracle

Solving ORA-00936: Missing expression

Database Oracle

Solving ORA-00932: Inconsistent datatypes: expected “type1” but got “type2”

Database Oracle

Solving ORA-00907: Missing right parenthesis

molecularsciences.org

Simply Explaining Technology

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • Blog
  • Sample Page