]> granicus.if.org Git - curl/commitdiff
new PHP section
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Mar 2001 13:27:42 +0000 (13:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Mar 2001 13:27:42 +0000 (13:27 +0000)
php/Makefile.am [new file with mode: 0644]
php/README [new file with mode: 0644]
php/examples/Makefile.am [new file with mode: 0644]

diff --git a/php/Makefile.am b/php/Makefile.am
new file mode 100644 (file)
index 0000000..22c751a
--- /dev/null
@@ -0,0 +1,2 @@
+SUBDIRS = examples
+EXTRA_DIST = README
diff --git a/php/README b/php/README
new file mode 100644 (file)
index 0000000..3928ce3
--- /dev/null
@@ -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 (file)
index 0000000..1a56381
--- /dev/null
@@ -0,0 +1 @@
+EXTRA_DIST = README getpageinvar.php simpleget.php simplepost.php