This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-feed 2.9.1
weierophinney
released this
14 May 21:46
·
133 commits
to master
since this release
Added
- Nothing.
Changed
- #16 updates the
Zend\Feed\Pubsubhubbub\AbstractCallback
to no longer use the
$GLOBALS['HTTP_RAW_POST_DATA']
value as a fallback whenphp://input
is
empty. The fallback existed because, prior to PHP 5.6,php://input
could
only be read once. As we now require PHP 5.6, the fallback is unnecessary,
and best removed as the globals value is deprecated.
Deprecated
- Nothing.
Removed
- Nothing.