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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sixd@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC