php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77759 malformed datetime field in atom feed
Submitted: 2019-03-18 09:09 UTC Modified: 2019-03-18 09:42 UTC
From: jasper at knockaert dot nl Assigned: salathe (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2019-03-18 09:09 UTC] jasper at knockaert dot nl
Description:
------------
When parsing the atom feed https://secure.php.net/feed.atom (in php using DateTime::__construct()) I got an error triggered by a malformed tag:
  <published>2016-08-22T:00:00+03:00</published>



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-03-18 09:12 UTC] kalle@php.net
-Status: Open +Status: Feedback
 [2019-03-18 09:12 UTC] kalle@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2019-03-18 09:35 UTC] jasper at knockaert dot nl
This is a Website problem, not a php problem. As per the instructions on https://secure.php.net/contact.php I reported it here.
 [2019-03-18 09:41 UTC] kalle@php.net
Yes, and that is why it would be nice to have a script to reproduce what you are trying to do. You do not show what error you are getting which leaves us with nothing to work with.

So; Please include a small script to reproduce what you are trying to do and the error you are getting
 [2019-03-18 09:42 UTC] salathe@php.net
-Status: Feedback +Status: Closed -Assigned To: +Assigned To: salathe
 [2019-03-18 09:42 UTC] salathe@php.net
The news sources have been fixed in http://git.php.net/?p=web/php.git;a=commitdiff;h=fbb560f0dcdab16480fea8d35b4bde788aedebe4.

The changes should be visible on the website in a short while, after the news pages and feeds have been regenerated and pushed out to mirrors.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC