<?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>AG Prime Blog &#187; wampserver</title>
	<atom:link href="http://blog.ag-prime.com/tag/wampserver/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ag-prime.com</link>
	<description>Afla ce idei ne-au mai venit...</description>
	<lastBuildDate>Thu, 15 Dec 2011 10:55:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP short_open_tags cannot set to on in WAMPSERVER</title>
		<link>http://blog.ag-prime.com/2008/12/php-short_open_tags-cannot-set-to-off-in-wampserver/</link>
		<comments>http://blog.ag-prime.com/2008/12/php-short_open_tags-cannot-set-to-off-in-wampserver/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 14:49:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[configuring]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wampserver]]></category>

		<guid isPermaLink="false">http://blog.ag-prime.com/?p=18</guid>
		<description><![CDATA[Recently, I encountered that problem. I was working with a PHP engine wich was using php short_open_tags: 1 2 3 &#60;? // open PHP tag using &#60;? instead of &#60;?php ?&#62; So very simple, I wanted to change the property by the simple way, tray icon -&#62; PHP -&#62; PHP Settings -&#62; short open tag. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I encountered that problem. I was working with a PHP engine wich was using php short_open_tags:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?</span>
<span style="color: #666666; font-style: italic;">// open PHP tag using &lt;?  instead of &lt;?php</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>So very simple, I wanted to change the property by the simple way, tray icon -&gt; PHP -&gt; PHP Settings -&gt; short open tag.</p>
<p>Ok the option is ticked, but the engine still doesn&#8217;t start. The issue. Looks like my version of <strong>PHP: 5.2.6</strong>, applies this setting only if set last on config file. So after many minutes of mistery, just adding line:</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000099;">short_open_tags</span> <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> On</span></pre></div></div>

<p>at the <strong>end </strong>of my <strong>php.ini </strong>file, solved the proble.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ag-prime.com/2008/12/php-short_open_tags-cannot-set-to-off-in-wampserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

