Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
cpanel:php-extension-manager [2010-10-05 22:59:41]
shaun.reitan created
cpanel:php-extension-manager [2010-10-06 17:22:35]
garrett.plasky Approved
Line 5: Line 5:
 ===== Available Extensions ===== ===== Available Extensions =====
  
-To get a list up-to-date list of extensions available for installation using the php extension manager run the following command+To get a list up-to-date list of extensions available for installation using the php extension manager run the following command:
  
 <code console>/scripts/phpextensionmgr list</code> <code console>/scripts/phpextensionmgr list</code>
Line 17: Line 17:
   * PHPSuHosin   * PHPSuHosin
  
-===== Checking the Installation Status of a extension =====+===== Checking the Installation Status of an Extension =====
  
-To check the installed status of a extension run the following command replacing <extension> with the name of the extension.+To check the installed status of a extension run the following command replacing <extension> with the name of the extension:
  
 <code console>/scripts/phpextensionmgr status <extension></code> <code console>/scripts/phpextensionmgr status <extension></code>
Line 26: Line 26:
 ===== Installing Extensions ===== ===== Installing Extensions =====
  
-The process of installing a PHP extension is very simple.  Run the following command replacing <extension> with an available extension from the list command above.+The process of installing a PHP extension is very simple. Run the following command replacing <extension> with an available extension from the list command above:
  
 <code console>/scripts/phpextensionmgr install <extension></code> <code console>/scripts/phpextensionmgr install <extension></code>
Line 32: Line 32:
 ===== Uninstalling Extensions ===== ===== Uninstalling Extensions =====
  
-Removing a extension is simular to installing them, just replace the install command with uninstall.+Removing a extension is simular to installing them, just replace the install command with uninstall:
  
 <code console>/scripts/phpextensionmgr uninstall <extension></code> <code console>/scripts/phpextensionmgr uninstall <extension></code>
- 
- 
  
  
 {{tag>cpanel how-to php}} {{tag>cpanel how-to php}}