<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP 5.2.12 packages are here!</title>
	<atom:link href="http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=php-5-2-12-packages-are-here</link>
	<description>The repository for Debian-based LAMP servers</description>
	<lastBuildDate>Mon, 06 Sep 2010 00:41:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Erik</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2207</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 05 Mar 2010 06:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2207</guid>
		<description>Wait, I also changed the shell in /usr/bin/phpize

from 
#!/bin/sh

to

#!/bin/bash</description>
		<content:encoded><![CDATA[<p>Wait, I also changed the shell in /usr/bin/phpize</p>
<p>from<br />
#!/bin/sh</p>
<p>to</p>
<p>#!/bin/bash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2206</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 05 Mar 2010 06:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2206</guid>
		<description>I tried to run pecl install pecl_http and received
phpize libtool.m4 problems on Ubuntu 9.04

cannot stat &#039;libtool.m4&#039; ....

libtool.m4 is a broken link under /usr/lib/php5/build . Therefore, I edited /usr/bin/phpize and made these 2 simple changes:

Change line:

FILES_BUILD=&quot;mkdep.awk scan_makefile_in.awk shtool libtool.m4&quot;

To: 

FILES_BUILD=&quot;mkdep.awk scan_makefile_in.awk shtool libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversi
on.m4&quot;

and

Change line:

(cd &quot;$builddir&quot; &amp;&amp; cat acinclude.m4 ./build/libtool.m4 &gt; aclocal.m4)

To:

(cd &quot;$builddir&quot; &amp;&amp; cat acinclude.m4 ./build/{libtool,lt~obsolete,ltoptions,ltsugar,ltversion}.m4 &gt; aclocal
.m4)

then I ran

pecl install pecl_http

It works! Hallelujah!</description>
		<content:encoded><![CDATA[<p>I tried to run pecl install pecl_http and received<br />
phpize libtool.m4 problems on Ubuntu 9.04</p>
<p>cannot stat &#8216;libtool.m4&#8242; &#8230;.</p>
<p>libtool.m4 is a broken link under /usr/lib/php5/build . Therefore, I edited /usr/bin/phpize and made these 2 simple changes:</p>
<p>Change line:</p>
<p>FILES_BUILD=&#8221;mkdep.awk scan_makefile_in.awk shtool libtool.m4&#8243;</p>
<p>To: </p>
<p>FILES_BUILD=&#8221;mkdep.awk scan_makefile_in.awk shtool libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversi<br />
on.m4&#8243;</p>
<p>and</p>
<p>Change line:</p>
<p>(cd &#8220;$builddir&#8221; &amp;&amp; cat acinclude.m4 ./build/libtool.m4 &gt; aclocal.m4)</p>
<p>To:</p>
<p>(cd &#8220;$builddir&#8221; &amp;&amp; cat acinclude.m4 ./build/{libtool,lt~obsolete,ltoptions,ltsugar,ltversion}.m4 &gt; aclocal<br />
.m4)</p>
<p>then I ran</p>
<p>pecl install pecl_http</p>
<p>It works! Hallelujah!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2196</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Sun, 28 Feb 2010 18:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2196</guid>
		<description>@Robert Schetterer : No, I won&#039;t, it&#039;s time to upgrade to Lenny.</description>
		<content:encoded><![CDATA[<p>@Robert Schetterer : No, I won&#8217;t, it&#8217;s time to upgrade to Lenny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Schetterer</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2195</link>
		<dc:creator>Robert Schetterer</dc:creator>
		<pubDate>Sun, 28 Feb 2010 10:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2195</guid>
		<description>Hi, will you release update debs for etch
php 5.2.13 ?</description>
		<content:encoded><![CDATA[<p>Hi, will you release update debs for etch<br />
php 5.2.13 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2147</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2147</guid>
		<description>@Guillaume : Merci ;)</description>
		<content:encoded><![CDATA[<p>@Guillaume : Merci <img src='http://www.dotdeb.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2146</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Thu, 11 Feb 2010 09:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2146</guid>
		<description>@Neo : Merci d&#039;avoir fait remonter ce souci. Je le corrigerai dans les prochains paquets de PHP 5.2 et 5.3 (pas de date prévisionnelle).</description>
		<content:encoded><![CDATA[<p>@Neo : Merci d&#8217;avoir fait remonter ce souci. Je le corrigerai dans les prochains paquets de PHP 5.2 et 5.3 (pas de date prévisionnelle).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2144</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Wed, 10 Feb 2010 11:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2144</guid>
		<description>Bonjour :)

J&#039;utilise depuis pas mal de temps dotdeb (sur Debian) : le dépot indispensable :)

Mais depuis la version 5.2.12, je tombe sur ce cas particulier : http://bugs.php.net/bug.php?id=49521

il existe un patch, mais hélàs il n&#039;est pas sur le dépot...

Est-il possible qu&#039;il y soit, ou du moins qu&#039;elle solution me préconisez vous pour remédier à ce problème, le plus facilement possible

Merci d&#039;avance :)</description>
		<content:encoded><![CDATA[<p>Bonjour <img src='http://www.dotdeb.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>J&#8217;utilise depuis pas mal de temps dotdeb (sur Debian) : le dépot indispensable <img src='http://www.dotdeb.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mais depuis la version 5.2.12, je tombe sur ce cas particulier : <a href="http://bugs.php.net/bug.php?id=49521" rel="nofollow">http://bugs.php.net/bug.php?id=49521</a></p>
<p>il existe un patch, mais hélàs il n&#8217;est pas sur le dépot&#8230;</p>
<p>Est-il possible qu&#8217;il y soit, ou du moins qu&#8217;elle solution me préconisez vous pour remédier à ce problème, le plus facilement possible</p>
<p>Merci d&#8217;avance <img src='http://www.dotdeb.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2143</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2143</guid>
		<description>@Mr.Dros : take a look at http://archives.dotdeb.org/</description>
		<content:encoded><![CDATA[<p>@Mr.Dros : take a look at <a href="http://archives.dotdeb.org/" rel="nofollow">http://archives.dotdeb.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Dros</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2142</link>
		<dc:creator>Mr.Dros</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2142</guid>
		<description>Is there somewhere an archive of dotdeb? I need php 5.2.6 for Etch and can&#039;t find it. I have 5.2.0, which is to low and 5.2.12 seems to be to advanced (got a lot of errors in the code). The programmer says I need 5.2.6, any chance to get it here?

thx
 Dros</description>
		<content:encoded><![CDATA[<p>Is there somewhere an archive of dotdeb? I need php 5.2.6 for Etch and can&#8217;t find it. I have 5.2.0, which is to low and 5.2.12 seems to be to advanced (got a lot of errors in the code). The programmer says I need 5.2.6, any chance to get it here?</p>
<p>thx<br />
 Dros</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Gooding</title>
		<link>http://www.dotdeb.org/2010/01/11/php-5-2-12-packages-are-here/comment-page-1/#comment-2139</link>
		<dc:creator>Chris Gooding</dc:creator>
		<pubDate>Sun, 07 Feb 2010 02:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=310#comment-2139</guid>
		<description>@Guillaume Plessis

Thanks, all sorted.</description>
		<content:encoded><![CDATA[<p>@Guillaume Plessis</p>
<p>Thanks, all sorted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
