<?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>Fri, 24 May 2013 17:38:23 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[KnpLabs Blog: Composer Level2: 5 more things like Class Maps, Forking, & Scripts]]></title>
      <guid>http://www.phpdeveloper.org/news/18715</guid>
      <link>http://www.phpdeveloper.org/news/18715</link>
      <description><![CDATA[<p>
On the KnpLabs blog there's a new post from <i>Ryan Weaver</i> sharing some cool <a href="http://knplabs.com/blog/composer-level-up">things you can do with Composer</a> you might not have known about when managing your application's dependencies.
</p>
<blockquote>
For those of you that are comfortable with Composer, I wanted to talk about a few lesser-known, but really fantastic features. These are inspired by real questions I've heard while running around the country doing my one-man composer-and-dancing show (i.e. conference talks).
</blockquote>
<p>
He shares four of them with a fifth that's more of an "upcoming feature" than a current one:
</p>
<ul>
<li>Autoloading & Performance: "I thought class maps were the fastest?"
<li>Running Post-Deploy Scripts
<li>"What if I need to fork a library?"
<li>Can I host private packages on Packagist?
<li>What about signing the authenticity of Packages?
</ul>
<p>
That last one about package signing is still on the <a href="https://github.com/composer/composer/issues/38">known issues list</a> and is under discussion, but no doubt that future versions of the tool will support it.
</p>]]></description>
      <pubDate>Thu, 08 Nov 2012 09:17:14 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PerlCoders and PHP Labs Marge (with Promotion)]]></title>
      <guid>http://www.phpdeveloper.org/news/6254</guid>
      <link>http://www.phpdeveloper.org/news/6254</link>
      <description><![CDATA[<p>
According to <a href="http://www.prweb.com/releases/2006/9/prweb435790.htm">this new press release</a>, PerlCoders and PHP Labs have joined forces and become one and, to share the love with others, they're offering discounts on their offerings.
</p>
<blockquote>
Over the last week, PerlCoders and PHP Labs have merged to offer even more professional scripts to their clients. To celebrate this merger, they are now offering a one-time special promotion for webmasters, which can save them over $300. As a small incentive for new members, PHP Labs is also offering free installation for the first script of your choice.
</blockquote>
<p>
The <a href="http://www.prweb.com/releases/2006/9/prweb435790.htm">press release</a> goes on to talk about what each is bringing to the table and what they're offering from now on. The $300 promotion goes towards a membership for the site, giving you access to all 44 scripts without paying extra. Examples of the scripts include GalleryMaker, ProxyCheck, FileMailer, and CashMail. You can get more information <a href="http://www.phplabs.com/promo/">from the promotion's page</a> on their website.
</p>]]></description>
      <pubDate>Tue, 12 Sep 2006 16:09:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Builderau.com.au: Cache PHP scripts with APC module]]></title>
      <guid>http://www.phpdeveloper.org/news/6204</guid>
      <link>http://www.phpdeveloper.org/news/6204</link>
      <description><![CDATA[<p>
On the Builder AU site, there's <a href="http://www.builderau.com.au/program/linux/soa/Cache_PHP_scripts_with_APC_module/0,339028299,339270700,00.htm">this quick look</a> at using the APC module (a <a href="http://pecl.php.net/package/APC">PECL package</a>) to help speed up your applications.
</p>
<blockquote>
Looking to get every ounce of performance from your Web server? If you're using PHP scripts, you can easily accomplish this using PHP's <a href="http://pecl.php.net/package/APC">APC module</a>, which caches php opcode instead of forcing php to reinterpret every script every time it is executed.
</blockquote>
<p>
The install is simple (on PHP5) and they <a href="http://www.builderau.com.au/program/linux/soa/Cache_PHP_scripts_with_APC_module/0,339028299,339270700,00.htm">show some configuration options</a> you can use to fine-tune the performance of the module to fit your needs. There's also a brief look at what the module actually does to the scripts as they get interpreted and passed out of PHP and into the web server.
</p>]]></description>
      <pubDate>Wed, 06 Sep 2006 06:49:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jemjabella.co.uk: Spotting Insecure Scripts]]></title>
      <guid>http://www.phpdeveloper.org/news/6086</guid>
      <link>http://www.phpdeveloper.org/news/6086</link>
      <description><![CDATA[<p>
On Jemjabella.co.uk, there's <a href="http://www.jemjabella.co.uk/post.php?title=20060818_spotting_insecure_scripts">a quick post</a> with a few helpful hints of spotting the insecurity inside of some scripts.
</p>
<blockquote>
With the current surge in "hackings" (or rather: script kiddies exploiting known holes to deface websites that don't support their view on the war) I've been going through a lot of scripts to find common and easy to fix vulnerabilities. With my fingers crossed, and perhaps a naive hope that people don't release scripts with massive holes anymore, I've been sorely disappointed.
</blockquote>
<p>
They <a href="http://www.jemjabella.co.uk/post.php?title=20060818_spotting_insecure_scripts">list out a few different things</a> to watch out for, including potential SQL injection points and the unchecked inclusion of files via include(). It's some pretty basic stuff, so don't expect much new from the post, but it's a good reminder of some of the simple things we all, as developers, need to watch out for.
</p>]]></description>
      <pubDate>Sat, 19 Aug 2006 15:36:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Heartscripts Blog: 5 Scripts to Start a Webservice]]></title>
      <guid>http://www.phpdeveloper.org/news/5190</guid>
      <link>http://www.phpdeveloper.org/news/5190</link>
      <description><![CDATA[<p>
In a quick bit of linkage today, the heartscripts blog has posted <a href="http://heartscripts.colr.net/go/five-scripts-to-start-your-own-webservices/">a new item</a> with references to five scripts to get you started down the road of offering services on your site.
</p>
<p>
The links are:
<ul>
<li>a URL shortening service
<li>One-click hosting service
<li>the creation of your own Amazon Bookstore
<li>an image hosting service
<li>the Million Pixel Page script
</ul>
</p>
<p>
For each, there's a brief description <a href="http://heartscripts.colr.net/go/five-scripts-to-start-your-own-webservices/">given</a>, as well as the link.
</p>]]></description>
      <pubDate>Mon, 17 Apr 2006 13:13:43 -0500</pubDate>
    </item>
  </channel>
</rss>
