php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56503 pear searches for "big_int.dsp" instead of "php_big_int.dsp"
Submitted: 2005-08-20 13:10 UTC Modified: 2006-02-27 07:31 UTC
From: Chionsas at ktug dot lt Assigned:
Status: No Feedback Package: big_int (PECL)
PHP Version: Irrelevant OS: Windows 2003 Server
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:
14 - 8 = ?
Subscribe to this entry?

 
 [2005-08-20 13:10 UTC] Chionsas at ktug dot lt
Description:
------------
C:\php5>pear install big_int
downloading big_int-1.0.7.tgz ...
Starting to download big_int-1.0.7.tgz (48,248 bytes)
.............done: 48,248 bytes
37 source files, building
The DSP big_int.dsp does not exist.

Though there is a 'php_big_int.dsp' in the package
(big_int-1.0.7.tgz), pear wants to use 'big_int.dsp'.

I suppose there's a bug on either of the sides
(big_int package or pear).

Reproduce code:
---------------
run "pear install big_int"
when the package is not installed on the system

Expected result:
----------------
Successful installation of big_int extension

Actual result:
--------------
Installation halts, because pear expects "big_int.dsp"
and the package contains "php_big_int.dsp".

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-23 10:48 UTC] mike@php.net
AFAIK the pear installer does not support building extensions on windows. Did you manage to install any other extension with the pear installer on windows?
 [2005-10-23 13:41 UTC] Chionsas at ktug dot lt
The ".dsp" file is a Ms Visual Studio project that is meant to be compiled on Windows.
I think this is only a case of a filename mistype (it searches fo big_int.dsp, when it should really search for php_big_int.dsp).
I have successfully compiled big_int using Visual Studio with the files in question renamed.
 [2005-10-23 15:03 UTC] mike@php.net
You did not really answer my question.
 [2006-02-27 07:31 UTC] mike@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 16:01:29 2024 UTC