Recent Posts

PHP Suit | Useful PHP scripts

PHP Suit | Useful PHP scripts

Return To Blog Listing

A blog with some PHP libraries, techniques and scripts

Search This Blog's Tags For:

Recent Posts Tagged With 'tar'

  • Blog: Self-extracting archives in PHP

    Posted on Sunday March 1st, 2009 at 03:32 in scripts, idea, archive, how to..., tar

    How to create a self-extracting PHP script? The __halt_compiler(); function in php enables to store some additional data in a php-file without blowing up the memory. A very nice possibility is to use this for a self-extracting php file as installatio...