php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75993 Installation failed
Submitted: 2018-02-22 11:47 UTC Modified: 2021-07-14 13:27 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: reinhold dot woditsch at strassacker dot de Assigned: cmb (profile)
Status: Wont fix Package: PECL (PECL)
PHP Version: 7.1.14 OS: Windows 7 64bit
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: reinhold dot woditsch at strassacker dot de
New email:
PHP Version: OS:

 

 [2018-02-22 11:47 UTC] reinhold dot woditsch at strassacker dot de
Description:
------------
I've installed pear and then run '$ pecl install ps '. 
First error/warning: 
WARNING: php_bin C:\xampp\php\php.exe appears to have a suffix .exe, but config variable php_suffix does not match.
So i changed php_suffix with command '$ pecl config-set php_suffix .exe '

Downloading ps-package went fine until

5 source files, building
ERROR: The DSP ps.dsp does not exist
( A file ' pslib.dsp ' was already build )

and so the package ist not installed.


 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-07-14 13:27 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2021-07-14 13:27 UTC] cmb@php.net
This is not particularly related to ext/ps, but is rather a
general issue: installing PECL packages via pecl is not supported
on Windows for many years.  The manual states[1]:

| On Windows, you have two ways to load a PHP extension: either
| compile it into PHP, or load the DLL. Loading a pre-compiled
| extension is the easiest and preferred way.

[1] <https://www.php.net/manual/en/install.pecl.windows.php>
 [2021-07-14 13:27 UTC] cmb@php.net
-Package: ps +Package: PECL
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC