php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18261 Switch --with-hwapi ignored
Submitted: 2002-07-10 06:34 UTC Modified: 2007-04-04 20:09 UTC
From: carsten dot sierks at sercon dot de Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.1 OS: Windows2000 / Cygwin
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: carsten dot sierks at sercon dot de
New email:
PHP Version: OS:

 

 [2002-07-10 06:34 UTC] carsten dot sierks at sercon dot de
Hello,

since I am working with Hyperwave a lot, I try to test the hwapi-functions. According to the documentation one has to configure php with the swtich --with-hwapi=<dir>.

This switch is never checked in the configure-script, hence no connection to the hwapi will be made.


Greetings
Carsten

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-10 06:40 UTC] sander@php.net
Are you sure you didn't made a typo? Unknown options will be silently ignored...
Also, what does your config.log say about this?
 [2002-07-10 07:08 UTC] carsten dot sierks at sercon dot de
The way i used configure is:
$ ./configure --with-hwapi=/cygdrive/e/Programme/Hyperwave/sdk5.5/ --disable-xm
l

A "cat config.log | grep hwapi" yields no result. Also a "cat configure | grep hwapi" returns nothing (which lead me to the conclusion, that configure does not know anything on the new functions hwapi).
 [2002-07-10 07:25 UTC] sniper@php.net
Maybe because ext/hwapi does not even EXIST in 4.2.1?
Get the latest CVS snapshot from here:

http://snaps.php.net/php4-latest.tar.gz
 [2002-07-10 09:23 UTC] carsten dot sierks at sercon dot de
Thx for the help.

Just a final remark: perhaps it should be noted in the documentation, that this feature is not available in the stable release yet, but in the latest snap-shot. Documentation usually tends to be slower not faster than developement.
I noted the missing of the ext/hwapi-directory but I did not bother, since i am not too familiar with the extension principle of php.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 15 15:01:39 2024 UTC