renamed http\Message\Body::add() to ::addForm() because it acually adds form-data...
authorMichael Wallner <mike@php.net>
Thu, 15 Mar 2012 15:06:43 +0000 (15:06 +0000)
committerMichael Wallner <mike@php.net>
Thu, 15 Mar 2012 15:06:43 +0000 (15:06 +0000)
commitde1f7e0ab81d134c3dffe95623b6c27b9ce16235
tree6bc5684ae8b38b7f5931404f951d49e804274ff6
parentcfd6f56fae6192e762dd9054b91cc17672859f9e
renamed http\Message\Body::add() to ::addForm() because it acually adds form-data; add http\Message\Body::addPart(http\Message part)
php_http_message_body.c
php_http_message_body.h
phpunit/MessageBodyTest.php