PHP strip application

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

PHP strip application

Post by alex.barylski »

I need a windows app with an excellent reputation and the ability to remove whitespace, comments and chop variable names into single chars, but still leave source executable without errors...that means leaving strings as is, etc...

Basically I want to optimize PHP source with using Zend, etc...?

ANyone know of a solid app?

Cheers :)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You could modify the code I posted here: viewtopic.php?t=44206
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Nice Feyd :)

However it won't do...half technical and half physchological...

I need it to compress JScripts, etc...

I've looked into W3Compiler...and now I need something for PHP... :?

A tangible product though...not a script...but an application which runs on Windows and a professional website like W3Complier... :P
Post Reply