roc524 Posted May 30, 2011 Share Posted May 30, 2011 I successfully installed PEAR on my Windows Apache/XAMPP server. I am trying to install the PECL FPDF extension (for PDF Forms Data Format functions). At my command prompt window, I entered: "pecl list-all" and saw an entry named "pecl/fpdf" wihch is "PDF Form Data Format functions". So far so good. At my command prompt window, I unsuccessfully tried to install this extension using the following 3 commands. 1. pecl install pecl/fpdf Above resulted in "No release available for package 'pecl.php.net/fpdf' Install failed" 2. pecl install www.php.net/fpdf Above resulted in "Attempting to discover channel www.php.net ... invalid package name... install failed. 3. pecl install pecl.php.net/package/fpdf Above resulted in: "Attempting to discover channel pecl.php.net/package... downloading channel.xml... ... done: 3877bytes. unknown channel ... invalid package name .... install failed." Can anyone tell me what I am doing wrong in my attempt to use the PECL command to install the fpdf extension? Quote Link to comment https://forums.phpfreaks.com/topic/237897-pecl-command-from-terminal-wont-work-to-install-a-pecl-extension/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.