summaryrefslogtreecommitdiff
path: root/ext/standard/http.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* Fix missing ZVAL_DEREF()Bob Weinand2015-01-101-0/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
* fix datatype mismatchesAnatol Belski2014-10-231-6/+6
* Add smart_str_append for appending zend_stringsNikita Popov2014-09-211-15/+5
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-1/+1
* 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* master renames phase 1Anatol Belski2014-08-251-13/+13
* fixes to %pd format usageAnatol Belski2014-08-241-3/+3
* yet more fixes to zppAnatol Belski2014-08-201-2/+2
* further fixes on coreAnatol Belski2014-08-161-1/+1
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-6/+6
* Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-2/+6
* Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+6
* Fixed compilaation warningsDmitry Stogov2014-04-221-1/+2
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-3/+3
* Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-18/+5
* Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-2/+2
* Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-0/+6
* Refactor php_url_(en|de)code to return zend_stringXinchen Hui2014-03-031-29/+54
* Fixed NULL pointer dereference in php_url_encode_hash_exXinchen Hui2014-02-241-11/+16
* Fixed test ext/standard/tests/strings/bug26817.phpXinchen Hui2014-02-231-1/+1
* Refacting smart_strXinchen Hui2014-02-181-6/+5
* Use better data structures (incomplete)Dmitry Stogov2014-02-141-36/+32
* Bump yearXinchen Hui2014-01-031-1/+1
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
* Use zend_unmangle_property_name_ex to save strlenXinchen Hui2013-01-141-3/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-4/+6
* added an option to http_build_query for RFC-3986 Rui Hirokawa2011-01-081-10/+26
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* - MFH fix truncation of large values on 64-bit systems in http_build_queryBrian Shire2008-01-101-4/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* 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