NOTICE: This package has been removed from pkgsrc

./wip/php-http, PHP extension for extended HTTP support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.7.6, Package name: php54-http-1.7.6, Maintainer: filip

This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications.

It eases handling of HTTP urls, dates, redirects, headers and
messages, provides means for negotiation of clients preferred
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.

It provides powerful request functionality, if built with CURL
support. Parallel requests are available for PHP 5 and greater.


Required to run:
[www/curl] [lang/php54]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2014-02-17 15:00:51 by Filip Hajny | Files touched by this commit (3) | Package removed
Log message:
Remove php-http, available in main pkgsrc tree already

   2013-09-09 16:11:23 by Filip Hajny | Files touched by this commit (2)
Log message:
Update to 1.7.6
* Fixed bug #64380 (PHP-5.5 build fails)
   2013-06-04 15:15:35 by Filip Hajny | Files touched by this commit (2)
Log message:
Update php-http to 1.7.5.

Changes in 1.7.5:
* Fixed Bug #64310 (weak etags W/"abc" are quoted as \ 
"W/"abc"")

Changes in 1.7.4:
* Fixed Bug #61372 (build fails with "undefined symbol Z_ADDREF_P)
   2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-03-25 20:51:51 by Filip Hajny | Files touched by this commit (2)
Log message:
Update php-http to 1.7.3

Changes in 1.7.3
* Fixed Bug #61310: Bundled pecl_http-1.7.2.tgz is invalid

CHanges in 1.7.2
+ Added PHP-5.4 compatibility
* Fixed bug #59974 methodRegister doesn't allow "_" to be in method name
* Fixed SAPI hang if request body size is greater than 4k with
  http_get_request_body_stream()

Changes in 1.7.1
* Fixed a bug when the status component of the HTTP response is missing
  (fixes Bug #19390) (Ilia)
* Fixed double-free when auto-decompressing pages (Ilia)
* Fixed non-funtional HttpMessage::setResponseStatus()
* Fixed Bug #22177 (http_redirect breaks output with
  zlib.output_compression=on)
* Fixed Bug #17806 (Segmentation fault when passing invalid url
  to http_get())
* Fixed logic error and possible hang in sapi_deactivate when using
  http_get_request_body() with a request body longer than 4096 bytes (Rob)
* Fixed Bug #17896 (Make failed)
   2010-06-09 14:08:18 by Filip Hajny | Files touched by this commit (2)
Log message:
Updated wip/php-http to 1.7.0.

Version 1.7.0:
* Added generic http_negotiate() function (FR#17338)
* Added request options:
- proxytunnel: enable tunelling through the HTTP proxy
- noproxy: comma separatet list of hosts (* means all hosts) not to use
  a proxy for (libcurl >= 7.19.4)
* Added postredir request options constants:
- HTTP_POSTREDIR_301
- HTTP_POSTREDIR_302
- HTTP_POSTREDIR_ALL
* Added authtype request option constant:
- HTTP_AUTH_DIGEST_IE
* Added proxytype request option constants:
- HTTP_PROXY_HTTP_1_0
* Added request info members:
- condition_unmet (libcurl >= 7.19.4)
* Fixed bug #16893 (Content not decoded with zlib support and
  compress enabled)
* Fixed bug #17087 (http_build_cookie() exhausts memory if
  cookie value is NULL)
* Fixed bug #17169 (Wrong return value of HttpMessage::getHttpVersion())

Version 1.7.0b2:
* Added request options:
- proxytunnel: enable tunelling through the HTTP proxy
- noproxy: comma separatet list of hosts (* means all hosts) not to use
  a proxy for (libcurl >= 7.19.4)
* Added postredir request options constants:
- HTTP_POSTREDIR_301
- HTTP_POSTREDIR_302
- HTTP_POSTREDIR_ALL
* Added authtype request option constant:
- HTTP_AUTH_DIGEST_IE
* Added proxytype request option constants:
- HTTP_PROXY_HTTP_1_0
* Added request info members:
- condition_unmet (libcurl >= 7.19.4)

Version 1.6.6:
* Fixed a Last-Modified caching bug in http_send API
* Fixed bug with HttpRequestPool and libevent when adding requests while
  running
* Fixed memory leak in HttpResponse::getStream() (Felipe Pena)
* Fixed bug #14382 (PHP crash after casting scalar argument to an array
  in HttpQueryString)
* Fixed bug #16533 (http_redirect fails with url->port==0)
   2010-01-17 13:03:22 by Thomas Klausner | Files touched by this commit (217) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-10-08 13:18:41 by Filip Hajny | Files touched by this commit (3) | Imported package
Log message:
Import php5-http-5.2.9.1.6.5 as wip/php-http.

This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications.

It eases handling of HTTP urls, dates, redirects, headers and
messages, provides means for negotiation of clients preferred
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.

It provides powerful request functionality, if built with CURL
support. Parallel requests are available for PHP 5 and greater.