<?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>Thu, 08 Jan 2009 03:36:50 -0600</pubDate>
    <ttl>30</ttl>
    <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[Elizabeth Smith's Blog: PECL on Windows - Yes I'm odd]]></title>
      <guid>http://www.phpdeveloper.org/news/7911</guid>
      <link>http://www.phpdeveloper.org/news/7911</link>
      <description><![CDATA[<p>
In a <a href="http://elizabethmariesmith.com/2007/05/22/pecl-on-windows-yes-im-odd/">new post</a> on her blog today, <i>Elizabeth Smith</i> talks about her "PECL Windows nut project" of wanting to get every single PECL extension she can get her hands on to compile under Windows.
</p>
<blockquote>
Now there will be some that are just frankly impossible (but there are some extensions that are impossible on *nix as well - you're not going to see me messing with xmms) What does this mean? Playing with lots of open source libraries, fixing simple errors, creating config.w32 files for extensions. Basically just looking at what is broken and fixing it.
</blockquote>
<p>
She's already started on <a href="http://elizabethmariesmith.com/2007/05/22/pecl-on-windows-yes-im-odd/">the project</a>, fixing several of the base extensions and moving on to try to correct one to five extensions a day. These changes are getting committed into CVS so anyone can get at them and try them out for themselves. She's also trying to get them over into the PECL4WIN packages to make things more "official".
</p>]]></description>
      <pubDate>Thu, 24 May 2007 07:54:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christopher Jones' Blog: OCI8 1.2.3 Patch is Available on PECL]]></title>
      <guid>http://www.phpdeveloper.org/news/7211</guid>
      <link>http://www.phpdeveloper.org/news/7211</link>
      <description><![CDATA[<p>
<i>Christopher Jones</i> has posted <a href="http://blogs.oracle.com/opal/2007/02/01#a101">a quick update</a> for PHP and Oracle users out there about an update to the latest Oracle PECL package.
</p>
<blockquote>
Quick heads-up that Antony Dovgal has released the oci8 1.2.3 patch to <a href="http://pecl.php.net/package/oci8">PECL</a>. Edin Kadribasic has published the corresponding Windows binaries on <a href="http://pecl4win.php.net/ext.php/php_oci8.dll">pecl4win</a>. See the <a href="http://pecl.php.net/package-changelog.php?package=oci8&release=1.2.3">changenote</a> for, well - changes.
</blockquote>
<p>
Updates in <a href="http://pecl.php.net/package/oci8">this new release</a> include:
<ul>
<li>a fix when fetching NULL values using oci_bind_array_by_name
<li>correcting when the type argument of oci_define_by_name() is ignored
<li>oci_bind_array_by_name doesn't work on Solaris 64bit
<li>issue in php_oci_statement_fetch with more than one piecewise column
</ul>
You can <a href="http://pecl.php.net/package/oci8">download the pacakge here</a>.
</p>]]></description>
      <pubDate>Fri, 02 Feb 2007 17:23:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Stocker's Blog: Upload Progress Meter for Windows]]></title>
      <guid>http://www.phpdeveloper.org/news/6836</guid>
      <link>http://www.phpdeveloper.org/news/6836</link>
      <description><![CDATA[<p>
<i>Christian Stocker</i> has an <a href="http://blog.bitflux.ch/archive/2006/12/06/upload-progress-meter-for-windows.html">update on his blog</a> today that Windows users will be happy to hear:
</p>
<blockquote>
Frank Kromann applied some patches yesterday to the PECL sources of the <a href="http://pecl.php.net/package/uploadprogress">uploadprogress</a> extension to make it compile under Windows (almost the same as by SteveH provided in a comment of <a href="http://blog.bitflux.ch/archive/2006/12/05/upload-progress-meter-finally-in-pecl.html">my post yesterday</a>). Therefore, thanks to the <a href="http://pecl4win.php.net/ext.php/php_uploadprogress.dll">pecl4win</a> site, a compiled dll is now already available. <a href="http://pecl4win.php.net/ext.php/php_uploadprogress.dll">Get it here</a> (untested by me..)
</blockquote>
<p>
He <a href="http://blog.bitflux.ch/archive/2006/12/06/upload-progress-meter-for-windows.html">also mentions</a> some documentation that was asked about concerning the package (and the patches), but notes that he "can't promise anything any time soon".
</p>]]></description>
      <pubDate>Wed, 06 Dec 2006 10:29:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Package Updates - Zip & htscanner]]></title>
      <guid>http://www.phpdeveloper.org/news/6817</guid>
      <link>http://www.phpdeveloper.org/news/6817</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has posted several new updates concerning the packages he works on - Zip and a new offering, htscanner.
</p>
<p>
The first two concern the htscanner package - first, <a href="http://blog.thepimp.net/index.php/post/2006/11/30/htscanner-htaccess-like-for-FastCGI-or-non-apache-SAPI">the initial release</a> of the extension that works to emulate htaccess support for non-Apache web servers (like FastCGI or lighttpd). The <a href="http://blog.thepimp.net/index.php/post/2006/12/01/htscanner-windows-binaries-available">second related post</a> notes that that Windows binaries for the functionality are also posted on the <a href="http://pecl4win.php.net/">pecl4win website</a>.
</p>
<p>
Next on his list were some update to the Zip PECL package, <a href="http://blog.thepimp.net/index.php/post/2006/12/02/zip-182-fixed-for-510-1-and-2">a fix</a> to correct issues found when using PHP versions 5.1.0, 5.1.1, and 5.1.2 (due to an internal function name issue).
</p>]]></description>
      <pubDate>Mon, 04 Dec 2006 10:39:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Edin Kadribasic's Blog: PECL4WIN Build Box Dead]]></title>
      <guid>http://www.phpdeveloper.org/news/6706</guid>
      <link>http://www.phpdeveloper.org/news/6706</link>
      <description><![CDATA[<p>
Some <a href="http://edin.dk/archives/19-PECL4WIN-Build-Box-Dead.html">unfortunate news</a> from <i>Edin Kadribasic</i> to be felt particularly by the Windows PHP users out there - the box that hosts the PECL packages for Windows has suffered a bit from a power failure.
</p>
<blockquote>
The power failures are very rare in Denmark, but nonetheless this one managed to take out the build box. The <a href="http://pecl4win.php.net/">website</a> itself is not affected, but there are no updates for the time being.
</blockquote>
<p>
The <a href="http://pecl4win.php.net/">PECL4WIN project</a> hosts a repository of PECL extensions precompiled for the Windows platform. The packaging and distribution system used by PECL is shared with its sister, PEAR.
</p>
<p>
<b>UPDATE</b> (11.15.2006) - The box is <a href="http://edin.dk/archives/20-PECL4WIN-Builder-is-Back.html">back up</a> and working at 100% again (faulty memory was to blame). A new build has already been created.
</p>]]></description>
      <pubDate>Tue, 14 Nov 2006 16:38:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Edin Kadribasic's Blog: PECL4WIN adds whole branch dowloads]]></title>
      <guid>http://www.phpdeveloper.org/news/6024</guid>
      <link>http://www.phpdeveloper.org/news/6024</link>
      <description><![CDATA[<p>
<i>Edin Kadribasic</i> has a <a href="http://edin.dk/archives/14-PECL4WIN-adds-whole-branch-dowloads.html">quick note</a> today about an update made to the Pecl4Win site concerning the download of branches.
</p>
<blockquote>
Several people have mailed me asking if it was possible to download all Pecl4Win extensions for a given branch at once. Now that is possible from the <a href="http://pecl4win.php.net/branch.php">branches</a> page of the <a href="http://pecl4win.php.net/">Pecl4Win</a> site.
</blockquote>
<p>
He <a href="http://edin.dk/archives/14-PECL4WIN-adds-whole-branch-dowloads.html">also thanks</a> the latest version of the zip extension (now <a href="http://blog.thepimp.net/index.php/2006/08/14/100-zip-170-reaching-beta">beta</a>) for making this multiple download possible.
</p>]]></description>
      <pubDate>Mon, 14 Aug 2006 07:48:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Elizabeth Smith's Blog: Finally... Pecl4Win with php5.2]]></title>
      <guid>http://www.phpdeveloper.org/news/6006</guid>
      <link>http://www.phpdeveloper.org/news/6006</link>
      <description><![CDATA[<p>
From <i>Elizabeth Smith</i>'s blog today, there's <a href="http://elizabethmariesmith.com/2006/08/10/finally-pecl4win-with-php52/">some of her comments</a> on a recetly added feature to the upcoming PHP 5.2 version - the inclusion of the <a href="http://pecl4win.php.net/index.php">Pecl4Win</a> functionality.
</p>
<blockquote>
<p>
<a href="http://snaps.php.net/">Snaps</a> of php are something I use all the time - heck for a long while the php 5.1 snaps were more stable then the official 5.0 releases (that was a weird time). And then they came up with the very lovely <a href="http://pecl4win.php.net/index.php">Pecl4Win</a> (which I frequent all the time :) However, there is a snag in the system. As I grouched about in an earlier post there were <a href="http://elizabethmariesmith.com/2006/08/08/callicore-test-system/">no php 5.2 branch snaps</a> available.
</p>
<p>
And today as if by magic 5.2 branch compiles start - HURRAY. 
</p>
</blockquote>
<p>
She <a href="http://elizabethmariesmith.com/2006/08/10/finally-pecl4win-with-php52/">notes having to downgrade</a> her install to get things working correctly, but it's not a difficult process. She also includes a specific issue she had with the "unresolved external symbol _zend_memory_peak_usage is xdebug's problem".
</p>]]></description>
      <pubDate>Fri, 11 Aug 2006 07:15:35 -0500</pubDate>
    </item>
  </channel>
</rss>
