<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>PHPLinq Work Item Rss Feed</title><link>http://www.codeplex.com/PHPLinq/WorkItem/List.aspx</link><description>PHPLinq Work Item Rss Description</description><item><title>Created Issue: set property name in select [9060]</title><link>http://phplinq.codeplex.com/workitem/9060</link><description>in c&amp;#35; linq&lt;br /&gt;from o in arr select new &amp;#123;o.Title&amp;#125;&amp;#59;&lt;br /&gt;result&amp;#58;&lt;br /&gt;a list of class that contain property &amp;#58; Title&lt;br /&gt;but in php linq&lt;br /&gt;from&amp;#40;&amp;#39;&amp;#36;o&amp;#39;&amp;#41;-&amp;#62;in&amp;#40;&amp;#36;arr&amp;#41;-&amp;#62;select&amp;#40;&amp;#39;new &amp;#123;&amp;#36;o-&amp;#62;Title&amp;#125;&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;result&amp;#58;&lt;br /&gt;a array of class that contain property &amp;#58; 0&lt;br /&gt;i must change code to&amp;#58;&lt;br /&gt;from&amp;#40;&amp;#39;&amp;#36;o&amp;#39;&amp;#41;-&amp;#62;in&amp;#40;&amp;#36;arr&amp;#41;-&amp;#62;select&amp;#40;&amp;#39;new &amp;#123;&amp;#34;Title&amp;#34;&amp;#61;&amp;#62;&amp;#36;o-&amp;#62;Title&amp;#125;&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>mortezakhademan</author><pubDate>Mon, 26 Dec 2011 17:14:57 GMT</pubDate><guid isPermaLink="false">Created Issue: set property name in select [9060] 20111226051457P</guid></item><item><title>Created Issue: Type hinting breaks orderByDescending [8834]</title><link>http://phplinq.codeplex.com/workitem/8834</link><description>I am a total PHP novice, so let&amp;#39;s start there. Also, as primarily a .NET programmer that occassionally has to dabble in PHP, I adore PHPLinq.&lt;br /&gt;&lt;br /&gt;If I add a Type hint for the var I&amp;#39;m using in my &amp;#34;from&amp;#34; statement, the follow-on orderBy fails.&lt;br /&gt;&lt;br /&gt;Example in psuedocode&amp;#58;&lt;br /&gt;WORKS&amp;#58;&lt;br /&gt;&amp;#36;objs &amp;#61; some array of SomeObject items&amp;#59;&lt;br /&gt;&amp;#36;sorted &amp;#61; from&amp;#40;&amp;#36;someObject&amp;#41;-&amp;#62;in&amp;#40;&amp;#36;objs&amp;#41;-&amp;#62;orderByDescending&amp;#40;&amp;#39;&amp;#36;someObject &amp;#61;&amp;#62; &amp;#36;someObject-&amp;#62;someIntProperty&amp;#39;&amp;#41;-&amp;#62;select&amp;#40;&amp;#39;&amp;#36;someObject&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;DOES NOT WORK&amp;#58;&lt;br /&gt;&amp;#36;objs &amp;#61; some array of SomeObject items&amp;#59;&lt;br /&gt;&amp;#47;&amp;#42; &amp;#64;var &amp;#36;someObject SomeObject&amp;#42;&amp;#47;&lt;br /&gt;&amp;#36;sorted &amp;#61; from&amp;#40;&amp;#36;someObject&amp;#41;-&amp;#62;in&amp;#40;&amp;#36;objs&amp;#41;-&amp;#62;orderByDescending&amp;#40;&amp;#39;&amp;#36;someObject &amp;#61;&amp;#62; &amp;#36;someObject-&amp;#62;someIntProperty&amp;#39;&amp;#41;-&amp;#62;select&amp;#40;&amp;#39;&amp;#36;someObject&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Not a huge deal as I just remove my type hint after I&amp;#39;ve explored my target object properties, but a bit odd. I haven&amp;#39;t try other methods, but thought I&amp;#39;d pop this up here since now I have to get back to work.&lt;br /&gt;</description><author>garybla</author><pubDate>Tue, 18 Oct 2011 17:18:58 GMT</pubDate><guid isPermaLink="false">Created Issue: Type hinting breaks orderByDescending [8834] 20111018051858P</guid></item><item><title>Commented Feature: Investigate use of closures in PHPLinq [3870]</title><link>http://phplinq.codeplex.com/workitem/3870</link><description>Investigate use of closures, allowing better parse-time error notifications.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;codeutopia.net&amp;#47;blog&amp;#47;2009&amp;#47;02&amp;#47;20&amp;#47;closures-coming-in-php-53-and-thats-a-good-thing&amp;#47;&lt;br /&gt;Comments: ** Comment from web user: maartenba ** &lt;p&gt;This has been something I always wanted to do, but... PHPLinq uses the string-based closures also for translating PHP code to SQL that is executed on your database. Is this possbile with native closures&amp;#63;&lt;/p&gt;</description><author>maartenba</author><pubDate>Wed, 30 Mar 2011 11:16:14 GMT</pubDate><guid isPermaLink="false">Commented Feature: Investigate use of closures in PHPLinq [3870] 20110330111614A</guid></item><item><title>Commented Feature: Investigate use of closures in PHPLinq [3870]</title><link>http://phplinq.codeplex.com/workitem/3870</link><description>Investigate use of closures, allowing better parse-time error notifications.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;codeutopia.net&amp;#47;blog&amp;#47;2009&amp;#47;02&amp;#47;20&amp;#47;closures-coming-in-php-53-and-thats-a-good-thing&amp;#47;&lt;br /&gt;Comments: ** Comment from web user: mowa ** &lt;p&gt;Check out the project created by me that uses closures&amp;#58; http&amp;#58;&amp;#47;&amp;#47;plinq.codeplex.com&amp;#47;&lt;/p&gt;</description><author>mowa</author><pubDate>Tue, 29 Mar 2011 21:54:59 GMT</pubDate><guid isPermaLink="false">Commented Feature: Investigate use of closures in PHPLinq [3870] 20110329095459P</guid></item><item><title>Created Issue: elementAt (LinqToObjects) assumes it is dealing with an array of arrays [7960]</title><link>http://phplinq.codeplex.com/workitem/7960</link><description>The function elementAt in LinqToObjects assumes that it is dealing with an array of arrays. If the result from the query is not an array it returns null. This breaks this feature and the test. Also even if it is an array the current code pops the first element off the array and returns that. It should just return the nth element of the resultant sequence. Whatever that is.&lt;br /&gt;</description><author>dh06</author><pubDate>Sat, 26 Feb 2011 04:05:37 GMT</pubDate><guid isPermaLink="false">Created Issue: elementAt (LinqToObjects) assumes it is dealing with an array of arrays [7960] 20110226040537A</guid></item><item><title>Closed Feature: Allow objects that implement Traversable to be passed to LinqToObjects [6286]</title><link>http://phplinq.codeplex.com/WorkItem/View.aspx?WorkItemId=6286</link><description>All this needs is two tiny changes in LinqToObjects.php.&lt;br /&gt;&lt;br /&gt;First, change the handles&amp;#40;&amp;#41; function to this&amp;#58;&lt;br /&gt;&lt;br /&gt;public static function handles&amp;#40;&amp;#36;source&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;return is_array&amp;#40;&amp;#36;source&amp;#41; &amp;#124;&amp;#124; &amp;#36;source instanceof Traversable&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;And second, change the in&amp;#40;&amp;#41; function to this&amp;#58;&lt;br /&gt;&lt;br /&gt;public function in&amp;#40;&amp;#36;source&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;if&amp;#40;&amp;#36;source instanceof Traversable&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;source &amp;#61; iterator_to_array&amp;#40;&amp;#36;source&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#36;this-&amp;#62;_data &amp;#61; &amp;#36;source&amp;#59;&lt;br /&gt;&amp;#9;return &amp;#36;this&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;Comments: &lt;p&gt;Fixed in SVN&lt;/p&gt;</description><author>maartenba</author><pubDate>Fri, 09 Apr 2010 14:42:50 GMT</pubDate><guid isPermaLink="false">Closed Feature: Allow objects that implement Traversable to be passed to LinqToObjects [6286] 20100409024250P</guid></item><item><title>Created Issue: Allow objects that implement Traversable to be passed to LinqToObjects [6286]</title><link>http://phplinq.codeplex.com/WorkItem/View.aspx?WorkItemId=6286</link><description>All this needs is two tiny changes in LinqToObjects.php.&lt;br /&gt;&lt;br /&gt;First, change the handles&amp;#40;&amp;#41; function to this&amp;#58;&lt;br /&gt;&lt;br /&gt;public static function handles&amp;#40;&amp;#36;source&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;return is_array&amp;#40;&amp;#36;source&amp;#41; &amp;#124;&amp;#124; &amp;#36;source instanceof Traversable&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;And second, change the in&amp;#40;&amp;#41; function to this&amp;#58;&lt;br /&gt;&lt;br /&gt;public function in&amp;#40;&amp;#36;source&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;if&amp;#40;&amp;#36;source instanceof Traversable&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#36;source &amp;#61; iterator_to_array&amp;#40;&amp;#36;source&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#36;this-&amp;#62;_data &amp;#61; &amp;#36;source&amp;#59;&lt;br /&gt;&amp;#9;return &amp;#36;this&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>gnuffo1</author><pubDate>Thu, 08 Apr 2010 20:02:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Allow objects that implement Traversable to be passed to LinqToObjects [6286] 20100408080232P</guid></item><item><title>Created Issue: Investigate use of closures in PHPLinq</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=3870</link><description>Investigate use of closures, allowing better parse-time error notifications.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;codeutopia.net&amp;#47;blog&amp;#47;2009&amp;#47;02&amp;#47;20&amp;#47;closures-coming-in-php-53-and-thats-a-good-thing&amp;#47;&lt;br /&gt;</description><author>maartenba</author><pubDate>Mon, 23 Feb 2009 07:34:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Investigate use of closures in PHPLinq 20090223073411A</guid></item><item><title>Closed Feature: LinqToZendDB - Last query should be returned using callback function</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=3615</link><description>LinqToZendDB - Last query should be a list of queries&lt;br /&gt;&lt;br /&gt;Currently, this is only the last entry. Perhaps a callback can be used to provide query strings to the application&amp;#63;&lt;br /&gt;Comments: Fixed in SVN.</description><author>maartenba</author><pubDate>Tue, 20 Jan 2009 09:25:03 GMT</pubDate><guid isPermaLink="false">Closed Feature: LinqToZendDB - Last query should be returned using callback function 20090120092503A</guid></item><item><title>Created Feature: LinqToZendDB - Last query should be a list of queries</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=3615</link><description>LinqToZendDB - Last query should be a list of queries&lt;br /&gt;&lt;br /&gt;Currently, this is only the last entry. Perhaps a callback can be used to provide query strings to the application&amp;#63;&lt;br /&gt;</description><author>maartenba</author><pubDate>Mon, 19 Jan 2009 18:54:35 GMT</pubDate><guid isPermaLink="false">Created Feature: LinqToZendDB - Last query should be a list of queries 20090119065435P</guid></item><item><title>Closed Feature: Implement ILinqProvider for Zend_Db_Table</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=3535</link><description>Implement ILinqProvider for Zend_Db_Table, allowing syntax like&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36;result &amp;#61; from&amp;#40;&amp;#39;&amp;#36;employee&amp;#39;&amp;#41;-&amp;#62;in&amp;#40;&amp;#36;employeeTable&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;-&amp;#62;where&amp;#40;&amp;#39;&amp;#36;employee &amp;#61;&amp;#62; strlen&amp;#40;&amp;#36;employee-&amp;#62;Name&amp;#41; &amp;#61;&amp;#61; 4&amp;#39;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;-&amp;#62;skip&amp;#40;1&amp;#41;-&amp;#62;take&amp;#40;2&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;-&amp;#62;select&amp;#40;&amp;#39;&amp;#36;employee&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;echo PHPLinq_LinqToZendDb&amp;#58;&amp;#58;getLastQueryString&amp;#40;&amp;#41; . &amp;#34;&amp;#92;r&amp;#92;n&amp;#34;&amp;#59;&lt;br /&gt;print_r&amp;#40;&amp;#36;result&amp;#41;&amp;#59;&lt;br /&gt;Comments: Fixed in SVN</description><author>maartenba</author><pubDate>Fri, 26 Dec 2008 13:59:32 GMT</pubDate><guid isPermaLink="false">Closed Feature: Implement ILinqProvider for Zend_Db_Table 20081226015932P</guid></item><item><title>Created Feature: Implement ILinqProvider for Zend_Db_Table</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=3535</link><description>Implement ILinqProvider for Zend_Db_Table, allowing syntax like&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36;result &amp;#61; from&amp;#40;&amp;#39;&amp;#36;employee&amp;#39;&amp;#41;-&amp;#62;in&amp;#40;&amp;#36;employeeTable&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;-&amp;#62;where&amp;#40;&amp;#39;&amp;#36;employee &amp;#61;&amp;#62; strlen&amp;#40;&amp;#36;employee-&amp;#62;Name&amp;#41; &amp;#61;&amp;#61; 4&amp;#39;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;-&amp;#62;skip&amp;#40;1&amp;#41;-&amp;#62;take&amp;#40;2&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;-&amp;#62;select&amp;#40;&amp;#39;&amp;#36;employee&amp;#39;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;echo PHPLinq_LinqToZendDb&amp;#58;&amp;#58;getLastQueryString&amp;#40;&amp;#41; . &amp;#34;&amp;#92;r&amp;#92;n&amp;#34;&amp;#59;&lt;br /&gt;print_r&amp;#40;&amp;#36;result&amp;#41;&amp;#59;&lt;br /&gt;</description><author>maartenba</author><pubDate>Fri, 26 Dec 2008 13:57:14 GMT</pubDate><guid isPermaLink="false">Created Feature: Implement ILinqProvider for Zend_Db_Table 20081226015714P</guid></item><item><title>Closed Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=2711</link><description>Sorry about that, didn&amp;#39;t notice I was posting an item to the issue tracker, I thought I was posting in Discussions. &lt;br /&gt;&lt;br /&gt;Anyway, my problem is that apache shows an error message when trying to run 11-join.php. All I get then is &amp;#34;Internet Explorer cannot display the webpage&amp;#34;, however, I can just click on the back button and run another file without problems. I am running xampp with php version 5.2.5, apache version is 2.2.8.&lt;br /&gt;&lt;br /&gt;Feel free to move this post to discussions, I just wanted to explain the &amp;#34;Hi&amp;#34;.&lt;br /&gt;Comments: Fixed in SVN. Will also patch the current 0.3.0 release.</description><author>maartenba</author><pubDate>Thu, 17 Jul 2008 18:09:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php 20080717060959P</guid></item><item><title>Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=2711</link><description>Hi&lt;br /&gt;Comments: ** Comment from web user: maartenba ** &lt;p&gt;Seems like an infinite loop of destructs. No wonder this crashes &amp;#58;-&amp;#41;&lt;/p&gt;</description><author>maartenba</author><pubDate>Thu, 17 Jul 2008 18:02:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php 20080717060231P</guid></item><item><title>Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=2711</link><description>Hi&lt;br /&gt;Comments: ** Comment from web user: maartenba ** &lt;p&gt;Found the problem&amp;#33;&lt;/p&gt;&lt;p&gt;&amp;#123;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#47;&amp;#42;&amp;#42;&lt;br /&gt;&amp;#9; &amp;#42; Class destructor&lt;br /&gt;&amp;#9; &amp;#42;&amp;#47;&lt;br /&gt;&amp;#9;public function __destruct&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;if &amp;#40;&amp;#33;is_null&amp;#40;&amp;#36;this-&amp;#62;_parentProvider&amp;#41;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#36;this-&amp;#62;_parentProvider-&amp;#62;__destruct&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#36;this-&amp;#62;_parentProvider &amp;#61; null&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;unset&amp;#40;&amp;#36;this-&amp;#62;_parentProvider&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&lt;br /&gt;&amp;#9;&amp;#9;if &amp;#40;&amp;#33;is_null&amp;#40;&amp;#36;this-&amp;#62;_childProviders&amp;#41;&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;foreach &amp;#40;&amp;#36;this-&amp;#62;_childProviders as &amp;#36;provider&amp;#41; &amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#36;provider-&amp;#62;__destruct&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#36;provider &amp;#61; null&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;unset&amp;#40;&amp;#36;provider&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#125;&amp;#125;&lt;/p&gt;&lt;p&gt;Will see if I can fix this...&lt;/p&gt;</description><author>maartenba</author><pubDate>Thu, 17 Jul 2008 18:00:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php 20080717060008P</guid></item><item><title>Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=2711</link><description>Hi&lt;br /&gt;Comments: ** Comment from web user: maartenba ** &lt;p&gt;Is it Windows Vista you are using&amp;#63; &amp;#40;seems to be a known bug but no fixes yet, search Google for &amp;#34;php.exe&amp;#58; 0xC00000FD&amp;#58; Stack overflow.&amp;#34;&amp;#41;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>maartenba</author><pubDate>Thu, 17 Jul 2008 17:36:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php 20080717053638P</guid></item><item><title>Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=2711</link><description>Hi&lt;br /&gt;Comments: ** Comment from web user: husker475 ** &lt;p&gt;PHP version&amp;#58; 5.2.5&lt;br /&gt;Apache version&amp;#58; 2.2.8&lt;/p&gt;</description><author>husker475</author><pubDate>Fri, 11 Jul 2008 10:41:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php 20080711104110A</guid></item><item><title>Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=2711</link><description>Hi&lt;br /&gt;Comments: ** Comment from web user: maartenba ** &lt;p&gt;What PHP version are you using&amp;#63; Apache version&amp;#63;&lt;/p&gt;</description><author>maartenba</author><pubDate>Fri, 11 Jul 2008 10:25:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php 20080711102554A</guid></item><item><title>Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=2711</link><description>Hi&lt;br /&gt;Comments: ** Comment from web user: maartenba ** &lt;p&gt;This could be an issue... Will check&amp;#33;&lt;/p&gt;</description><author>maartenba</author><pubDate>Fri, 11 Jul 2008 10:24:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php 20080711102441A</guid></item><item><title>Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php</title><link>http://www.codeplex.com/PHPLinq/WorkItem/View.aspx?WorkItemId=2711</link><description>Hi&lt;br /&gt;Comments: ** Comment from web user: husker475 ** &lt;p&gt;Sorry about that, didn&amp;#39;t notice I was posting an item to the issue tracker, I thought I was posting in Discussions. &lt;/p&gt;&lt;p&gt;Anyway, my problem is that apache shows an error message when trying to run 11-join.php. All I get then is &amp;#34;Internet Explorer cannot display the webpage&amp;#34;, however, I can just click on the back button and run another file without problems. I am running xampp with php version 5.2.5, apache version is 2.2.8.&lt;/p&gt;&lt;p&gt;Feel free to move this post to discussions, I just wanted to explain the &amp;#34;Hi&amp;#34;.&lt;/p&gt;</description><author>husker475</author><pubDate>Wed, 09 Jul 2008 20:34:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: "Apache HTTP Server has stopped working" when trying to run 11-join.php 20080709083416P</guid></item></channel></rss>