PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, August 30, 2022

[FIXED] how to install php_trader php ext in windows 10 with xampp

 August 30, 2022     pear, php, xampp     No comments   

Issue

Hey i am using xampp php 7.1

i am trying to install php_trader extension but

its showing me

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_trader.dll

which i have downloaded this from here

https://pecl.php.net/package/trader/0.4.0/windows

How do i install correctly


Solution

rather than downloading the the extension from the website, you can install it using PEAR, in xampp it should be present in the /xampp/php/pear, using,

Now open a command line and cd into /xampp/php/

try executing either one of the below commands. this will try to install the extension into the system.

pear install trader 

pear have a bug related to the .tar archives, please find a solution here



Answered By - Shobi
Answer Checked By - Robin (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing