php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64712 Obsolete declarations in php_date.c
Submitted: 2013-04-25 18:22 UTC Modified: -
From: sixd@php.net Assigned:
Status: Closed Package: Date/time related
PHP Version: 5.5.0beta4 OS: Linux
Private report: No CVE-ID: None
 [2013-04-25 18:22 UTC] sixd@php.net
Description:
------------
There are a couple of obsolete declarations in php_date.c:

/home/cjones/Desktop/php-5.5.0beta4/ext/date/php_date.c:617:26: warning: 
‘date_object_new_immutable’ declared ‘static’ but never defined [-Wunused-
function]
/home/cjones/Desktop/php-5.5.0beta4/ext/date/php_date.c:623:26: warning: 
‘date_object_clone_immutable’ declared ‘static’ but never defined [-Wunused-
function]



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-04-26 10:41 UTC] dsp@php.net
-Status: Open +Status: Closed
 [2013-04-26 10:41 UTC] dsp@php.net
Automatic comment on behalf of dsp
Revision: http://git.php.net/?p=php-src.git;a=commit;h=75cec90d8cc2ea34ab9e5e7146cb6b3bf29430a9
Log: Fix #64712 (Obsolete declarations in php_date.c)
 [2013-11-17 09:31 UTC] laruence@php.net
Automatic comment on behalf of dsp
Revision: http://git.php.net/?p=php-src.git;a=commit;h=75cec90d8cc2ea34ab9e5e7146cb6b3bf29430a9
Log: Fix #64712 (Obsolete declarations in php_date.c)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC