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