Page 1 of 1

PHP Packaging

Posted: Mon Jan 13, 2003 11:25 pm
by travdes
Is there a way to package PHP source so the source files are layout out int he open for users with access to the server.. ie.. like a jar, ear, or war?

Posted: Mon Jan 13, 2003 11:36 pm
by hob_goblin
i am not sure what you're asking, but if im thinking right, try renaming one of your files to *.phps

that will display the source to anybody, and it also provided syntax highlighting.

Posted: Tue Jan 14, 2003 4:14 pm
by travdes
sorry my post didnt make sense.. what i meant was, a way to hide source files on the server side, by packaging them somehow.. sorta like jars,wars,ears in java.