Merge branch 'master' of git.php.net:/pecl/http/pecl_http
authorRemi Collet <remi@php.net>
Sat, 2 Aug 2014 15:48:24 +0000 (17:48 +0200)
committerRemi Collet <remi@php.net>
Sat, 2 Aug 2014 15:48:24 +0000 (17:48 +0200)
commitd739650057f4ca2fc67f1ae2bfd1d24c3f2f9e7b
tree10b1d9151efb30a6cfd943a8e2bb78c5f42162b8
parentd6975fac1d5c88362e9ce625e9b5248e23b3cfb1
parent2942143a477ae34cd1adc354d3436b3b5292aace
Merge branch 'master' of git.php.net:/pecl/http/pecl_http

* 'master' of git.php.net:/pecl/http/pecl_http: (76 commits)
  BFN
  prepare R_2_1_0_RC1
  fix libevent version
  ensure string and custom options are reset properly
  rm unused constant
  upgrade curl stuff
  CURLOPT_XFERINFO{FUNCTION,DATA}
  CURLINFO_TLS_SESSION
  update
  ssl lib config fixes
  error out on missing pecl dependencies
  alloca
  save funccall
  abuse zend_ptr_stack
  abuse zend_ptr_stack for better performance
  save a funccall
  get rid of slow sscanf
  improve message parsing performance by about 25%
  back to dev
  fix xml
  ...