From 3acf4c24e29e32e82f673183e1acb3f78d002d62 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 23 Apr 2010 15:03:13 +0000 Subject: PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ PR: 145772 Submitted by: Alex Keda --- lang/php52/files/patch-sapi_cgi_Makefile.frag | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lang/php52/files/patch-sapi_cgi_Makefile.frag (limited to 'lang/php52/files/patch-sapi_cgi_Makefile.frag') diff --git a/lang/php52/files/patch-sapi_cgi_Makefile.frag b/lang/php52/files/patch-sapi_cgi_Makefile.frag new file mode 100644 index 000000000000..26a0e4b1a3ba --- /dev/null +++ b/lang/php52/files/patch-sapi_cgi_Makefile.frag @@ -0,0 +1,9 @@ +--- sapi/cgi/Makefile.frag.orig Wed May 3 10:09:02 2006 ++++ sapi/cgi/Makefile.frag Wed May 3 10:08:54 2006 +@@ -1,2 +1,5 @@ +-$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) ++$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_CGI_OBJS) + $(BUILD_CGI) ++ ++install-cgi: $(SAPI_CGI_PATH) ++ @$(INSTALL_CGI) -- cgit v1.2.3