<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!--
	This feed generated for Anonymous-->
<channel>
<title>NuSphere Forums</title>
<link>http://forum.nusphere.com/</link>
<description></description>
<managingEditor>web-forums@nusphere.com</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.3</generator>
<language>en</language><lastBuildDate>Mon, 08 Jun 2026 10:45:43 GMT</lastBuildDate>
<image>
	<url>http://forum.nusphere.com//nu16x16.gif</url>
	<title>NuSphere Forums</title>
	<link>http://forum.nusphere.com/</link>
	<width>16</width>
	<height>16</height>
</image>
<item>
<title>PhpED PHP IDE :: RE: bug by start</title>
<link>http://forum.nusphere.com/viewtopic.php?p=37567#37567</link>
<pubDate>Wed, 03 Jun 2026 15:59:59 GMT</pubDate>
<guid isPermaLink="true">http://forum.nusphere.com/viewtopic.php?p=37567#37567</guid>
<description>Author: &lt;a href=&quot;member10189.html&quot; target=&quot;_blank&quot;&gt;radiy&lt;/a&gt;&lt;br /&gt;
Posted: Wed Jun 03, 2026 10:59 am (GMT -5)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Windows 11. Smart App Control frequently blocks either PhpEd itself, preventing it from launching at all
&lt;br /&gt;
or specific DLLs. I felt it was important to bring this to your attention.
&lt;br /&gt;

&lt;br /&gt;
Thank you for Version 22.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>radiy</dc:creator>
<dc:subject>PhpED PHP IDE</dc:subject>
<annotate:reference rdf:resource="http://forum.nusphere.com/viewtopic.php?p=37547#37547" />
<comments>http://forum.nusphere.com/posting.php?mode=quote&amp;p=37567</comments>
</item>
<item>
<title>PhpED PHP IDE :: bug - DIV closing tags sometime not suggested</title>
<link>http://forum.nusphere.com/viewtopic.php?p=37566#37566</link>
<pubDate>Wed, 27 May 2026 11:40:01 GMT</pubDate>
<guid isPermaLink="true">http://forum.nusphere.com/viewtopic.php?p=37566#37566</guid>
<description>Author: &lt;a href=&quot;member1674.html&quot; target=&quot;_blank&quot;&gt;lubosdz&lt;/a&gt;&lt;br /&gt;
Subject: bug - DIV closing tags sometime not suggested&lt;br /&gt;Posted: Wed May 27, 2026 6:40 am (GMT -5)&lt;br /&gt;
&lt;br /&gt;&lt;span class="postbody"&gt;
Hi,
&lt;br /&gt;

&lt;br /&gt;
sometime DIV closing tags are not suggested. Seems related to PHP output buffering function(s) on the page (? just a guess). Other closing tags (span, ..) will be suggested but DIV somehow is not. Happens irregularly. Reproduce issue - insert into new PHP page in IDE:
&lt;br /&gt;

&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;table width=&quot;90%&quot; align=&quot;center&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; class=&quot;code&quot;&gt;&lt;tr&gt; 	&lt;td class=&quot;code_header&quot; align=&quot;left&quot;&gt;Code:&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;	&lt;td class=&quot;code&quot; align=&quot;left&quot;&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;msg-insurance-case&amp;quot;&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;?php if&amp;#40;!$insurance-&amp;gt;id&amp;#41;&amp;#123; ?&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;div class=&amp;quot;alert alert-warning text-center&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;i class=&amp;quot;fa fa-info-circle mr-1&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;button type=&#039;button&#039; class=&#039;close&#039; data-dismiss=&#039;alert&#039;&amp;gt;×&amp;lt;/button&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;?= Yii&amp;#58;&amp;#58;t&amp;#40;&#039;app&#039;, &#039;Poistný prípad nie je vytvorený.&#039;&amp;#41; ?&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;?php &amp;#125; ?&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;div id=&amp;quot;msg-insurance-case&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;?= Response&amp;#58;&amp;#58;FORMAT_JSON ?&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;span id=&amp;quot;msg-insurance-case&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;?= Response&amp;#58;&amp;#58;FORMAT_JSON ?&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/span&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;/&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;------ CLOSING DIV TAG NOT SUGGESTED
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;/div&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;?php ob_start&amp;#40;&amp;#41; ?&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;?php ob_start&amp;#40;&amp;#41; ?&amp;gt;
&lt;br /&gt;
/* empty .. */
&lt;br /&gt;
&amp;lt;?php $this-&amp;gt;registerJs&amp;#40;ob_get_clean&amp;#40;&amp;#41;&amp;#41; ?&amp;gt;
&lt;br /&gt;
&amp;lt;/script&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;style&amp;gt;
&lt;br /&gt;
&amp;lt;?php ob_start&amp;#40;&amp;#41; ?&amp;gt;
&lt;br /&gt;
/* empty */
&lt;br /&gt;
&amp;lt;?php $this-&amp;gt;registerCss&amp;#40;ob_get_clean&amp;#40;&amp;#41;&amp;#41; ?&amp;gt;
&lt;br /&gt;
&amp;lt;/style&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;?php ob_end_clean&amp;#40;&amp;#41;;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;
&lt;br /&gt;

&lt;br /&gt;
Screen:
&lt;br /&gt;
&lt;a href=&quot;https://i.ibb.co/nqxpRHDP/screen-bug-nusphere-closing-tags-not-suggested-jpg.png&quot; target=&quot;_blank&quot;&gt;https://i.ibb.co/nqxpRHDP/screen-bug-nusphere-closing-tags-not-suggested-jpg.png&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
Thank you.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>lubosdz</dc:creator>
<dc:subject>PhpED PHP IDE</dc:subject>
<annotate:reference rdf:resource="http://forum.nusphere.com/viewtopic.php?p=37566#37566" />
<comments>http://forum.nusphere.com/posting.php?mode=quote&amp;p=37566</comments>
</item>
</channel>
</rss><!-- Page generation time: 0.0064s  - GZIP disabled -->