<?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>Blog.Lejer.Ro - Bloggers Heaven &#187; Zend</title>
	<atom:link href="http://blog.Lejer.ro/category/zend/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.Lejer.ro</link>
	<description>Article collection: Internet daily usage and news for developers and rest</description>
	<lastBuildDate>Sat, 16 Jan 2010 13:40:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP 4 end of life announcement</title>
		<link>http://blog.Lejer.ro/2008/01/09/php-4-end-of-life-announcement/</link>
		<comments>http://blog.Lejer.ro/2008/01/09/php-4-end-of-life-announcement/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 09:04:44 +0000</pubDate>
		<dc:creator>Lejer</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Zend]]></category>
<category>Articles</category><category>improvements</category><category>php 4</category><category>php 5</category><category>Zend</category>
		<guid isPermaLink="false">http://blog.Lejer.ro/2008/01/09/php-4-end-of-life-announcement/</guid>
		<description><![CDATA[ [13-Jul-2007]
Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast, stable &#038; production-ready and as PHP 6 is on the way, PHP 4 will be discontinued.
The PHP development team hereby announces that support for PHP [...]]]></description>
			<content:encoded><![CDATA[<p> [13-Jul-2007]</p>
<p>Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast, stable &#038; production-ready and as PHP 6 is on the way, PHP 4 will be discontinued.</p>
<p>The PHP development team hereby announces that support for PHP 4 will continue until the end of this year only. After 2007-12-31 there will be no more releases of PHP 4.4. We will continue to make critical security fixes available on a case-by-case basis until 2008-08-08. Please use the rest of this year to make your application suitable to run on PHP 5.</p>
<p>For documentation on migration for PHP 4 to PHP 5, we would like to point you to our <a href="http://www.php.net/manual/en/migration5.php">migration guide</a>. There is additional information available in the <a href="http://www.php.net/manual/en/migration51.php">PHP 5.0 to PHP 5.1</a> and <a href="http://www.php.net/manual/en/migration52.php">PHP 5.1 to PHP 5.2</a> migration guides as well.</p>
<p>this article come from http://www.gophp5.org/ </p>
<a href="http://blog.Lejer.ro/tag/articles/" rel="tag">Articles</a>, <a href="http://blog.Lejer.ro/tag/improvements/" rel="tag">improvements</a>, <a href="http://blog.Lejer.ro/tag/php_4/" rel="tag">php 4</a>, <a href="http://blog.Lejer.ro/tag/php_5/" rel="tag">php 5</a>, <a href="http://blog.Lejer.ro/tag/zend/" rel="tag">Zend</a>]]></content:encoded>
			<wfw:commentRss>http://blog.Lejer.ro/2008/01/09/php-4-end-of-life-announcement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend (ZDE) crash raising InvocationTargetException</title>
		<link>http://blog.Lejer.ro/2007/05/09/zend-zde-crash-raising-invocationtargetexception/</link>
		<comments>http://blog.Lejer.ro/2007/05/09/zend-zde-crash-raising-invocationtargetexception/#comments</comments>
		<pubDate>Wed, 09 May 2007 07:04:51 +0000</pubDate>
		<dc:creator>Lejer</dc:creator>
				<category><![CDATA[Zend]]></category>
<category>crash</category><category>Main</category><category>solution</category><category>Zend</category><category>zend studio</category>
		<guid isPermaLink="false">http://blog.Lejer.ro/2007/05/09/zend-zde-crash-raising-invocationtargetexception/</guid>
		<description><![CDATA[Bad things happens from time to time&#8230;
Today my zend environment crashed. Issue was some JRE error&#8230; as below
Googled a bit for the solution, and i found something that might help others to have a short advice on how to fix it.
“Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)”.
After [...]]]></description>
			<content:encoded><![CDATA[<p>Bad things happens from time to time&#8230;<br />
Today my zend environment crashed. Issue was some JRE error&#8230; as below<br />
Googled a bit for the solution, and i found something that might help others to have a short advice on how to fix it.</p>
<p>“Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)”.<br />
After pressing ‘Details’, this error is displayed:<br />
Application Exception Details:<br />
java.lang.StackOverflowError</p>
<p>Why? The Zend support said: &#8220;This problem is due to a problem in the configurations files of ZDE.&#8221; Even i did not changed anything from yesterday&#8230; but&#8230;:) they have right. following next step, all works again.</p>
<p>1. Close ZDE.<br />
2. Locate the fileTypes directory under<br />
{your user home directory}\ZDE\config_x.x\fileTypes and delete it.<br />
(For versions of Zend Studio older than 3.5.x this directory is named:<br />
{Your user home directory}\ZDE\config\fileTypes)<br />
3. Start ZDE again.</p>
<p>Hope that will help somebody, and release him from spending time by searching for solutions, as i did&#8230;</p>
<a href="http://blog.Lejer.ro/tag/crash/" rel="tag">crash</a>, <a href="http://blog.Lejer.ro/tag/main/" rel="tag">Main</a>, <a href="http://blog.Lejer.ro/tag/solution/" rel="tag">solution</a>, <a href="http://blog.Lejer.ro/tag/zend/" rel="tag">Zend</a>, <a href="http://blog.Lejer.ro/tag/zend_studio/" rel="tag">zend studio</a>]]></content:encoded>
			<wfw:commentRss>http://blog.Lejer.ro/2007/05/09/zend-zde-crash-raising-invocationtargetexception/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

