<?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>Mon, 20 May 2013 14:52:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Robert Eisele's Blog: Face detection with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10677</guid>
      <link>http://www.phpdeveloper.org/news/10677</link>
      <description><![CDATA[<p>
<i>Robert Eisele</i> has <a href="http://www.xarg.org/2008/07/face-detection-with-php/">posted on</a> an interesting topic recently - using a PHP interface to the <a href="http://www.intel.com/technology/computing/opencv/">OpenCV</a> library (from Intel) to detect faces in images.
</p>
<blockquote>
The headline does say facedetection - but what does this mean? Easy said, this article focus on how to find faces on images with PHP. Faces have a certain form and so it is possible to search for it. At the end of the search you will say how many human faces are on the image or better: Where are human faces on my image. This article is not intended to be mathematically.
</blockquote>
<p>
The <a href="http://www.intel.com/technology/computing/opencv/">OpenCV</a> library is a pattern-detection tool that can, based on the "experience" it has trained on with sample files, do its best to find similar structures in any given image. He's come up with a <a href="http://www.xarg.org/download/facedetect.phps">wrapper</a> that handles most of the details for you. You can define the xml file type (frontalface, lowerbody, upperbody, etc) that you want it to try to match to. 
</p>
<p>
He gives some examples of the output from each on one of the sample images included in the training group as well as a random photo grab from flickr that dynamically tries to apply one of the face filters.
</p>]]></description>
      <pubDate>Thu, 24 Jul 2008 12:55:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: Oracle Instant Client 10.2.0.4 for Mac OS X Intel x86 is Available]]></title>
      <guid>http://www.phpdeveloper.org/news/10029</guid>
      <link>http://www.phpdeveloper.org/news/10029</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has <a href="http://blogs.oracle.com/opal/2008/04/23#a301">posted about</a> the latest Instant Client release for the Intel chips running OS X:
</p>
<blockquote>
Hot off the press, <a href="http://db360.blogspot.com/2008/04/instant-client-on-mac-os-x.html">Kuassi</a> points out that Oracle Instant Client for Apple Mac OS X (Intel x86)  is now available from the <a href="http://www.oracle.com/technology/tech/oci/instantclient/index.html">Instant Client page on OTN</a>. It's the latest 10.2.0.4 patchset.
</blockquote>
<p>
The 10.2.0.4 release of Instant Client for Windows 32bit and Linux x86 have also been released.
</p>
<p>
The Oracle Instant Client is a lightweight version of the standard Oracle functionality that's not only smaller but allows installation of an Oracle client without having to do the full Oracle install.
</p>]]></description>
      <pubDate>Thu, 24 Apr 2008 07:50:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bard Farstad's Blog: Optimizing Apache, PHP and APC for Intel based Mac]]></title>
      <guid>http://www.phpdeveloper.org/news/7640</guid>
      <link>http://www.phpdeveloper.org/news/7640</link>
      <description><![CDATA[<p>
In a <a href="http://papelipe.no/tags/php/optimizing_apache_php_and_apc_for_intel_based_mac">new blog post</a> today, <i>Bard Farstad</i> follows up a <a href="http://papelipe.no/tags/php/optimizing_php_for_intel_based_mac">previous entry</a> on getting Apache/PHP/APC working on an Intel Mac with some stats from his new try with the latest compiler version from Intel.
</p>
<blockquote>
<p>
Now I have gotten the new soon to be released Intel C++ compiler version 10 from the guys at Intel and things are working much better now. I used the same machine and same setup as in my last post just with the new Intel compiler installed.
</p>
<p>
The installation itself is quite simple just click through the wizard and when you are done you need to export some environment variables and set the CC compiler variable [...] then you compile Apache, PHP and APC as normal
</p>
</blockquote>
<p>
He <a href="http://papelipe.no/tags/php/optimizing_apache_php_and_apc_for_intel_based_mac">includes some stats</a> as well, showing about a 2 request per second jump with the new compile (21% difference for template processing too).
</p>]]></description>
      <pubDate>Tue, 17 Apr 2007 11:38:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bard Farstad's Blog: Optimizing PHP for Intel based Mac]]></title>
      <guid>http://www.phpdeveloper.org/news/6532</guid>
      <link>http://www.phpdeveloper.org/news/6532</link>
      <description><![CDATA[<p>
<i>Bard Farstad</i> has had trouble with <a href="http://ez.no/products/ez_publish">ez publish</a. running slowly on his Intel-based Mac - enough trouble to want to do something about it. It's that process that he describes in <a href="http://papelipe.no/tags/php/optimizing_php_for_intel_based_mac">this new post</a> on his blog.
</p>
<blockquote>
Running PHP and eZ publish on PowerPC based Macs have been extreemly slow and now that I have <a href="http://papelipe.no/tags/php/compiling_apache_and_php_on_mac_os_x">eZ publish running on the Intel based Mac</a> I tried to tune it to get maximum performance out of it when running eZ publish as I was not satistied with my <a href="http://papelipe.no/tags/ez_publish/ez_publish_speed_on_macbook_pro">previous tests</a>.
</blockquote>
<p>
He tries three things - patching the eZ publish intsallation with the latest update, installing a patch for the PHP installation on a FreeBSD machine, and finally trying out the ICC compiler for OS X and see if it helped (it didn't). Unfortunately, he's still looking for a cure for his Mac/PHP woes and would <a href="http://papelipe.no/tags/php/optimizing_php_for_intel_based_mac">love some input</a> from anyone out there noticing the same issue.
</p>]]></description>
      <pubDate>Thu, 19 Oct 2006 09:08:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPMac.com: XAMPP 0.5 on Intel Macs]]></title>
      <guid>http://www.phpdeveloper.org/news/6461</guid>
      <link>http://www.phpdeveloper.org/news/6461</link>
      <description><![CDATA[<p>
PHPMac.com has a <a href="http://www.phpmac.com/articles.php?view=254">quick new tutorial</a> posted today showing Mac developers out there how to get the <a href="http://www.apachefriends.org/en/xampp-macosx.html#849">Xampp pakcage</a> on their Intel-based system.
</p>
<p>
Xampp makes things easy - as easy as:
<ul>
<li>Download/install
<li>change the httpd.conf
<li>sudo into the root account
<li>start up the application with a single command
</ul>
</p>
<p>
You can get complete details for this package (as well as packages for other platforms) from <a href="http://www.apachefriends.org/en/xampp-macosx.html#849">the Xampp website</a>.
</p>]]></description>
      <pubDate>Tue, 10 Oct 2006 07:11:07 -0500</pubDate>
    </item>
  </channel>
</rss>
