By Matt Butcher
source code
Compressing PHP source code
Submitted by matt on Wed, 2009-06-10 10:51I've long been toying with the idea of creating a PHP compressor that would combine multiple source files, remove comments, and minimize whitespace. The point of such a compressor isn't obfuscation, but just minimizing code space for libraries. (Hypothetically, it should cut down on runtime... but I suspect the performance impact is minimal).
A few readers suggested a better way of doing this. See the update!








Recent comments
33 min 45 sec ago
12 hours 53 min ago
17 hours 29 min ago
17 hours 51 min ago
18 hours 53 min ago
1 day 21 hours ago
2 days 11 hours ago
2 days 13 hours ago
2 days 15 hours ago
2 days 18 hours ago