Merge branch 'master' of git.php.net:/pecl/http/pecl_http
authorRemi Collet <remi@php.net>
Fri, 7 Nov 2014 06:55:46 +0000 (07:55 +0100)
committerRemi Collet <remi@php.net>
Fri, 7 Nov 2014 06:55:46 +0000 (07:55 +0100)
commitc5a2e0f00072f02c1aac569487ccf4f803b89f64
tree933331f8b820d5277cf8d5a7e080cf0ee7958721
parent39456918dd8c443592a2e3fe39f4b1525dc09948
parentc0a90e57b4fe369f68b02111770815d66ec5a380
Merge branch 'master' of git.php.net:/pecl/http/pecl_http

* 'master' of git.php.net:/pecl/http/pecl_http: (31 commits)
  use our url parser
  back to dev
  prepare 2.1.4
  Fixed bug #66891 (Unexpected HTTP 401 after NTLM authentication)
  Fixed bug #68149 (duplicate content-length with libcurl < 7.23)
  Fixed bug #68353 (QsoSSL support removed in libcurl 7.39)
  fix long/int mismatch
  update missing tests
  test ::PARSE_TOPCT
  strip comments
  prepare for using all constants together
  simplify
  separate url and parser state
  fix edge cases with @
  brain wrecked
  more explicit constant names
  path should be forgotten
  fix query&fragment; add pctenc parser option
  simplify
  update
  ...