• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question how to compile uploadprogress extension to all php

yusuf

New Pleskian
i installed uploadprogress on plesk onyx 17.5 but only found for php 5.4
how can i compile uploadprogress extension to all php versions installed ?
 
Hi yusuf,

Pls. note, that there is no serverwide option, to install additional PHP modules to your desired PHP version. Each PHP version needs a depending PHP module integration.

Here is a SEARCH link for the powerfull forum search, which helps you to find previous posts at the forum, associated with the "pecl install" command:

=> Search Results for Query: "pecl" "install" | Plesk Forum

( Here is another example link, which should point you to another SEARCH with an additional keyword => Plesk Forum SEARCH example )


Pls. be aware, that there are still PHP extensions, for which you can't use "pecl", as the desired package could be outdated, or/and not maintained anymore. A corresponding search at => PECL :: Package Search could help you to find the desired package(s) and you are able to inform yourself about the desired package.


If you desire full example commands for a specific PHP version, pls. consider to add your operating system and the corresponding PHP version. Nethertheless, here are some hints, where the corresponding "pecl" ( or "pear" ) executables are located:

serverwide PHP versions:
Code:
/usr/bin/
         pear
         pecl

Plesk PHP versions:

Code:
/opt/plesk/php/5.2/bin/
/opt/plesk/php/5.3/bin/
/opt/plesk/php/5.4/bin/
/opt/plesk/php/5.5/bin/
/opt/plesk/php/5.6/bin/
/opt/plesk/php/7.0/bin/
/opt/plesk/php/7.1/bin/
                       pear
                       pecl

FULL path example:
/opt/plesk/php/5.2/bin/pecl
 
Last edited by a moderator:
Back
Top