From: Daniel Stenberg Date: Mon, 19 Feb 2001 13:39:21 +0000 (+0000) Subject: Added three tiny PHP examples X-Git-Tag: curl-7_7_alpha2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43da41e73ea600e26916ac45833e06145251087f;p=curl Added three tiny PHP examples --- diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index f620440c7..b8e9bc6a2 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -5,7 +5,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = - README curlgtk.c sepheaders.c simple.c postit.c + README curlgtk.c sepheaders.c simple.c postit.c \ + getpageinvar.php simpleget.php simplepost.php all: @echo "done"