From b61a058ce1e52ed5ed960917a3fd5f59b683637a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Apr 2013 19:20:41 +0200 Subject: php-pecl-http1: new package --- http-ini.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 http-ini.patch (limited to 'http-ini.patch') diff --git a/http-ini.patch b/http-ini.patch new file mode 100644 index 0000000..52057db --- /dev/null +++ b/http-ini.patch @@ -0,0 +1,12 @@ +--- pecl_http-1.7.5/docs/http.ini~ 2013-03-03 08:15:01.000000000 +0100 ++++ pecl_http-1.7.5/docs/http.ini 2013-04-22 18:55:54.000000000 +0200 +@@ -1,7 +1,6 @@ +-; example INI file for pecl/http +-; $Id: http.ini 229420 2007-02-09 14:19:40Z mike $ ++; Enable HTTP extension module ++extension=http.so + +-[http] + ; enable if you want to transform all errors to exceptions (PHP >= 5 only) + ;http.only_exceptions = 1 + -- cgit