summaryrefslogtreecommitdiff
path: root/ext/standard/http.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix C++ style declarationZeev Suraski2004-01-061-1/+2
* Fixed bug #26819 (http_build_query() crashes on NULL output).Ilia Alshanetsky2004-01-061-7/+26
* typo + proto fixfoobar2003-09-071-3/+2
* Add missing protoSara Golemon2003-09-061-0/+1
* - Typos, CS, etc.foobar2003-09-061-3/+6
* renamed http.h -> php_http.hfoobar2003-09-061-1/+1
* Fix Objects bug. (Objects != Arrays)Sara Golemon2003-09-061-3/+8
* Fix segfault on uninitialized zval, skip NULL/Resource types, fix integer val...Sara Golemon2003-09-061-1/+9
* Prevent RecursionSara Golemon2003-09-061-0/+7
* Introducing php_url_encode_hash_ex() internal functionSara Golemon2003-09-061-0/+186