freebsd-ports/devel/beautifyphp/files/patch-beautify_php
Yen-Ming Lee c31d0a7d13 - add beautifyphp-0.5.0
This program tries to reformat and beautify PHP source code files automatically.
The program is Open Source and distributed under the terms of GNU GPL.
It is written in PHP and has a web frontend.

Note: devel/pear-PHP_Beautifier is for PHP5 only, and this one for PHP4.
2005-09-13 06:49:45 +00:00

10 lines
316 B
Text

--- beautify_php.orig Thu Aug 4 02:28:56 2005
+++ beautify_php Thu Aug 4 02:29:09 2005
@@ -3,6 +3,7 @@
/**
* Console script to use Beautify PHP from the command line
*/
+ ini_set('include_path', '/usr/local/share/pear:/usr/local/share/pear/bootstrap');
/**
* Require PEAR Class
*/