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

Etienne Kneuss' Blog: Late Static Bindings Explained

LivePipe Blog: Complex Sorting with PHP

Vinu Thomas' Blog: Create a Storage engine for MySQL using PHP

PHP-Tip-a-Day: PHP Tutorial: The Allegory of The Factory Pattern

M. Norway\'s Blog: Podcast player in Flash! PHP Script to Convert RSS to XSPF


Community Events











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


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

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