php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58147 Silent Warning
Submitted: 2008-04-08 04:37 UTC Modified: 2008-04-08 13:17 UTC
From: pajoye@php.net Assigned:
Status: Closed Package: intl (PECL)
PHP Version: 5_2 CVS-2008-04-08 (dev) OS: Linux
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: pajoye@php.net
New email:
PHP Version: OS:

 

 [2008-04-08 04:37 UTC] pajoye@php.net
Description:
------------
Silent some warning about ALLOCA_FLAG redefinition:

http://blog.thepimp.net/patches/intl_52_warning.txt

There is one more about UErrorCode but I'm not sure how to fix it as the macros are actually correct:
/home/pierre/cvs/intl52/dateformat/dateformat_parse.c: In function 'internal_parse_to_timestamp':
/home/pierre/cvs/intl52/dateformat/dateformat_parse.c:46: warning: passing argument 4 of 'udat_parse_3_6' from incompatible pointer type
/home/pierre/cvs/intl52/dateformat/dateformat_parse.c: In function 'internal_parse_to_localtime':
/home/pierre/cvs/intl52/dateformat/dateformat_parse.c:92: warning: passing argument 5 of 'udat_parseCalendar_3_6' from incompatible pointer type



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-08 13:17 UTC] stas at zend dot com
This bug has been fixed in CVS.

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.

warnings should be gone now
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC