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

Wednesday, August 31, 2022

[FIXED] How to obtain php_phar.dll?

 August 31, 2022     dll, pear, phar, php     No comments   

Issue

PHP on Windows does not include php_phar.dll which means that

when installing pear i have to do it like this php -d phar.require_hash=0 go-pear.phar because it would not install Graph part of pear

I cant use MakeGood for unit testing in Eclipse

I cant use phar in general

is there a way to get to the php_phar.dll or pear community just decided that they wont support windows servers?


Solution

The phar extension is now a part of PHP that cannot be removed (statically built), so you do not need a .dll file for it.

Run php -m to see it listed.



Answered By - cweiske
Answer Checked By - Timothy Miller (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