php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c
Submitted: 2013-08-19 21:08 UTC Modified: 2013-08-19 21:08 UTC
From: sixd@php.net Assigned:
Status: Closed Package: intl (PECL)
PHP Version: 5.5Git-2013-08-19 (Git) OS: Linux
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 !
Your email address:
MUST BE VALID
Solve the problem:
17 + 5 = ?
Subscribe to this entry?

 
 [2013-08-19 21:08 UTC] sixd@php.net
Description:
------------
The files ext/intl/msgformat/msgformat.c and ext/intl/msgformat/msgformat_attr.c 
give compile warnings:

ext/intl/msgformat/msgformat.c:68: warning: implicit declaration of function 
'msgformat_fix_quotes'

ext/intl/msgformat/msgformat_attr.c:86: warning: implicit declaration of function 
'msgformat_fix_quotes'

The function is declared in msgformat_data.h, which is not included in those .c 
files.  The side effects of including it aren't clear to me.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-08-19 21:08 UTC] sixd@php.net
-Summary: No declararion for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c +Summary: No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c
 [2016-04-09 17:12 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=58ea2ad4897b74b0a11d3da8a64c557ff18b0021
Log: Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c
 [2016-04-09 17:12 UTC] ab@php.net
-Status: Open +Status: Closed
 [2016-07-20 11:32 UTC] davey@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=58ea2ad4897b74b0a11d3da8a64c557ff18b0021
Log: Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC