<?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.10 packages for Lenny/Etch are now available!</title>
	<atom:link href="http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=php-5-2-10-packages-for-lennyetch-are-now-available</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: Jay Allen</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-2699</link>
		<dc:creator>Jay Allen</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-2699</guid>
		<description>Odd.  Even though the php variant with suhosin and php5-suhosin are deactivated (specifically verified by means other than &quot;port installed&quot;), my server is still reporting Suhosin as being included:

    $ port installed php5
    The following ports are currently installed:
      php5 @5.3.3_0+apache2+debug+ipc+pear (active)
      php5 @5.3.3_0+apache2+ipc+pear+suhosin

    $ port installed php5-suhosin
    The following ports are currently installed:
      php5-suhosin @0.9.32.1_0

$_SERVER[&#039;SERVER_SOFTWARE&#039;] reports the following:

    Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/1.0.0a DAV/2
    PHP/5.3.3 with Suhosin-Patch mod_fcgid/2.3.5

And phpinfo includes this:

    This server is protected with the Suhosin Patch 0.9.10
    Copyright (c) 2006-2007 Hardened-PHP Project Copyright (c) 2007-2009 SektionEins GmbH

I&#039;m not sure that matters given the suhosin.session.encrypt workaround didn&#039;t work for me, but I bring it up in case perhaps someone here may run into the same issue</description>
		<content:encoded><![CDATA[<p>Odd.  Even though the php variant with suhosin and php5-suhosin are deactivated (specifically verified by means other than &#8220;port installed&#8221;), my server is still reporting Suhosin as being included:</p>
<p>    $ port installed php5<br />
    The following ports are currently installed:<br />
      php5 @5.3.3_0+apache2+debug+ipc+pear (active)<br />
      php5 @5.3.3_0+apache2+ipc+pear+suhosin</p>
<p>    $ port installed php5-suhosin<br />
    The following ports are currently installed:<br />
      php5-suhosin @0.9.32.1_0</p>
<p>$_SERVER['SERVER_SOFTWARE'] reports the following:</p>
<p>    Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/1.0.0a DAV/2<br />
    PHP/5.3.3 with Suhosin-Patch mod_fcgid/2.3.5</p>
<p>And phpinfo includes this:</p>
<p>    This server is protected with the Suhosin Patch 0.9.10<br />
    Copyright (c) 2006-2007 Hardened-PHP Project Copyright (c) 2007-2009 SektionEins GmbH</p>
<p>I&#8217;m not sure that matters given the suhosin.session.encrypt workaround didn&#8217;t work for me, but I bring it up in case perhaps someone here may run into the same issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Allen</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-2698</link>
		<dc:creator>Jay Allen</dc:creator>
		<pubDate>Thu, 12 Aug 2010 13:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-2698</guid>
		<description>@Vide: 

&gt; FYI, the suhosin workaround doesn’t solve my problem (related to 
&gt; nested classes declaration). In fact, I do not have suhosin module
&gt; active at all

I believe that the newly-released PHP 5.3.3 has your fix: http://bugs.php.net/51822

As far as my situation, I&#039;m still experiencing segfaults under both 5.3.2 and 5.3.3 ([Thu Aug 12 06:50:28 2010] [notice] child pid 29488 exit signal Segmentation fault (11)) with virtual() using the default php.ini and also with every conceivable permutation of the following:

1. Adding suhosin.session.encrypt = Off
2. Adding suhosin.apc_bug_workaround = On
3. Force disabling cgi.fix_pathinfo (i.e. Changing &quot;; cgi.fix_pathinfo=1&quot; to &quot;cgi.fix_pathinfo=0&quot;) which was mentioned on another thread

I&#039;ve also tried installing (via Macports) php5-suhosin, rebuilding PHP without the suhosin variant and deactivating php5-suhosin.

Not sure where to go from here so I would be grateful for ideas...</description>
		<content:encoded><![CDATA[<p>@Vide: </p>
<p>&gt; FYI, the suhosin workaround doesn’t solve my problem (related to<br />
&gt; nested classes declaration). In fact, I do not have suhosin module<br />
&gt; active at all</p>
<p>I believe that the newly-released PHP 5.3.3 has your fix: <a href="http://bugs.php.net/51822" rel="nofollow">http://bugs.php.net/51822</a></p>
<p>As far as my situation, I&#8217;m still experiencing segfaults under both 5.3.2 and 5.3.3 ([Thu Aug 12 06:50:28 2010] [notice] child pid 29488 exit signal Segmentation fault (11)) with virtual() using the default php.ini and also with every conceivable permutation of the following:</p>
<p>1. Adding suhosin.session.encrypt = Off<br />
2. Adding suhosin.apc_bug_workaround = On<br />
3. Force disabling cgi.fix_pathinfo (i.e. Changing &#8220;; cgi.fix_pathinfo=1&#8243; to &#8220;cgi.fix_pathinfo=0&#8243;) which was mentioned on another thread</p>
<p>I&#8217;ve also tried installing (via Macports) php5-suhosin, rebuilding PHP without the suhosin variant and deactivating php5-suhosin.</p>
<p>Not sure where to go from here so I would be grateful for ideas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Grayban</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-1336</link>
		<dc:creator>Scott Grayban</dc:creator>
		<pubDate>Mon, 21 Sep 2009 23:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-1336</guid>
		<description>I think I have found the issue. There is a new php.ini that has php-cgi specific settings and if you don&#039;t use the new version you will have trouble....

The new ini contains...

; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP&#039;s
; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting
; this to 1 will cause PHP CGI to fix it&#039;s paths to conform to the spec.  A setting
; of zero causes PHP to behave as before.  Default is 1.  You should fix your scripts
; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
cgi.fix_pathinfo=1

Notice that the path has been changed in the translations. Change the 1 to 0 to go back to how the old way worked which is about 100% for all current php scripts work.

Making this change fix every server and website that was having issues.</description>
		<content:encoded><![CDATA[<p>I think I have found the issue. There is a new php.ini that has php-cgi specific settings and if you don&#8217;t use the new version you will have trouble&#8230;.</p>
<p>The new ini contains&#8230;</p>
<p>; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP&#8217;s<br />
; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok<br />
; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting<br />
; this to 1 will cause PHP CGI to fix it&#8217;s paths to conform to the spec.  A setting<br />
; of zero causes PHP to behave as before.  Default is 1.  You should fix your scripts<br />
; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.<br />
cgi.fix_pathinfo=1</p>
<p>Notice that the path has been changed in the translations. Change the 1 to 0 to go back to how the old way worked which is about 100% for all current php scripts work.</p>
<p>Making this change fix every server and website that was having issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-1335</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-1335</guid>
		<description>@misterxy : I&#039;m working on it (some more debug is needed). Please be patient.</description>
		<content:encoded><![CDATA[<p>@misterxy : I&#8217;m working on it (some more debug is needed). Please be patient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: misterxy</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-1334</link>
		<dc:creator>misterxy</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-1334</guid>
		<description>http://packages.dotdeb.org/

Old Packages PHP 5.2.9 ?
No 5.2.10 or 5.2.11 pleace Fix  Packages !</description>
		<content:encoded><![CDATA[<p><a href="http://packages.dotdeb.org/" rel="nofollow">http://packages.dotdeb.org/</a></p>
<p>Old Packages PHP 5.2.9 ?<br />
No 5.2.10 or 5.2.11 pleace Fix  Packages !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Grayban</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-1329</link>
		<dc:creator>Scott Grayban</dc:creator>
		<pubDate>Sun, 20 Sep 2009 17:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-1329</guid>
		<description>php-cgi is still broken and a lot of the mysql calls in php files do not work.

Fast cgi is fine</description>
		<content:encoded><![CDATA[<p>php-cgi is still broken and a lot of the mysql calls in php files do not work.</p>
<p>Fast cgi is fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Grayban</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-1328</link>
		<dc:creator>Scott Grayban</dc:creator>
		<pubDate>Sun, 20 Sep 2009 16:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-1328</guid>
		<description>Stuff is still breaking !!</description>
		<content:encoded><![CDATA[<p>Stuff is still breaking !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Grayban</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-1327</link>
		<dc:creator>Scott Grayban</dc:creator>
		<pubDate>Sun, 20 Sep 2009 16:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-1327</guid>
		<description>Can&#039;t sync mirror....</description>
		<content:encoded><![CDATA[<p>Can&#8217;t sync mirror&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Plessis</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-1326</link>
		<dc:creator>Guillaume Plessis</dc:creator>
		<pubDate>Sun, 20 Sep 2009 13:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-1326</guid>
		<description>http://php5210.dotdeb.org/ is now down, since PHP 5.2.11 has been released. Please use the regular http://packages.dotdeb.org/</description>
		<content:encoded><![CDATA[<p><a href="http://php5210.dotdeb.org/" rel="nofollow">http://php5210.dotdeb.org/</a> is now down, since PHP 5.2.11 has been released. Please use the regular <a href="http://packages.dotdeb.org/" rel="nofollow">http://packages.dotdeb.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: When PHP Simply Stops &#124; SquarePeg Systems</title>
		<link>http://www.dotdeb.org/2009/06/25/php-5-2-10-packages-for-lennyetch-are-now-available/comment-page-2/#comment-1275</link>
		<dc:creator>When PHP Simply Stops &#124; SquarePeg Systems</dc:creator>
		<pubDate>Fri, 14 Aug 2009 13:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotdeb.org/?p=244#comment-1275</guid>
		<description>[...] Debian packages for older releases &#8212; like PHP 5.2.10!  But the installers of that package was having the same problems I had.  By careful reading, it seems that Debian installed at least part of the Suhosin patch and that [...]</description>
		<content:encoded><![CDATA[<p>[...] Debian packages for older releases &#8212; like PHP 5.2.10!  But the installers of that package was having the same problems I had.  By careful reading, it seems that Debian installed at least part of the Suhosin patch and that [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
