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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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 Dec 22 01:01:30 2024 UTC