From c3a50be4f831e67b12bd66da349adfa1e8468530 Mon Sep 17 00:00:00 2001
From: Fernando Lozano <flozano@redhat.com>
Date: Thu, 06 Jul 2017 21:02:08 +0200
Subject: [PATCH] PHP Hello, world application

---
 php-helloworld/index.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/php-helloworld/index.php b/php-helloworld/index.php
new file mode 100644
index 0000000..ed39c9f
--- /dev/null
+++ b/php-helloworld/index.php
@@ -0,0 +1,3 @@
+<?php
+print "Hello, World! php version is " . PHP_VERSION . "\n";
+?>

--
Gitblit v1.9.3