summaryrefslogtreecommitdiff
path: root/ext/standard/http.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-2/+2
* Fixed bug #40009 (http_build_query(array()) returns NULL).Ilia Alshanetsky2007-01-031-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - MFH zend_unmangle_property_name(), drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-2/+2
* - Fix bug #36656 (http_build_query generates invalid URIs due to use of squar...Michael Wallner2006-03-081-6/+9
* bump year and license versionfoobar2006-01-011-3/+3
* MFH:Ilia Alshanetsky2005-12-041-11/+14
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed unregistered bug [crash in http_build_query()]Ard Biesheuvel2004-06-041-1/+1
* Bug Fix #27335: Numeric indexes crashing http_build_query()Sara Golemon2004-02-201-2/+2
* - 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