		
		<script type="text/javascript">
		document.cookie = "wpcoauth=470e7a4f017a5476afb7eeb3f8b96f9b; expires=Tue, 21 Sep 2010 20:44:29; path=/";
		</script>
		
		<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webby Info &#187; Php</title>
	<atom:link href="http://www.webbyinfo.com/category/programmers-heaven/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webbyinfo.com</link>
	<description>All about web design and development</description>
	<lastBuildDate>Tue, 02 Mar 2010 12:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Top 10 PHP Frameworks</title>
		<link>http://www.webbyinfo.com/top-10-php-frameworks/</link>
		<comments>http://www.webbyinfo.com/top-10-php-frameworks/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 16:07:33 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.webbyinfo.com/?p=153</guid>
		<description><![CDATA[1 CodeIgniter 2 Yii 3 CakePHP 4 Zend 5 Symfony 6 PHPDevShell 7 Prado 8 Akelos 9 ZooP 10 QPHP]]></description>
			<content:encoded><![CDATA[<p>1 <a href="http://www.codeigniter.com" target="_blank">CodeIgniter </a></p>
<p>2 <a href="http://www.yiiframework.com" target="_blank">Yii</a></p>
<p>3 <a href="http://www.cakephp.org" target="_blank">CakePHP</a></p>
<p>4 <a href="http://framework.zend.com/home" target="_blank">Zend</a></p>
<p>5 <a href="http://www.symfony-project.com/" target="_blank">Symfony</a></p>
<p>6 <a href="http://www.phpdevshell.org/" target="_blank">PHPDevShell </a></p>
<p>7 <a href="http://www.pradosoft.com" target="_blank">Prado</a></p>
<p>8 <a href="http://www.akelos.org" target="_blank">Akelos</a></p>
<p>9 <a href="http://www.zoopframework.com" target="_blank">ZooP</a></p>
<p>10 <a href="http://qphp.net" target="_blank">QPHP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/top-10-php-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post PHP Related Questions here</title>
		<link>http://www.webbyinfo.com/post-php-related-questions-here/</link>
		<comments>http://www.webbyinfo.com/post-php-related-questions-here/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 09:17:32 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.webbyinfo.com/?p=100</guid>
		<description><![CDATA[Post PHP Related Questions and doubts , answered in 48 hours.]]></description>
			<content:encoded><![CDATA[<p>Post PHP Related Questions and doubts , answered in 48 hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/post-php-related-questions-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FCK with delete option &#8211; File manager plugin</title>
		<link>http://www.webbyinfo.com/fck-with-delete-option-file-manager-plugin/</link>
		<comments>http://www.webbyinfo.com/fck-with-delete-option-file-manager-plugin/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 13:18:23 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.webbyinfo.com/?p=91</guid>
		<description><![CDATA[Step 1 : config.php and locate line: $Config['ConfigAllowedCommands'] = array(&#8216;QuickUpload&#8217;, &#8216;FileUpload&#8217;, &#8216;GetFolders&#8217;, &#8216;GetFoldersAndFiles&#8217;, &#8216;CreateFolder&#8217;) ; just add function &#8216;DeleteFile&#8217; Like this: $Config['ConfigAllowedCommands'] = array(&#8216;QuickUpload&#8217;, &#8216;FileUpload&#8217;, &#8216;GetFolders&#8217;, &#8216;GetFoldersAndFiles&#8217;, &#8216;CreateFolder&#8217;, &#8216;DeleteFile&#8217;) ; Step 2: Place the delete image into filemanager/browser/default/images Step 3: Open up filemanager/frmresourceslist.html for editing with your favorite text-editor Create a Delete Link which will [...]]]></description>
			<content:encoded><![CDATA[<p><strong><br />
</strong></p>
<p><strong>Step 1</strong> :<br />
config.php and locate line:<br />
$Config['ConfigAllowedCommands'] = array(&#8216;QuickUpload&#8217;, &#8216;FileUpload&#8217;, &#8216;GetFolders&#8217;, &#8216;GetFoldersAndFiles&#8217;, &#8216;CreateFolder&#8217;) ;<br />
just add function &#8216;DeleteFile&#8217;<br />
Like this:<br />
$Config['ConfigAllowedCommands'] = array(&#8216;QuickUpload&#8217;, &#8216;FileUpload&#8217;, &#8216;GetFolders&#8217;, &#8216;GetFoldersAndFiles&#8217;, &#8216;CreateFolder&#8217;, &#8216;DeleteFile&#8217;) ;</p>
<p><strong>Step 2</strong>:<br />
Place the delete image into <em>filemanager/browser/default/images</em></p>
<p><strong>Step 3</strong>:</p>
<p>Open up <em>filemanager/frmresourceslist.html</em> for editing with your favorite text-editor<br />
Create a Delete Link which will call the DeleteFile function (which we&#8217;ll create later)<br />
Go to line #66 where you&#8217;ll find this:<br />
<span class="langName">JavaScript:</span><br />
var sLink = &#8216;&lt;a href=&#8221;#&#8221; onclick=&#8221;OpenFile(\&#8221; + fileUrl + &#8216;\&#8217;);return false;&#8221;&gt;&#8217; ;</p>
<p>Underneath that line, now insert this:<br />
<span class="langName">JavaScript:<br />
var dLink = &#8216;&lt;a href=&#8221;#&#8221; title=&#8221;Delete file&#8221; onclick=&#8221;DeleteFile(\&#8221; + escape(fileName) + &#8216;\&#8217;);return false;&#8221;&gt;&#8217; ; </span><br />
Add the created Delete Link to the page<br />
Go to line #75 (#74 if you haven&#8217;t added the Delete Link yet) where you&#8217;ll find this:</p>
<p><span class="langName">JavaScript:<br />
</span>oCell.innerHTML = sLink + &#8216;&lt;img alt=&#8221;" src=&#8221;images/icons/&#8217; + sIcon + &#8216;.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; border=&#8221;0&#8243;&gt;&lt;/a&gt;&#8217; ;</p>
<p>Replace that line with:<br />
<span class="langName">JavaScript:<br />
</span>oCell.innerHTML = sLink + &#8216;&lt;img alt=&#8221;" src=&#8221;images/icons/&#8217; + sIcon + &#8216;.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; border=&#8221;0&#8243;&gt;&lt;/a&gt; &#8216; +  dLink + &#8216;&lt;img alt=&#8221;" src=&#8221;images/delete.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; border=&#8221;0&#8243;&gt;&lt;/a&gt;&#8217; ;</p>
<p>Add a DeleteFile function (which will call the PHP script) and a DeleteFileCallBack function (which is called after the file was deleted) just before window.onload = { &#8230; }<br />
The DeleteFile function:<br />
<span class="langName"><br />
JavaScript:<br />
</span>function DeleteFile( fileName, fileUrl ) {<br />
if (confirm(&#8216;Are you sure you wish to delete &#8216; + unescape(fileName) + &#8216;?&#8217;)) {<br />
oConnector.SendCommand( &#8216;DeleteFile&#8217;, &#8220;FileName=&#8221; + fileName, DeleteFileCallBack ) ;<br />
}<br />
}</p>
<p>The DeleteFileCallBack function<br />
function DeleteFileCallBack ( fckXml ) {<br />
var oNodes = fckXml.SelectNodes( &#8216;Connector/Error&#8217; );<br />
if (oNodes!=null &amp;&amp; oNodes.length&gt;0) {<br />
var errNo = parseInt(oNodes[0].attributes.getNamedItem(&#8216;number&#8217;).value) ;<br />
switch (errNo) {<br />
case 0 :<br />
break;<br />
case 102 :<br />
case 103 :<br />
alert(oNodes[0].attributes.getNamedItem(&#8216;originalDescription&#8217;).value);<br />
break;<br />
default:<br />
alert(&#8216;DFi: Invalid XML response from connector..&#8217;);<br />
}<br />
} else {<br />
alert(&#8216;DFi: Invalid XML response from connector.&#8217;);<br />
}<br />
Refresh();<br />
}</p>
<p><strong>Step 4</strong>:<br />
Open up <em>filemanager/connectors/php/commands.php</em> for editing at the very end of the file (just before the ?&gt;)<br />
Add a DeleteFile function which actually deletes the file<br />
PHP:</p>
<p>function DeleteFile($resourceType, $currentFolder) {<br />
$sErrorNumber = &#8217;0&#8242; ;<br />
$sErrorMsg = &#8221; ;<br />
if ( isset( $_GET['FileName'] ) ) {<br />
// Map the virtual path to the local server path.<br />
$sServerDir = ServerMapFolder( $resourceType, $currentFolder ) ;<br />
$sFileName = $_GET['FileName'] ;<br />
if ( strpos( $sFileName, &#8216;..&#8217; ) !== FALSE ) {<br />
$sErrorNumber = &#8217;102&#8242; ; // Invalid file name.<br />
$sErrorMsg = &#8216;Invalid file name&#8217;;<br />
} else {<br />
if ( @unlink($sServerDir.$sFileName) ) {<br />
$sErrorNumber = &#8217;0&#8242; ; // deleted<br />
} else {<br />
$sErrorNumber = &#8217;103&#8242; ; // not deleted<br />
$sErrorMsg = &#8216;Could not delete file &#8216;.$sServerDir.$sFileName;<br />
}<br />
}<br />
} else {<br />
$sErrorNumber = &#8217;102&#8242; ; // no file set<br />
$sErrorMsg = &#8216;No file specified&#8217;;<br />
}<br />
// Create the &#8220;Error&#8221; node.<br />
echo &#8216;&lt;Error number=&#8221;&#8216; . $sErrorNumber . &#8216;&#8221; originalDescription=&#8221;&#8216; . ConvertToXmlAttribute( $sErrorMsg ) . &#8216;&#8221; /&gt;&#8217; ;<br />
}<br />
<strong><br />
Step 5</strong>:<br />
Open up <em>filemanager/connectors/php/connector.php </em>for editing<br />
Modify the switch statement to include the <em>DeleteFile</em> action<br />
Go to line 100 where you&#8217;ll find &#8220;break ;&#8221;, after that add:<br />
PHP:<br />
case &#8216;DeleteFile&#8217; : // Added by glad<br />
DeleteFile( $sResourceType, $sCurrentFolder ) ;<br />
break ;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/fck-with-delete-option-file-manager-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TestFest 2008</title>
		<link>http://www.webbyinfo.com/testfest-2008/</link>
		<comments>http://www.webbyinfo.com/testfest-2008/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:39:16 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://blog.gladwing.com/?p=81</guid>
		<description><![CDATA[The PHP-QA team would like to announce the TestFest for the month of May 2008. The TestFest is an event that aims at improving the code coverage of the test suite for the PHP language itself. As part of this event, local User Groups (UG) are invited to join the TestFest. These UGs can meet [...]]]></description>
			<content:encoded><![CDATA[<p>The PHP-QA team would like to announce the<br />
<a href="http://qa.php.net/testfest.php">TestFest</a> for the month of<br />
May 2008. The TestFest is an event that aims at improving the<br />
<a href="http://gcov.php.net">code coverage</a> of the<br />
<a href="http://qa.php.net/running-tests.php">test suite</a> for the PHP<br />
language itself. As part of this event, local User Groups (UG) are<br />
invited to join the TestFest. These UGs can meet physically or come<br />
together virtually. The point however is that people network to learn<br />
together. Aside from being an opportunity for all of you to make friends<br />
with like minded people in your (virtual) community, it also will<br />
hopefully reduce the work load for the PHP.net mentors.</p>
<p>All it takes is someone to organize a UG to spearhead the event and<br />
to get others involved in<br />
<span style="overflow: hidden; position: absolute; height: 0pt; width: 0pt;"><a href="http://kvantservice.com/">компютри</a></span>writing phpt tests.<a href="http://blog.gladwing.com/wp-content/uploads/2008/05/jobber-logo.gif"><img class="alignnone size-medium wp-image-85" title="jobber-logo" src="http://blog.gladwing.com/wp-content/uploads/2008/05/jobber-logo-300x65.gif" alt="" width="300" height="65" /></a><br />
The submissions will then be reviewed by members of php.net before<br />
getting included in the official test suite. Please visit the<br />
<a href="http://qa.php.net/testfest.php">TestFest homepage</a> to get<br />
additional details on the TestFest on how to get involved, either as a<br />
UG or by setting up the necessary infrastructure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/testfest-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP @ FrOSCon: Call for Papers</title>
		<link>http://www.webbyinfo.com/php-froscon-call-for-papers/</link>
		<comments>http://www.webbyinfo.com/php-froscon-call-for-papers/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:39:12 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://blog.gladwing.com/?p=80</guid>
		<description><![CDATA[The Free and Open Source Conference (FrOSCon) 2008 is a two-day conference on free software and open source. It will take place on August, 23th and 24th 2008 in Sankt Augustin near Bonn, Germany. The PHP Usergroups Dortmund, Köln/Bonn and Hamburg are cooperatively organizing the PHP track as a sub-conference of the FrOSCon. The call [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://froscon.de/">The Free and Open Source Conference (FrOSCon)</a> 2008 is a two-day conference on free software and open source. It will take place on <abbr title="2008-08-23">August, 23th</abbr> and <abbr title="2008-08-25">24th</abbr> 2008 in <span>Sankt Augustin near Bonn, Germany.</span></p>
<p>The <a href="http://phpugdo.de/">PHP Usergroups Dortmund</a>, Köln/Bonn and Hamburg are cooperatively organizing the <a href="http://froscon.phpugdo.de/">PHP track as a sub-conference</a> of the FrOSCon. The <a href="http://froscon.phpugdo.de/call_for_papers.html">call for paper</a> is now open.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/php-froscon-call-for-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Summer of Code 2008</title>
		<link>http://www.webbyinfo.com/google-summer-of-code-2008/</link>
		<comments>http://www.webbyinfo.com/google-summer-of-code-2008/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:39:06 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://blog.gladwing.com/?p=79</guid>
		<description><![CDATA[Once again we are glad to announce that we have been accepted to be a Google Summer of Code project. See our program for this year&#039;s GSoC. We would like to take this opportunity to say thanks to Google Inc. for this privilege to participate once again, and would like to invite everyone to look [...]]]></description>
			<content:encoded><![CDATA[<p>Once again we are glad to announce that we have been accepted to be a Google Summer of Code project. See <a href="http://code.google.com/soc/2008/php/about.html">our program</a> for this year&#039;s GSoC.</p>
<p>We would like to take this opportunity to say thanks to Google Inc. for this privilege to participate once again, and would like to invite everyone to look at our list of ideas: <a href="http://wiki.php.net/gsoc/2008">http://wiki.php.net/gsoc/2008</a>.Students are of course more than welcome to come up with their own ideas for their proposals and we will consider each and every application that we will receive.</p>
<p>So once again, thanks to everyone who is involved in this magnificent journey and we hope to see many of you great students and open source passionate join us in our most enjoyable <a href="http://code.google.com/soc/2008">Google Summer of Code</a> projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/google-summer-of-code-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Québec conference 2008</title>
		<link>http://www.webbyinfo.com/php-quebec-conference-2008/</link>
		<comments>http://www.webbyinfo.com/php-quebec-conference-2008/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:39:03 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://blog.gladwing.com/?p=77</guid>
		<description><![CDATA[2008 PHP Quebec Conference &#38; Job Fair The PHP Quebec team is pleased to present the sixth edition of the PHP Quebec Conference. The Conference will take place in Montreal, Canada, on March 12 through 14. Join us for the PHPLabs, 2 days of technical talks, the Open Source Job Fair &#38; Cocktail. Meet with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://conf.phpquebec.com/">2008 PHP Quebec Conference &amp; Job Fair</a></p>
<p>
The PHP Quebec team is pleased to present the sixth edition of the <a href="http://conf.phpquebec.com">PHP<br />
Quebec Conference</a>. The Conference will take place in Montreal, Canada,<br />
on <abbr title="2008-03-12">March 12</abbr> through<br />
<abbr title="2008-03-15">14</abbr>.
</p>
<p>
Join us for the PHPLabs, 2 days of technical talks, the Open Source Job<br />
Fair &amp; Cocktail. Meet with well know community members such as: John<br />
Coggeshall, Marcus Boerger, Zak Greant, Chris Shiflett, Damien Seguy and<br />
many more.
</p>
<p>
Take note that online registration ends on March 7th. For more information,<br />
visit the website: <a href="http://conf.phpquebec.com">http://conf.phpquebec.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/php-quebec-conference-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php&#124;tek 2008: Chicago</title>
		<link>http://www.webbyinfo.com/phptek-2008-chicago/</link>
		<comments>http://www.webbyinfo.com/phptek-2008-chicago/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:39:03 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://blog.gladwing.com/?p=78</guid>
		<description><![CDATA[php&#124;tek 2008: Chicago The publishers of php&#124;architect Magazine are proud to announce the php&#124;tek 2008 conference in Chicago, Illinois, USA. The PHP Community meets May 20-23 for one of North America&#039;s premier PHP conferences of 2008. Join us to hear top speakers such as Derick Rethans (eZ Systems), Lucas Nelan (Facebook), Chris Shiflett (OmniTI), Eli [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tek.phparch.com/">php|tek 2008: Chicago</a></p>
<p>
The publishers of <a href="http://www.phparch.com/">php|architect Magazine</a> are proud to announce the php|tek 2008 conference in Chicago, Illinois, USA.
</p>
<p>
The PHP Community meets <abbr title="2008-05-20">May 20</abbr>-<abbr title="2008-05-24">23</abbr> for one of North America&#039;s premier PHP conferences of 2008. Join us to hear <a href="http://tek.phparch.com/c/schedule">top speakers</a> such as Derick Rethans (eZ Systems), Lucas Nelan (Facebook), Chris Shiflett (OmniTI), Eli White (Digg) and yes, even Terry Chay (Tagged).
</p>
<p>
For the past two years, php|architect&#039;s spring conference has sold out <em>weeks</em> before the start date, so if you&#039;re interested in attending, don&#039;t delay, and be sure to <a href="http://tek.phparch.com/c/p/signup">sign up</a> ASAP!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/phptek-2008-chicago/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phplondon conference 2008</title>
		<link>http://www.webbyinfo.com/phplondon-conference-2008/</link>
		<comments>http://www.webbyinfo.com/phplondon-conference-2008/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:39:02 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://blog.gladwing.com/?p=76</guid>
		<description><![CDATA[February 29th (Leap Year Day). phplondon.org announce their third annual community conference to be held at Inmarsat, Old Street, London. This year the conference will run two tracks and include speakers such as Derick Rethans, Wez Furlong, Scott MacVicar and Zoe Slattery. We will also be holding an extended presentation and discussion on frameworks for [...]]]></description>
			<content:encoded><![CDATA[<p><abbr title="2008-02-29">February 29th</abbr> (Leap Year Day). phplondon.org  announce their third<br />
            annual <a href="http://www.phpconference.co.uk" alt="phplondon.org community conference">community conference</a><br />
            to be held at Inmarsat, Old Street, London.</p>
<p>This year the conference will run two tracks and include speakers such as Derick Rethans, Wez Furlong, Scott MacVicar and Zoe Slattery.</p>
<p>We will also be holding an extended presentation and discussion on frameworks for PHP.</p>
<p>Visit our <a href=" http://www.phpconference.co.uk" alt="phplondon.org community conference">conference site</a> to register. Early bird discount is available until 1st February 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/phplondon-conference-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 4.4.8 Released</title>
		<link>http://www.webbyinfo.com/php-448-released/</link>
		<comments>http://www.webbyinfo.com/php-448-released/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:38:53 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://blog.gladwing.com/?p=74</guid>
		<description><![CDATA[The PHP development team would like to announce the immediate availability of PHP 4.4.8. It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.4 series, and [...]]]></description>
			<content:encoded><![CDATA[<p>
The PHP development team would like to announce the immediate <a href="http://www.php.net/downloads.php#v4">availability of<br />
PHP 4.4.8</a>.  It continues to improve the security and the stability of the 4.4<br />
branch and all users are strongly encouraged to upgrade to it as soon as<br />
possible. This release wraps up all the outstanding patches for the PHP 4.4<br />
series, and is therefore the last normal PHP 4.4 release. If necessary,<br />
releases to address security issues could be made until 2008-08-08.
</p>
<p>
          <b>Security Enhancements and Fixes in PHP 4.4.8:</b>
        </p>
<ul>
<li>Improved fix for MOPB-02-2007.</li>
<li>Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.</li>
<li>Fixed integer overlow in str[c]spn().</li>
<li>Fixed regression in glob when open_basedir is on introduced by #41655 fix.</li>
<li>Fixed money_format() not to accept multiple %i or %n tokens.</li>
<li>Added &quot;max_input_nesting_level&quot; php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.</li>
<li>Fixed INFILE LOCAL option handling with MySQL &#8211; now not allowed when open_basedir or safe_mode is active.</li>
<li>Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378).</li>
</ul>
<p>
 For a full list of changes in PHP 4.4.8, see the <a href="http://www.php.net/ChangeLog-4.php#4.4.8">ChangeLog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/php-448-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
