<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 03:42:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[JSLabs: How to create a self extracting PHP script]]></title>
      <guid>http://www.phpdeveloper.org/news/8808</guid>
      <link>http://www.phpdeveloper.org/news/8808</link>
      <description><![CDATA[<p>
<i>Justin Silverton</i> has <a href="http://www.whenpenguinsattack.com/2007/10/09/how-to-create-a-self-extracting-php-script/">posted about</a> a method he's found to create a self-extracting PHP script for your application:
</p>
<blockquote>
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.
</blockquote>
<p>
<a href="http://www.whenpenguinsattack.com/2007/10/09/how-to-create-a-self-extracting-php-script/">The post</a> includes the code and a brief explaination of how it works.
</p>]]></description>
      <pubDate>Tue, 09 Oct 2007 11:33:00 -0500</pubDate>
    </item>
  </channel>
</rss>
