From: "Paul Aner" <contsyn@web.de>
Subject: [syndication] Syndication - which standard to use
I think ICE will not be implmentable, because it is based on HTTP-Post.
PHP does
not offer any ServerSockets or something like networking-streams,
PHP offers $HTTP_RAW_POST_DATA which might contain the data you need to
read.
http://uk.php.net/variables.external (search this page for
HTTP_RAW_POST_DATA)
http://uk.php.net/manual/en/reserved.variables.php#reserved.variables.get
(same thing)
Though it may require always_populate_raw_post_data to be set to on in the
php.ini