News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Deprecated Methods in Pecl_Http
October 28, 2010 @ 10:04:59

In a quick post to her blog Lorna Mitchell mentions a deprecated method in pecl_http that could cause problems for you down the road - addRawPostData.

I'm a big fan of pecl_http, which I use quite often as I work so regularly with APIs and on systems where I can get it installed, it's much nicer than PHP's curl extension. Recently though I've been often seeing output which reads: Function HttpRequest::addRawPostData() is deprecated

The alternative is to use the "setBody()" method on the HttpRequest object instead. This, in effect, does the same thing and sets the contents of the message to the raw data you'd like to post. Unfortunately, the PHP manual page doesn't reflect that this method is deprecated. You can find out more about the functionality the "pecl_http" extension has to offer here. It's a very flexible and reliable way for your scripts to interact with remote servers via HTTP calls.

2 comments voice your opinion now!
httprequest peclhttp extension deprecated addrawpostdata


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: First release of the D-Bus extension

Christopher Jones' Blog: Temporary LOBS in PHP's OCI8 Extension. Instant Client.

Christian Stocker's Blog: php xslcache extension by the New York Times

Marcelo Araujo's Blog: my first extension - filter_ptBR

Christian Stocker\'s Blog: PHP 5, OS X, fink and iconv


Community Events











Don't see your event here?
Let us know!


community series testing zendframework2 unittest tool podcast release phpunit application development conference code introduction language example interview framework opinion functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework