Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477402 - dev-php/pecl-http 1.7.6 version bump
Summary: dev-php/pecl-http 1.7.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-07-19 14:58 UTC by crucify
Modified: 2014-08-01 13:14 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pecl-http-1.7.6.ebuild (pecl-http-1.7.6.ebuild,2.17 KB, text/plain)
2013-07-19 14:58 UTC, crucify
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crucify 2013-07-19 14:58:01 UTC
need for php 5.5
thank you.
Comment 1 crucify 2013-07-19 14:58:47 UTC
Created attachment 353654 [details]
pecl-http-1.7.6.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-07-19 15:00:16 UTC
Comment on attachment 353654 [details]
pecl-http-1.7.6.ebuild

--- pecl-http-1.7.5.ebuild      2013-03-07 09:53:50.000000000 +0100
+++ -   2013-07-19 17:00:08.043143867 +0200
@@ -10,7 +10,7 @@
 PHP_EXT_ZENDEXT="no"
 DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
 
-USE_PHP="php5-3 php5-4"
+USE_PHP="php5-3 php5-4 php5-5"
 
 inherit php-ext-pecl-r2 php-ext-source-r2
Comment 3 Stéphane BARBARAY 2014-04-07 16:52:56 UTC
Any news about this?
Thank you.
Comment 4 Tor Rune Skoglund 2014-06-05 09:01:05 UTC
Any news on this one? It doesn't seem that the 1.7.6 ebuild has made it into portage yet.

1.7.6 seems to be needed for php5.5 and is the last one for the V1.x series.
(There is a newer V2.x series that could be nice to have access to through portage.)

http://pecl.php.net/package/pecl_http/1.7.6:
"Release notes
Version 1.7.6
(stable)	* Fixed bug #64380 (PHP-5.5 build fails)"
Comment 5 Ole Markus With (RETIRED) gentoo-dev 2014-06-05 11:07:10 UTC
(In reply to Tor Rune Skoglund from comment #4)
> Any news on this one? It doesn't seem that the 1.7.6 ebuild has made it into
> portage yet.
> 
> 1.7.6 seems to be needed for php5.5 and is the last one for the V1.x series.
> (There is a newer V2.x series that could be nice to have access to through
> portage.)
> 
> http://pecl.php.net/package/pecl_http/1.7.6:
> "Release notes
> Version 1.7.6
> (stable)	* Fixed bug #64380 (PHP-5.5 build fails)"


03 Jun 2014; Ole Markus With <olemarkus@gentoo.org> +pecl-http-1.7.6.ebuild:
Version bump



As for http 2.0, it is a packaging nightmare due to the split dependencies, so it won't make it into portage anytime soon
Comment 6 Tor Rune Skoglund 2014-06-10 08:23:52 UTC
Thanks for bumping. 

However, I think the ebuild itself also needs an update to support php5.5 without manual edit: 

USE_PHP="php5-3 php5-4"  =>  USE_PHP="php5-3 php5-4 php5-5"
Comment 7 Maxim Odinintsev 2014-06-25 18:12:52 UTC
Please update ebuild to support php5.5 without manual edition.
Comment 8 Kevin Bonner 2014-07-14 22:21:31 UTC
dev-php/pecl-http-1.7.6 does not include Jeroen's patch in comment#2 and it does not build when PHP_TARGETS includes php5-5.  Please fix the USE_PHP line in the ebuild
Comment 9 Denis Mikhinev 2014-08-01 13:14:24 UTC
Issue do not resolved. 
Please update ebuild. Latest ebuild of dev-php/pecl-http is 1.7.6 and still does not include Jeroen's patch.