Re: [PHP] need some regex help to strip out // comments but not http:// urls
[email protected] (David Harkness)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAO8qQLk2OJZ_DvueZ_OqMVHw7QKFDzeyvvT1f8y6Fmq5BLT6JA@mail.gmail.com> |
Hi Daevid, On Tue, May 28, 2013 at 2:17 PM, Daevid Vincent <[email protected]> wrote: > I'm adding some minification to our cache.class.php . . . We have been using a native jsmin extension [1] which does a lot more without any trouble for over two years now. It's much faster than the equivalent PHP solution and is probably tested by a lot more people than a home-grown version. You might want to check it out before going too far down this path. Good luck, David [1] http://www.ypass.net/software/php_jsmin/