<?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>Sat, 18 May 2013 21:40:17 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DZone.com: Setting Up MongoDB on a Mac]]></title>
      <guid>http://www.phpdeveloper.org/news/18640</guid>
      <link>http://www.phpdeveloper.org/news/18640</link>
      <description><![CDATA[<p>
In <a href="http://java.dzone.com/articles/setting-mongodb-mac">this new post</a> to DZone.com <i>Andy Hawthorne</i> explains how to <a href="http://java.dzone.com/articles/setting-mongodb-mac">install MongoDB on OSX</a> and get a local PHP working with it.
</p>
<blockquote>
MongoDB is a document oriented, NoSQL database. It is gathering momentum and popularity amongst developers because it is flexible, and scalable at the same time. In this article I will describe how I got it set up and working on my Mac running OS X 10.8.2 and MAMP with PHP 5.2.17, and PHP 5.3.6.
</blockquote>
<p>
They go a bit simpler route than trying to compile it yourself by using <a href="http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-2.0.2.tgz">the binaries</a> direct from the source. Instructions are included to test the installation, insert a record and how to <a href="https://github.com/mongodb/mongo-php-driver/downloads">install the MongoDB PHP driver</a> for a MAMP installation. It's a shared object, though, so it's not specific to MAMP and could be installed even on the local OSX PHP functionality.
</p>]]></description>
      <pubDate>Mon, 22 Oct 2012 11:31:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.3.1 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/13568</guid>
      <link>http://www.phpdeveloper.org/news/13568</link>
      <description><![CDATA[<p>
As is mentioned on the PHP.net website today, the latest release in the PHP 5.3.x series has been <a href="http://www.php.net/downloads.php">posted for download</a> - PHP 5.3.1.
</p>
<blockquote>
The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.
</blockquote>
<p>
Security updates in this release include a new max_file_uploads directive for the php.ini settings, the addition of some sanity checks on exif processing, correction of a safe_mode and open_basedir bypass and more. Check out <a href="http://www.php.net/ChangeLog-5.php#5.3.1">the changelog</a> for more information on what was updated and the <a href="http://www.php.net/releases/5_3_1.php">release announcement</a> for a full update.
</p>
<p>
You can download <a href="http://www.php.net/downloads.php">the source here</a> and grab the <a href="http://windows.php.net/download/">Windows binaries here</a>.
</p>]]></description>
      <pubDate>Fri, 20 Nov 2009 07:58:42 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: Windows PECL binaries]]></title>
      <guid>http://www.phpdeveloper.org/news/11548</guid>
      <link>http://www.phpdeveloper.org/news/11548</link>
      <description><![CDATA[<p>
The main PHP.net site has a <a href="http://www.php.net/index.php#id2008-12-10-1">post with some unfortunate news</a> about the Windows PECL repository:
</p>
<blockquote>
Due to unfortunate circumstances Windows binaries for PECL extensions will no longer be available on http://pecl4win.php.net. Work is being done to incorporate Windows binaries for PECL extensions into <a href="http://pecl.php.net/">pecl.php.net</a> and will hopefully be ready early 2009.
</blockquote>
<p>
If you are interested in helping out on the project, join up on <a href="mailto:internals-win@lists.php.net">PHP Windows Development</a> mailing list.
</p>]]></description>
      <pubDate>Wed, 10 Dec 2008 16:10:56 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[ThinkPHP Blog: Using LDIF to simulate LDAP transactions with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10516</guid>
      <link>http://www.phpdeveloper.org/news/10516</link>
      <description><![CDATA[<p>
On the ThinkPHP blog today, there's <a href="http://blog.thinkphp.de/archives/340-Using-LDIF-to-simulate-LDAP-transactions-with-PHP.html">a new post</a> from <i>Stephanie Ehrling</i> about simulating an LDAP connection and data request to PHP with LDIF.
</p>
<blockquote>
An LDIF file is a simple text file that can contain those LDAP information, which can be separated into two groups. On the one hand, it can hold exported LDAP data in a text format. The other purpose of LDIF is to use it for importing data into an LDAP based system. So it can contain data to be imported or just commands that shall be processed. This is an important fact, because that opens the door to an interesting workaround.
</blockquote>
<p>
This workaround allows you to import large amounts of data quickly and easy by dumping it into the server via a simple PHP script. The code is included in the post, but you'll need to <a href="http://www.sun.com/download/products.xml?id=3ec28dbd">have the binaries</a> to get the LDIF and LDAP functionality working together.
</p>
]]></description>
      <pubDate>Tue, 01 Jul 2008 08:45:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ilia Alshanetsky's Blog: MySQL Binaries and cURL/http extensions in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5821</guid>
      <link>http://www.phpdeveloper.org/news/5821</link>
      <description><![CDATA[<p>
<i>Ilia Alshanetsky</i> has posted a <a href="http://ilia.ws/archives/118-MySQL-Binaries-and-cURLhttp-extensions-in-PHP.html">quick note</a> about building PHP with cURL/HTTP support combined with adding  a MySQL extension. Conflicts can happen with some of the libraries, and he knows how to solve it.
</p>
<blockquote>
The MySQL binaries found on mysql.com are built against yaSSL as opposed to the more common openssl against which libcurl (usede by cURL and HTTP extensions) is linked. The conflict between the two libraries causes curl initialization of the SSL layer to fail preventing startup of the PHP extensions.
</blockquote>
<p>
<a href="http://ilia.ws/archives/118-MySQL-Binaries-and-cURLhttp-extensions-in-PHP.html">The fix?</a> To either use the older mysqlclient libraries or manually compile MySQL yourself against the OpenSSL libraries.
</p>]]></description>
      <pubDate>Wed, 19 Jul 2006 05:35:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP 5.1.3RC2 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/5078</guid>
      <link>http://www.phpdeveloper.org/news/5078</link>
      <description><![CDATA[In <a href="http://www.dynamicwebpages.de/99.rdfnews.php?select=993">this quick note</a> from DynamicWebPages today, there's information about the posting of the latest release candidate for the PHP 5.1.3 series by <i>Ilia</i> - <a href="http://downloads.php.net/ilia/">PHP 5.1.3RC2</a>.
<p>
This is the last release candidate before the final version is  (planned to be) released this coming Thursday, April 6th. Any and all help is appreciated in testing this release, so take a quick trip to <a href="http://downloads.php.net/ilia/">Ilia's page</a> to grab the source, and for those on Windows, <a href="http://downloads.php.net/edink/">the latest binaries</a>.]]></description>
      <pubDate>Fri, 31 Mar 2006 07:11:25 -0600</pubDate>
    </item>
  </channel>
</rss>
