From b5188eed81057371f0c03d8ebf250000328e033e Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Mon, 26 Mar 2012 10:09:51 +0000 Subject: phpdocumentor: mute some warning, raise ram usage --- buildscripts/PhpDocumentor/phpDocumentor.ini | 2 +- buildscripts/PhpDocumentor/phpdoc | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'buildscripts') diff --git a/buildscripts/PhpDocumentor/phpDocumentor.ini b/buildscripts/PhpDocumentor/phpDocumentor.ini index 161f5cba..c329b94d 100644 --- a/buildscripts/PhpDocumentor/phpDocumentor.ini +++ b/buildscripts/PhpDocumentor/phpDocumentor.ini @@ -10,7 +10,7 @@ PHPDOCUMENTOR_DEBUG = false PHPDOCUMENTOR_KILL_WHITESPACE = false [_phpDocumentor_options] -memory_limit = 512; +memory_limit = 1024; ;; this is the value that will be displayed as the root directory Program_Root = ;; uncomment this to set the path phpDocumentor looks in to find user files diff --git a/buildscripts/PhpDocumentor/phpdoc b/buildscripts/PhpDocumentor/phpdoc index 7d350888..f492c186 100644 --- a/buildscripts/PhpDocumentor/phpdoc +++ b/buildscripts/PhpDocumentor/phpdoc @@ -1,13 +1,3 @@ -#!/bin/sh -if [ -z "$PHP" ]; then - PHP=`which php` -fi -(exec $PHP -C -q -d output_buffering=1 "$0" "$@") 2>/dev/null -if [ "$?" -ne "0" ]; then - echo "FAILED: Bad environment variable \$PHP (set to \"$PHP\")" - exit 1 -fi -exit 0