news.rss 1.2 KB

12345678910111213141516171819202122232425262728
  1. HTTP/1.1 200 OK
  2. Content-Type: text/xml
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <rdf:RDF
  5. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  6. xmlns="http://purl.org/rss/1.0/"
  7. xmlns:dc="http://purl.org/dc/elements/1.1/"
  8. >
  9. <channel rdf:about="http://php.net/">
  10. <title>PHP: Hypertext Preprocessor</title>
  11. <link>http://php.net/</link>
  12. <description>The PHP scripting language web site</description>
  13. <items>
  14. <rdf:Seq>
  15. <rdf:li rdf:resource="http://php.net/index.php#id2015-01-22-3" />
  16. </rdf:Seq>
  17. </items>
  18. </channel>
  19. <item rdf:about="http://php.net/index.php#id2015-01-22-3">
  20. <title>PHP 5.4.37 Released</title>
  21. <link>http://php.net/index.php#id2015-01-22-3</link>
  22. <description>The PHP development team announces the immediate availability of PHP 5.4.37. Six security-related bugs were fixed in this release, including CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232. All PHP 5.4 users are encouraged to upgrade to this version. For source downloads of PHP 5.4.37 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.</description>
  23. <dc:date>2015-01-22</dc:date>
  24. </item>
  25. </rdf:RDF>