Edit report at https://bugs.php.net/bug.php?id=77759&edit=1
ID: 77759 Updated by: sala...@php.net Reported by: jasper at knockaert dot nl Summary: malformed datetime field in atom feed -Status: Feedback +Status: Closed Type: Bug Package: Website problem PHP Version: Irrelevant -Assigned To: +Assigned To: salathe Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2019-03-18 09:41:46] ka...@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:35:48] 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:12:44] ka...@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:09:53] 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> ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=77759&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php