Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cpanel:php-extension-manager [2010-10-06 17:22:35]
garrett.plasky Approved
cpanel:php-extension-manager [2010-10-06 17:22:53]
garrett.plasky Approved
Line 7: Line 7:
 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>
  
 At the time this document was written the following extensions could be installed using the extension manager. At the time this document was written the following extensions could be installed using the extension manager.
Line 21: Line 21:
 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 28: Line 28:
 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>
  
 ===== Uninstalling Extensions ===== ===== Uninstalling Extensions =====
Line 34: Line 34:
 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}}