php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59446 Add Windows compatibility
Submitted: 2010-10-02 16:08 UTC Modified: 2021-09-23 13:20 UTC
Votes:6
Avg. Score:4.0 ± 1.5
Reproduced:5 of 6 (83.3%)
Same Version:3 (60.0%)
Same OS:4 (80.0%)
From: mecommayou at gmail dot com Assigned:
Status: Open Package: DBus (PECL)
PHP Version: 5.3.2 OS: Windows
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: mecommayou at gmail dot com
New email:
PHP Version: OS:

 

 [2010-10-02 16:08 UTC] mecommayou at gmail dot com
Description:
------------
Just could not install this extension.

Reproduce code:
---------------
C:\windows\system32>pecl config-set php_suffix .exe
config-set succeeded

C:\windows\system32>pecl install dbus-beta
downloading dbus-0.1.0.tgz ...
Starting to download dbus-0.1.0.tgz (16,901 bytes)
......done: 16,901 bytes
5 source files, building
ERROR: The DSP dbus.dsp does not exist.

C:\windows\system32>ver

Microsoft Windows [Version 6.1.7600]

C:\windows\system32>php -v
PHP 5.3.3 (cli) (built: Aug  8 2010 16:01:55)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans
    with Zend Extension Manager v5.1, Copyright (c) 2003-2010, by Zend Technologies
    - with Zend Data Cache v4.0, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [disabled]
    - with Zend Java Bridge v3.1, Copyright (c) 2004-2010, by Zend Technologies[loaded] [licensed] [enabled]
    - with Zend Job Queue v4.0, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [enabled]
    - with Zend Session Clustering v4.0, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [enabled]
    - with Zend Utils v1.0, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [enabled]
    - with Zend Optimizer+ v4.1, Copyright (c) 1999-2010, by Zend Technologies [loaded] [licensed] [disabled]
    - with Zend Code Tracing v1.0, Copyright (c) 2009-2010, by Zend Technologies [loaded] [licensed] [enabled]
    - with Zend Monitor v4.1, Copyright (c) 1999-2010, by Zend Technologies [loaded] [licensed] [disabled]
    - with Zend Debugger v5.3, Copyright (c) 1999-2010, by Zend Technologies [loaded] [licensed] [enabled]
    - with Zend Monitor UI extension v4.1, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [enabled]
    - with Zend Page Cache v4.0, Copyright (c) 2004-2010, by Zend Technologies [loaded] [licensed] [disabled]


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-11-28 19:47 UTC] k dot andris at gmail dot com
I have the same problem - is there a solution?
 [2020-03-15 14:29 UTC] cmb@php.net
-Summary: Could not install +Summary: Add Windows compatibility -Type: Bug +Type: Feature/Change Request -Operating System: +Operating System: Windows
 [2020-03-15 14:29 UTC] cmb@php.net
This extension is not compatible with Windows, so I'm changing to
feature request.
 [2021-09-23 13:20 UTC] cmb@php.net
Also note that installing PECL extensions via pecl is not
supported on Windows for many years.  You would need to download
prebuilt DLLs from pecl.net, or build yourself, or could try
pickle.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC