<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Zend_Soap_AutoDiscover and eAccelerator</title>
	<atom:link href="http://www.hermanradtke.com/blog/zend_soap_autodiscover-and-eaccelerator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hermanradtke.com/blog/zend_soap_autodiscover-and-eaccelerator/</link>
	<description>Personal anecdotes from my experiences using the LAMP stack</description>
	<lastBuildDate>Mon, 30 Aug 2010 07:16:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Herman Radtke</title>
		<link>http://www.hermanradtke.com/blog/zend_soap_autodiscover-and-eaccelerator/comment-page-1/#comment-3771</link>
		<dc:creator>Herman Radtke</dc:creator>
		<pubDate>Thu, 06 May 2010 15:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=255#comment-3771</guid>
		<description>The filter syntax is really buggy.  I have been reading a lot about the problems people were having.  Particularly, filtering a directory with a wildcard was not working, nor was filtering multiple directories at once.

I have settled on the following syntax:
ini_set(&#039;eaccelerator.filter&#039;,
    &#039;!*SomeSoapClass.php !*AnotherSoapClass.php&#039;);

This is slightly different from my original syntax in that it adds a wildcard to the front of the class name.  This fixes some weird issues with how the filter looks for the files to not filter.  The problem with this method is that I have to maintain this list as I add more soap classes, but it is the best I have found.

To be clear: only the soap class that is being reflected on needs to be filtered.  I don&#039;t even filter my abstract soap class.</description>
		<content:encoded><![CDATA[<p>The filter syntax is really buggy.  I have been reading a lot about the problems people were having.  Particularly, filtering a directory with a wildcard was not working, nor was filtering multiple directories at once.</p>
<p>I have settled on the following syntax:<br />
ini_set(&#8216;eaccelerator.filter&#8217;,<br />
    &#8216;!*SomeSoapClass.php !*AnotherSoapClass.php&#8217;);</p>
<p>This is slightly different from my original syntax in that it adds a wildcard to the front of the class name.  This fixes some weird issues with how the filter looks for the files to not filter.  The problem with this method is that I have to maintain this list as I add more soap classes, but it is the best I have found.</p>
<p>To be clear: only the soap class that is being reflected on needs to be filtered.  I don&#8217;t even filter my abstract soap class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nauw</title>
		<link>http://www.hermanradtke.com/blog/zend_soap_autodiscover-and-eaccelerator/comment-page-1/#comment-3766</link>
		<dc:creator>nauw</dc:creator>
		<pubDate>Thu, 06 May 2010 07:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=255#comment-3766</guid>
		<description>Hello,

Thanks for this tips.

Unfortunately i&#039;m running under eAccelerator 0.9.5, and cannot deploy another one.

i&#039;m trying to declare to not cache some script, but it failling too.

I&#039;m using * char to declare several files and folder to not cache.

Do you know if i need to filter every files involved in my Soap (i mean controller, class, sub class?).

Thanks in advance for your help,

Nauw</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this tips.</p>
<p>Unfortunately i&#8217;m running under eAccelerator 0.9.5, and cannot deploy another one.</p>
<p>i&#8217;m trying to declare to not cache some script, but it failling too.</p>
<p>I&#8217;m using * char to declare several files and folder to not cache.</p>
<p>Do you know if i need to filter every files involved in my Soap (i mean controller, class, sub class?).</p>
<p>Thanks in advance for your help,</p>
<p>Nauw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barat</title>
		<link>http://www.hermanradtke.com/blog/zend_soap_autodiscover-and-eaccelerator/comment-page-1/#comment-3459</link>
		<dc:creator>barat</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=255#comment-3459</guid>
		<description>OMG. That was the lifesaver :)
Everything worked on my localhost, but on litespeed - not.
Support told that:
a) I can&#039;t turn off eA for one file
b) I can&#039;t disable removing comments
c) I can switch to PHp5.3 where eA isnt turned ON ...</description>
		<content:encoded><![CDATA[<p>OMG. That was the lifesaver <img src='http://www.hermanradtke.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Everything worked on my localhost, but on litespeed &#8211; not.<br />
Support told that:<br />
a) I can&#8217;t turn off eA for one file<br />
b) I can&#8217;t disable removing comments<br />
c) I can switch to PHp5.3 where eA isnt turned ON &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
