Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2468 - Add support for ssl, curl, snmp and bzip2 to php
Summary: Add support for ssl, curl, snmp and bzip2 to php
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-05 10:40 UTC by Todd Wright
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
php-4.1.2-r8.ebuild.diff (php-4.1.2-r8.ebuild.diff,1.17 KB, patch)
2002-05-05 10:41 UTC, Todd Wright
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.