summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-16 13:27:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-16 13:27:42 +0000
commit96f81a5c4a6c516e1e7779be4919aaebc5ad6d8a (patch)
tree59ecc764ae5198b6cbc899bf745ccf980af9188c
parentca05d1b59cf489a166a3f234e038741e4698772c (diff)
downloadgnurl-96f81a5c4a6c516e1e7779be4919aaebc5ad6d8a.tar.gz
gnurl-96f81a5c4a6c516e1e7779be4919aaebc5ad6d8a.tar.bz2
gnurl-96f81a5c4a6c516e1e7779be4919aaebc5ad6d8a.zip
new PHP section
-rw-r--r--php/Makefile.am2
-rw-r--r--php/README14
-rw-r--r--php/examples/Makefile.am1
3 files changed, 17 insertions, 0 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
new file mode 100644
index 000000000..22c751a70
--- /dev/null
+++ b/php/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS = examples
+EXTRA_DIST = README
diff --git a/php/README b/php/README
new file mode 100644
index 000000000..3928ce3ba
--- /dev/null
+++ b/php/README
@@ -0,0 +1,14 @@
+ _ _ ____ _
+ ___| | | | _ \| |
+ / __| | | | |_) | |
+ | (__| |_| | _ <| |___
+ \___|\___/|_| \_\_____|
+
+PHP
+
+ There's an excellent interface to curl written for PHP by Sterling Hughes.
+
+Unfortunately, we don't have much information about that included here yet,
+but there's a detailed online manual for it over at:
+
+ http://www.php.net/manual/ref.curl.php
diff --git a/php/examples/Makefile.am b/php/examples/Makefile.am
new file mode 100644
index 000000000..1a56381b2
--- /dev/null
+++ b/php/examples/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = README getpageinvar.php simpleget.php simplepost.php