File: news.rss

package info (click to toggle)
php5 5.6.33%2Bdfsg-0%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 157,872 kB
  • sloc: ansic: 756,065; php: 22,030; sh: 12,311; cpp: 8,771; xml: 6,179; yacc: 1,564; exp: 1,514; makefile: 1,467; pascal: 1,147; awk: 538; perl: 315; sql: 22
file content (28 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
HTTP/1.1 200 OK
Content-Type: text/xml

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns="http://purl.org/rss/1.0/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel rdf:about="http://php.net/">
	<title>PHP: Hypertext Preprocessor</title>
	<link>http://php.net/</link>
	<description>The PHP scripting language web site</description>
	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://php.net/index.php#id2015-01-22-3" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://php.net/index.php#id2015-01-22-3">
	<title>PHP 5.4.37 Released</title>
	<link>http://php.net/index.php#id2015-01-22-3</link>
	<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>
	<dc:date>2015-01-22</dc:date>
</item>

</rdf:RDF>