1<?xml version="1.0" encoding="ISO-8859-1" ?> 2<!DOCTYPE package SYSTEM "../pear/package.dtd"> 3<package> 4 <name>curl</name> 5 <summary>Clib PDF functions</summary> 6 <maintainers> 7 <maintainer> 8 <user>sterling</user> 9 <name>Sterling Hughes</name> 10 <email>sterling@php.net</email> 11 <role>lead</role> 12 </maintainer> 13 </maintainers> 14 <description> 15PHP supports libcurl, a library created by Daniel Stenberg, 16that allows you to connect and communicate to many different 17types of servers with many different types of protocols. 18libcurl currently supports the http, https, ftp, gopher, 19telnet, dict, file, and ldap protocols. libcurl also supports 20HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this 21can also be done with PHP's ftp extension), HTTP form based 22upload, proxies, cookies, and user+password authentication. 23 </description> 24 <license>PHP</license> 25 <release> 26 <state>beta</state> 27 <version>5.0rc1</version> 28 <date>2004-03-19</date> 29 <notes> 30package.xml added to support installation using pear installer 31 </notes> 32 <configureoptions> 33 <configureoption name="with-curl" default="autodetect" prompt="path to curl installation?"/> 34 </configureoptions> 35 <filelist> 36 <file role="doc" name="CREDITS"/> 37 <file role="src" name="config.m4"/> 38 <file role="src" name="config.w32"/> 39 <file role="src" name="interface.c"/> 40 <file role="src" name="multi.c"/> 41 <file role="src" name="share.c"/> 42 <file role="src" name="streams.c"/> 43 <file role="src" name="php_curl.h"/> 44 </filelist> 45 <deps> 46 <dep type="php" rel="ge" version="5" /> 47 </deps> 48 </release> 49</package> 50<!-- 51vim:et:ts=1:sw=1 52--> 53