[PHP] php-general-digest-unsubscr...@lists.php.net not working?

2010-11-04 Thread Marc Abramowitz
The bottom of my daily digest email says to unsubscribe, I should email php-general-digest-unsubscr...@lists.php.net I've done this several times -- sometimes with various combinations of blank and "unsubscribe" in the subject line and body. I keep getting the emails though. -- PHP General Maili

[PHP] pecl/oauth - possible to send HTTP request myself?

2010-08-26 Thread Marc Abramowitz
The typical way to use pecl/oauth seems to use OAuth::fetch which does everything including sending the HTTP request using curl or php streams. I'd like to be able to use pecl/oauth to do everything up to and including calculating the signature but then send the request using different code. The