php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59862 undefined reference to `stricmp'
Submitted: 2011-07-20 05:40 UTC Modified: 2011-07-20 14:15 UTC
From: paulgao at yeah dot net Assigned:
Status: Closed Package: oauth (PECL)
PHP Version: 5.3.6 OS: irrelevant
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: paulgao at yeah dot net
New email:
PHP Version: OS:

 

 [2011-07-20 05:40 UTC] paulgao at yeah dot net
Description:
------------
ext/oauth/provider.o: In function `oauth_provider_get_current_uri':
/root/php-5.3.6/ext/oauth/provider.c:437: undefined reference to `stricmp'

Reproduce code:
---------------
configure & make install

Expected result:
----------------
make ok.

Actual result:
--------------
ext/oauth/provider.o: In function `oauth_provider_get_current_uri':
/root/php-5.3.6/ext/oauth/provider.c:437: undefined reference to `stricmp'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-20 14:15 UTC] jawed@php.net
This bug has been fixed in SVN.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Should be fixed now. I changed the original patch from using stricmp to 
strcasecmp (bug 22824).

- JJ
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 10:01:30 2024 UTC