News Feed
Jobs Feed
Sections




News Archive
JSLabs:
How to create a self extracting PHP script
October 09, 2007 @ 11:33:00

Justin Silverton has posted about a method he's found to create a self-extracting PHP script for your application:

PHP has a built-in command called __HALT_COMPILER__. This command Halts the execution of the compiler. This can be useful to embed data in PHP scripts. Below is an example of a self-extracting php script. When executed, a second php file will be extracted in the same directory called testscript1.php.

The post includes the code and a brief explaination of how it works.

0 comments voice your opinion now!
selfextracting script extract example selfextracting script extract example


blog comments powered by Disqus

Similar Posts

PHP Thinktank Blog: AJAX with Elazar (IRC Talk Series)

Lorna Mitchell's Blog: 3 Ways to Access a Namespaced PHP Class

PHPied.com: JSON renderer for Text_Highlight

SplitBrain.org: Presentations in DokuWiki

DevShed: Output Buffering


Community Events











Don't see your event here?
Let us know!


composer unittest development testing tool code series phpunit podcast community interview example object introduction opinion framework zendframework2 release language functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework