<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/phpmyide/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/phpmyide/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 18 Jun 2008 22:23:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpmyide/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>phpMyIDE 0.5d Released!</title><link>https://sourceforge.net/p/phpmyide/news/2008/06/phpmyide-05d-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&amp;lt;b&amp;gt;The phpMyIDE Development Team is pleased to announce to official release of phpMyIDE 0.5d.&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;p&gt;The primary focus of the release is stability and bug fixes for the series-5 releases. This is probably the last release for version 0.55, since we are now actively working on the features of version 0.6.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;p&gt;Highlights of the release include:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The command prompt just continues to get tighter and better. There we're miscellaneous bugs with certain commands, like select count('x') from a table that were hassling me and they're all patched up. Other improvements include better answers for certain queries, like insert/update/delete - used to just return 'OK' now they respond with the number of rows affected. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The config file has again been greatly updated. This time it's got a huge amount of commenting to let you know exactly what each variable is and how it affects the system. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The multiple-connection stuff is in place and working nicely. The config.php file has details about how to create these records.&lt;br /&gt;
&amp;lt;li&amp;gt;Changing your connection is done through the command prompt. A couple new commands have been added to the command lexicon to manage it.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;UserName/Password protected websites are now OK. This problem only presented itself in the command prompt with long commands like select * from a table. There are two new optional parameters in each configuration record for the username and password.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Reports: I am happy enough with the system to officially release version 1 of the reports.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Last, but certainly not least, is the testinstall.php script. This little routine will help you debug a connection problem. Call it from a browser and you should get nothing but &amp;quot;OK&amp;quot; for each tested item. If any of the items do not come up OK then you know that some element of the IDE will not work correctly. testinstall.php will test all of your connections as well, so if you have several connections and one in particular doesn't work correctly, this will help. This script is going to eventually be incorporated into the IDE so that as you define connections you can debug them right there.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/p&gt;
&lt;p&gt;Details of the release can be found &amp;lt;a href=&amp;quot;http://www.phpmyide.com/updates.html&amp;quot;&amp;gt;here&amp;lt;/a&amp;gt; &lt;br /&gt;
at the project website or at the support forum.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Perkiset</dc:creator><pubDate>Wed, 18 Jun 2008 22:23:14 -0000</pubDate><guid>https://sourceforge.net6b57ec71728640d191fbfd160828e3f908417690</guid></item><item><title>Release 0.5c: Stability and Usability</title><link>https://sourceforge.net/p/phpmyide/news/2008/06/release-05c-stability-and-usability/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We've been working with the Command Prompt now quite heavily for the last week and it's beginning to shape up. This release is recommended for all users. Details can be found at the support forum.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Perkiset</dc:creator><pubDate>Tue, 10 Jun 2008 17:58:20 -0000</pubDate><guid>https://sourceforge.net9eb45de0314569050500037b4c1e1852ebfd1bb5</guid></item><item><title>phpMyIDE 0.5a File Error</title><link>https://sourceforge.net/p/phpmyide/news/2008/06/phpmyide-05a-file-error/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The original download file for phpMyIDE-0.5a contained a small bug in the create SQL file and has been repaired. If you downloaded on 2006-06-02 then you will have the problem. details of patching it manually can be found at the support form.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Perkiset</dc:creator><pubDate>Tue, 03 Jun 2008 19:44:35 -0000</pubDate><guid>https://sourceforge.netfcaeaa484dc92d1a3e79e9a40484b4fa4475217d</guid></item><item><title>phpMyIDE 0.5a Released</title><link>https://sourceforge.net/p/phpmyide/news/2008/06/phpmyide-05a-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;phpMyIDE releases version 0.5a, dramatically increasing functionality and stability.&lt;/p&gt;
&lt;p&gt;With the addition of the Command Prompt among a list of significant upgrades and enhancements, phpMyIDE moves into the 85% functional category.&lt;/p&gt;
&lt;p&gt;Blending a Web GUI with a shell-emulating command prompt and a sophisticated storage paradigm for MySQL, phpMyIDE is now in production use by many of the early adopters. Although many features, including database-wide reporting and the Stored Query system have yet to be implemented, phpMyIDE is a capable and strong choice for those wanting to manage MySQL Stored Procedures, Functions, Triggers and Views in a web application, similar to phpMyAdmin.&lt;/p&gt;
&lt;p&gt;As noted on the website, phpMyIDE is not a replacement for phpMyAdmin, but in fact an excellent compliment. The IDE actually iFrames phpMyAdmin inside a “server connection” allowing the user to take full advantage of the incredible power of phpMyAdmin, yet have the heretofore unavailable capabilities of multiple line queries, calling stored procedures right from the command line and editing stored procedures in a programmer friendly way.&lt;/p&gt;
&lt;p&gt;Written for programmers by programmers, phpMyIDE is positioned to become a strong addition to the coder’s toolbox. The app can be downloaded here: &lt;a href="http://www.phpmyide.com" rel="nofollow"&gt;http://www.phpmyide.com&lt;/a&gt; or you can visit the support forum at &lt;a href="http://www.perkiset.org/forum/." rel="nofollow"&gt;http://www.perkiset.org/forum/.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Perkiset</dc:creator><pubDate>Tue, 03 Jun 2008 02:13:16 -0000</pubDate><guid>https://sourceforge.neta8894d77b32091f5028edf5610b377566f0ac5ab</guid></item><item><title>phpMyIDE Project Goes Public Alpha</title><link>https://sourceforge.net/p/phpmyide/news/2008/05/phpmyide-project-goes-public-alpha/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;phpMyIDE, a stored procedure/function/trigger Ajax application for MySQL officially began releasing alpha code and recruiting testers as of May 26th. For details see the project here or visit www.phpmyide.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Perkiset</dc:creator><pubDate>Wed, 28 May 2008 21:36:06 -0000</pubDate><guid>https://sourceforge.net12a5759d0e6d3e8cebfafd7e068f0e938ed91632</guid></item></channel></rss>