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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
45 + 36 = ?
Subscribe to this entry?

 
 [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: Sun Apr 28 20:01:29 2024 UTC