Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2468

Summary: Add support for ssl, curl, snmp and bzip2 to php
Product: Gentoo Linux Reporter: Todd Wright <geekasylum>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: php-4.1.2-r8.ebuild.diff

Description Todd Wright 2002-05-05 10:40:49 UTC
The attached diff is against php-4.1.2-r8.ebuild and adds support to php for 
ssl, curl, snmp and bzip2

Support for ssl and snmp are optional and depend on USE variables

As coded, support for curl depends on a currently non-existant USE variable. 
Your call if you create a use variable for curl or just compile curl in by 
default (my approach would be a new USE variable for curl support)

Support for bzip2 is added by default since bzip2 is part of the base Gentoo 
system.

Ive run the modified php (as per the patched ebuild) for a few days without any 
problems but havnt tested the underlying php functions that this adds.
Comment 1 Todd Wright 2002-05-05 10:41:52 UTC
Created attachment 832 [details, diff]
php-4.1.2-r8.ebuild.diff
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-05-05 18:46:19 UTC
added php-4.1.2-r9.ebuild with these changes.