dmorison - 5:48 pm on Oct 31, 2007 (gmt 0) You can do it with the php binary itself using the -w (strip white space and comments) option. For example: $php -w normal.php > compressed.php
You can do it with the php binary itself using the -w (strip white space and comments) option. For example: $php -w normal.php > compressed.php
$php -w normal.php > compressed.php