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
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: 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 21:01:36 2024 UTC