From 588727c7e2b8954ec3dbde293cf4c4d68b119f9b Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 19 Jun 2006 18:38:29 +0000 Subject: Merge from 3.0 branch till 1185. --- buildscripts/PhpDocumentor/phpdoc | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 buildscripts/PhpDocumentor/phpdoc (limited to 'buildscripts/PhpDocumentor/phpdoc') diff --git a/buildscripts/PhpDocumentor/phpdoc b/buildscripts/PhpDocumentor/phpdoc new file mode 100644 index 00000000..725b5aaf --- /dev/null +++ b/buildscripts/PhpDocumentor/phpdoc @@ -0,0 +1,52 @@ +#!/bin/sh +PHP=`which php` +exec $PHP -C -q -d output_buffering=1 $0 $@ + -- cgit v1.2.3