<?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>God Object</title>
	<atom:link href="http://www.god-object.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.god-object.com</link>
	<description>Because I know too much</description>
	<lastBuildDate>Mon, 25 Jan 2010 17:01:10 +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>Zend_Pdf and damaged PDF files in acrobat</title>
		<link>http://www.god-object.com/2010/01/25/zend_pdf-and-damaged-pdf-files-in-acrobat/</link>
		<comments>http://www.god-object.com/2010/01/25/zend_pdf-and-damaged-pdf-files-in-acrobat/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:47:37 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Zend_Pdf]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=262</guid>
		<description><![CDATA[Playing with Zend_Pdf all my files open perfectly in preview.app. But switching to Adobe Acrobat I got this error:
Adobe Reader could not open 'file.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).
I had the [...]]]></description>
			<content:encoded><![CDATA[<p>Playing with Zend_Pdf all my files open perfectly in <code>preview.app</code>. But switching to Adobe Acrobat I got this error:</p>
<p><code>Adobe Reader could not open 'file.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).</code></p>
<p>I had the <code>noViewRenderer</code> set in my action but that wasn&#8217;t enough. Place the snippet below in your controller action:</p>
<pre class="brush: php;">
$this-&gt;_helper-&gt;layout-&gt;disableLayout();
self::getFrontController()-&gt;setParam(&quot;noViewRenderer&quot;, true);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2010/01/25/zend_pdf-and-damaged-pdf-files-in-acrobat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>just released: Zend Framework 1.9.7</title>
		<link>http://www.god-object.com/2010/01/12/just-released-zend-framework-1-9-7/</link>
		<comments>http://www.god-object.com/2010/01/12/just-released-zend-framework-1-9-7/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:13:40 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=259</guid>
		<description><![CDATA[Grab the latest version at the Zend Framework website. This update fixes 46 issues. This release also resolves six security vulnerabilities found in the last few weeks. Those vulnerabilities are also patched for the 1.8 and 1.7 branch.
Bug
[ZF-5156] &#8211; Custom pagesize results in fatal error
[ZF-5163] &#8211; _getParam in Controller/Action don&#8217;t handle 0
[ZF-5948] &#8211; Neverending loop [...]]]></description>
			<content:encoded><![CDATA[<p>Grab the latest version at the <a title="Download Zend Framework" href="http://framework.zend.com/download/latest" target="_blank">Zend Framework website</a>. This update fixes 46 issues. This release also resolves six security vulnerabilities found in the last few weeks. Those vulnerabilities are also patched for the <a title="Zend Framework 1.8.5" href="http://framework.zend.com/changelog/1.8.5" target="_blank">1.8</a> and <a title="Zend Framework 1.7.9" href="http://framework.zend.com/changelog/1.7.9" target="_blank">1.7</a> branch.</p>
<p><strong>Bug</strong><br />
<a href="http://framework.zend.com/issues/browse/ZF-5156">[ZF-5156]</a> &#8211; Custom pagesize results in fatal error<br />
<a href="http://framework.zend.com/issues/browse/ZF-5163">[ZF-5163]</a> &#8211; _getParam in Controller/Action don&#8217;t handle 0<br />
<a href="http://framework.zend.com/issues/browse/ZF-5948">[ZF-5948]</a> &#8211; Neverending loop in -&gt;parse()<br />
<a href="http://framework.zend.com/issues/browse/ZF-6753">[ZF-6753]</a> &#8211; Implementation of Dojo_View_Helper_Editor is outdated and insecure<br />
<a href="http://framework.zend.com/issues/browse/ZF-7342">[ZF-7342]</a> &#8211; Zend_Amf_Util_BinaryStream &#8211; Endian Detection Issue and Fix proposal<br />
<a href="http://framework.zend.com/issues/browse/ZF-7712">[ZF-7712]</a> &#8211; Zend_XmlRpc_Value_Double rounds to 6 decimal digits<br />
<a href="http://framework.zend.com/issues/browse/ZF-7896">[ZF-7896]</a> &#8211; Does zend_rest_route respect RESTful protocol stand<br />
<a href="http://framework.zend.com/issues/browse/ZF-8074">[ZF-8074]</a> &#8211; Problem when calling a webservice method with a Zend_XmlRpc_Value_DateTime object as parameter<br />
<a href="http://framework.zend.com/issues/browse/ZF-8084">[ZF-8084]</a> &#8211; Segmentation Fault with Zend_Paginator_Adapter_Iterator + Zend_Cache<br />
<a href="http://framework.zend.com/issues/browse/ZF-8127">[ZF-8127]</a> &#8211; Security issue in Zend_Dojo_View_Helper_Editor<br />
<a href="http://framework.zend.com/issues/browse/ZF-8289">[ZF-8289]</a> &#8211; Zend_Search_Lucene_Interface_MultiSearcher calls method that is not declared in Zend_Search_Lucene_Interface.<br />
<a href="http://framework.zend.com/issues/browse/ZF-8293">[ZF-8293]</a> &#8211; Setting Zend_Search_Lucene_Interface_MultiSearcher distributor callback does not work.<br />
<a href="http://framework.zend.com/issues/browse/ZF-8397">[ZF-8397]</a> &#8211; getEntry($anEntryLink) doesn&#8217;t work after updateEntry($anotherEntryObject)<br />
<a href="http://framework.zend.com/issues/browse/ZF-8407">[ZF-8407]</a> &#8211; Documentation about using multiple parameters in a string has an unwanted backslash<br />
<a href="http://framework.zend.com/issues/browse/ZF-8409">[ZF-8409]</a> &#8211; Zend_Filter_StripTags strips &#8216;&lt;&#8217; in text<br />
<a href="http://framework.zend.com/issues/browse/ZF-8427">[ZF-8427]</a> &#8211; Parse error after update to r19313<br />
<a href="http://framework.zend.com/issues/browse/ZF-8455">[ZF-8455]</a> &#8211; Problem Zend_Db_Adapter_Pdo_Pgsql::listTables()<br />
<a href="http://framework.zend.com/issues/browse/ZF-8492">[ZF-8492]</a> &#8211; Signature for Zend_Gdata_HttpClient::resetParameters() doesn&#8217;t match superclass<br />
<a href="http://framework.zend.com/issues/browse/ZF-8493">[ZF-8493]</a> &#8211; Zend_Mail_Transport_Sendmail creates warning if it doesnt exist instead of throwing an exception<br />
<a href="http://framework.zend.com/issues/browse/ZF-8497">[ZF-8497]</a> &#8211; DayOfYear set and get not consistent<br />
<a href="http://framework.zend.com/issues/browse/ZF-8511">[ZF-8511]</a> &#8211; Zend_Mail_Protocol_Abstract &#8211; truncates server response when SMTP server responds with umultiple line error message<br />
<a href="http://framework.zend.com/issues/browse/ZF-8537">[ZF-8537]</a> &#8211; Zend_Rest_Router must implements static method getInstance<br />
<a href="http://framework.zend.com/issues/browse/ZF-8595">[ZF-8595]</a> &#8211; Zend_Gdata_App_FeedEntryParent::setEtag() DocBlock (and others) Incorrect<br />
<a href="http://framework.zend.com/issues/browse/ZF-8663">[ZF-8663]</a> &#8211; Zend_Json internal does not encode solidus when encoding strings<br />
<a href="http://framework.zend.com/issues/browse/ZF-8671">[ZF-8671]</a> &#8211; Signature is invalid for all requests that have space in any of the signed query parameters<br />
<a href="http://framework.zend.com/issues/browse/ZF-8715">[ZF-8715]</a> &#8211; Inconsistent encoding across several view helpers<br />
<a href="http://framework.zend.com/issues/browse/ZF-8720">[ZF-8720]</a> &#8211; Bug fix for setLocation with exclamation mark<br />
<a href="http://framework.zend.com/issues/browse/ZF-8733">[ZF-8733]</a> &#8211; Zend_File_Transfer_Adapter_Abstract should not accept user provided mime time as official mime type<br />
<a href="http://framework.zend.com/issues/browse/ZF-8743">[ZF-8743]</a> &#8211; StripTags filter should never allow comments<br />
<a href="http://framework.zend.com/issues/browse/ZF-8771">[ZF-8771]</a> &#8211; Problem in headTitle view helper</p>
<p><strong> Coding Standards Violation</strong><br />
<a href="http://framework.zend.com/issues/browse/ZF-8401">[ZF-8401]</a> &#8211; Code outside class body</p>
<p><strong> Docs: Improvement</strong><br />
<a href="http://framework.zend.com/issues/browse/ZF-4577">[ZF-4577]</a> &#8211; Zend_Cache_Core::test() may return integer when using File backend</p>
<p><strong> Docs: Problem</strong><br />
<a href="http://framework.zend.com/issues/browse/ZF-7989">[ZF-7989]</a> &#8211; Where does &#8220;View&#8221; come in in your plugin<br />
<a href="http://framework.zend.com/issues/browse/ZF-8456">[ZF-8456]</a> &#8211; Zend_Feed_Reader Attribute Collections documentation uses the word &#8220;type&#8221; instead of &#8220;term&#8221;<br />
<a href="http://framework.zend.com/issues/browse/ZF-8593">[ZF-8593]</a> &#8211; Wrong link href in GData provisioning<br />
<a href="http://framework.zend.com/issues/browse/ZF-8697">[ZF-8697]</a> &#8211; error in sample : $queue = Zend_Queue(&#8216;Array&#8217;, $options); &lt;- missing &#8220;new&#8221;<br />
<a href="http://framework.zend.com/issues/browse/ZF-8698">[ZF-8698]</a> &#8211; 2nd problem in 42.2. Example usage (2 issues)</p>
<p><strong> Improvement</strong><br />
<a href="http://framework.zend.com/issues/browse/ZF-7995">[ZF-7995]</a> &#8211; Zend_Rest_Route is not extensible<br />
<a href="http://framework.zend.com/issues/browse/ZF-8011">[ZF-8011]</a> &#8211; addJavascript() uses preg_replace when trim would suffice<br />
<a href="http://framework.zend.com/issues/browse/ZF-8430">[ZF-8430]</a> &#8211; Cache_Backend_TwoLevels: Add protected getters for used backends<br />
<a href="http://framework.zend.com/issues/browse/ZF-8581">[ZF-8581]</a> &#8211; Get rid of Ascii85 stubb class<br />
<a href="http://framework.zend.com/issues/browse/ZF-8742">[ZF-8742]</a> &#8211; Zend_Filter_Encrypt_Mcrypt should use strongest case random number generator and srand() practices available<br />
<strong> </strong></p>
<p><strong>New Feature</strong><br />
<a href="http://framework.zend.com/issues/browse/ZF-8390">[ZF-8390]</a> &#8211; Implement Zend_Pdf_Action_URI to enable external links<br />
<a href="http://framework.zend.com/issues/browse/ZF-8396">[ZF-8396]</a> &#8211; RunLengthDecode Filter support for PDF documents<br />
<strong> </strong></p>
<p><strong>Unit Tests: Problem</strong><br />
<a href="http://framework.zend.com/issues/browse/ZF-8460">[ZF-8460]</a> &#8211; Cannot run Zend_Gdata_AppTest independently<br />
<strong> </strong></p>
<p><strong>Sub-task</strong><br />
<a href="http://framework.zend.com/issues/browse/ZF-6921">[ZF-6921]</a> &#8211; Markup annotations</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2010/01/12/just-released-zend-framework-1-9-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Form, Validators and Custom Error Messages</title>
		<link>http://www.god-object.com/2010/01/08/zend_form-validators-and-custom-error-messages/</link>
		<comments>http://www.god-object.com/2010/01/08/zend_form-validators-and-custom-error-messages/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 17:22:21 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=244</guid>
		<description><![CDATA[Below is a code snippet if you want a simple sign-up form on you website using Zend_Form.
Features are

set email adres to lowercase using Zend_Filter_StringToLower.
Use Zend_Validate_Emailaddress, to check the correctness of the email address.
Check password for StringLenght; minimal 6 &#38; maximum 20 characters.
Custom error messages for Zend_Validate_StringLenght.
Check for identical password entered using Zend_Validate_Identical, and custom error message.
Decorators [...]]]></description>
			<content:encoded><![CDATA[<p>Below is a code snippet if you want a simple sign-up form on you website using <code>Zend_Form</code>.</p>
<p>Features are</p>
<ul>
<li>set email adres to lowercase using <code>Zend_Filter_StringToLower</code>.</li>
<li>Use <code>Zend_Validate_Emailaddress</code>, to check the correctness of the email address.</li>
<li>Check password for <code>StringLenght</code>; minimal 6 &amp; maximum 20 characters.</li>
<li>Custom error messages for <code>Zend_Validate_StringLenght</code>.</li>
<li>Check for identical password entered using <code>Zend_Validate_Identical</code>, and custom error message.</li>
<li>Decorators to display the error messages.</li>
<li><code>Zend_Filter_StringTrim</code> to trim possible whitespace.</li>
</ul>
<pre class="brush: php;">
&lt;?php
class Login_Form extends Zend_Form
{
    public function init()
    {
        $username = $this-&gt;addElement('text', 'email', array(
            'filters'    =&gt; array('StringTrim', 'StringToLower'),
            'validators' =&gt; array(
                'EmailAddress',
            ),
            'required'   =&gt; true,
            'label'      =&gt; 'E-mail address',
        ));

        $password = $this-&gt;addElement('password', 'password', array(
            'filters'    =&gt; array('StringTrim'),
            'validators' =&gt; array( array(
                'StringLength', false, array(6,20,'messages' =&gt; array(
					Zend_Validate_StringLength::TOO_SHORT =&gt; 'Your password is too short.',
					Zend_Validate_StringLength::TOO_LONG =&gt; 'Your password is too long.',
					)))),
            'required'   =&gt; true,
            'label'      =&gt; 'Your password'
        ));

        $password2 = $this-&gt;addElement('password', 'password2', array(
            'filters'    =&gt; array('StringTrim'),
            'validators' =&gt; array('Identical'),
            'required'   =&gt; true,
            'label'      =&gt; 'Retype your password',
        ));

        $login = $this-&gt;addElement('submit', 'Sign up', array(
            'required' =&gt; false,
            'ignore'   =&gt; true,
            'label'    =&gt; 'Register',
        ));

        $this-&gt;setDecorators(array(
            'FormElements',
            array('HtmlTag', array('tag' =&gt; 'dl', 'class' =&gt; 'zend_form')),
            array('Description', array('placement' =&gt; 'prepend')),
            'Form'
        ));
    }

    public function isValid ($data)
        {
            $passTwice = $this-&gt;getElement('password2');
            $passTwice-&gt;getValidator('Identical')-&gt;setToken($data['password'])-&gt;setMessage('Passwords don\'t match.');
            return parent::isValid($data);
        }
}
</pre>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2010/01/08/zend_form-validators-and-custom-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jiraPress updated for WordPress 2.9</title>
		<link>http://www.god-object.com/2009/12/26/jirapress-updated-for-wordpress-2-9/</link>
		<comments>http://www.god-object.com/2009/12/26/jirapress-updated-for-wordpress-2-9/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 12:36:22 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[JIRA]]></category>
		<category><![CDATA[jiraPress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=240</guid>
		<description><![CDATA[jiraPress is now available on wordpress 2.9. Proof that it works is this site  
Check the jiraPress page for more details&#8230;
]]></description>
			<content:encoded><![CDATA[<p>jiraPress is now available on wordpress 2.9. Proof that it works is this site <img src='http://www.god-object.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Check the <a title="jiraPress wordpress plugin" href="http://www.god-object.com/wordpress-plugins/jirapress/">jiraPress page</a> for more details&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2009/12/26/jirapress-updated-for-wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileVault and Web development</title>
		<link>http://www.god-object.com/2009/12/04/filevault-and-web-development/</link>
		<comments>http://www.god-object.com/2009/12/04/filevault-and-web-development/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 15:09:14 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[FileVault]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=230</guid>
		<description><![CDATA[I use FileVault on my Snow Leopard setup to protect my precious code. When I turned it on my local apache couldn&#8217;t accesss my local test folder of PHP code anymore.
To correct this you need to adjust the apache user in the httpd.conf. You can find the snippet below around line number 130.

User www
Group www

change [...]]]></description>
			<content:encoded><![CDATA[<p>I use FileVault on my Snow Leopard setup to protect my precious code. When I turned it on my local apache couldn&#8217;t accesss my local test folder of PHP code anymore.</p>
<p>To correct this you need to adjust the apache user in the <code>httpd.conf</code>. You can find the snippet below around line number 130.</p>
<pre class="brush: plain;">
User www
Group www
</pre>
<p>change it to your local unix name</p>
<pre class="brush: plain;">
User webpatser
Group www
</pre>
<p>You can leave the group setting. If there are multiple users on the system using FileVault, this is, I guess, not the answer to the problem&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2009/12/04/filevault-and-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 64-bit, ATI 9.11 and compiz-fusion</title>
		<link>http://www.god-object.com/2009/11/26/ubuntu-9-04-64-bit-ati-9-11-and-compiz-fusion/</link>
		<comments>http://www.god-object.com/2009/11/26/ubuntu-9-04-64-bit-ati-9-11-and-compiz-fusion/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:00:54 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[fusion]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=224</guid>
		<description><![CDATA[After I upgraded the kernel (2.6.28-16)on my ubuntu 9.04 box, I noticed my ATI driver could use an upgrade as well.
So here the steps to rebuild the latest ATI driver. In my case that would be 9.11 to power the HD 2400 XT card.
First upgrade to the latest kernel. Do a dist-upgrade to rebuild any [...]]]></description>
			<content:encoded><![CDATA[<p>After I upgraded the kernel (2.6.28-16)on my ubuntu 9.04 box, I noticed my ATI driver could use an upgrade as well.</p>
<p>So here the steps to rebuild the latest ATI driver. In my case that would be 9.11 to power the HD 2400 XT card.</p>
<p>First upgrade to the latest kernel. Do a <code>dist-upgrade</code> to rebuild any kernel-drivers.</p>
<pre class="brush: bash;">
sudo apt-get dist-upgrade
</pre>
<p>Reboot into the new kernel and download the latest ATI driver.</p>
<p>Since only redhat and suse are supported in the GUI version of the installer we need to generate ubuntu installer packages.</p>
<pre class="brush: bash;">
sudo sh ./ati-driver-installer-9-11-x86.x86_64.run --buildpkg Ubuntu/9.04
</pre>
<p>If you have a different linux distribution you can check all supported systems via <code>sh ./ati-driver-installer-9-11-x86.x86_64.run --listpkg</code>.</p>
<p>After building all <code>.deb</code> files you need to install them. Be sure no other .deb files are in you working directory, otherwise you reinstall those.</p>
<pre class="brush: bash;">
sudo dpkg --install *.deb
</pre>
<p>Run aticonfig to update <code>xorg.conf</code></p>
<pre class="brush: bash;">
sudo /usr/bin/aticonfig --initial
</pre>
<p>Reboot you system (fingers crossed).</p>
<p>Open a terminal and type <code>fglrxinfo</code>.</p>
<p>Output should be something like:</p>
<pre class="brush: plain;">
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2400 XT
OpenGL version string: 2.1.9116
</pre>
<p>Meaning the ATI drivers is used. You can test using <code>fgl_glxgears</code>. I&#8217;m getting 340 fps so OpenGL is working fine.</p>
<p>They moved the Catalist Control Center with the latest version. It was in the Application menu, but they moved it to a better place; <code>System >> Preferences</code>.</p>
<p>You can also start it from the terminal</p>
<pre class="brush: bash;">
sudo amdcccle
</pre>
<p>Install the <code>CopmizConfig Settings Manager</code> and dependencies.</p>
<pre class="brush: bash;">
sudo apt-get install simple-ccsm
</pre>
<p>Now open the menu item: <code>System >> Preferences >> Appearance</code></p>
<p>In the <code>Visual Effects</code> tab select the <code>Custom</code> setting and close the window.</p>
<p>Now Compiz is already enabled. The windows should be all wobbly. In the Preferences menu, you can change all compiz settings using the <code>CopmizConfig Settings Manager</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2009/11/26/ubuntu-9-04-64-bit-ati-9-11-and-compiz-fusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend Studio 7.1 beta and Mylyn</title>
		<link>http://www.god-object.com/2009/11/26/zend-studio-7-1-beta-and-mylyn/</link>
		<comments>http://www.god-object.com/2009/11/26/zend-studio-7-1-beta-and-mylyn/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:15:22 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[mylyn]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=214</guid>
		<description><![CDATA[Doing a update check in the Zend Studio 7.1 beta generates an error when trying to update the Mylyn connectors

Cannot complete the install because of a conflicting dependency.
  Software being installed: Mylyn WikiText SDK 1.2.0.v20091015-0500-e3x (org.eclipse.mylyn.wikitext.sdk.feature.group 1.2.0.v20091015-0500-e3x)
  Software currently installed: Zend Studio 7.1.0.v20091014 (com.zend.php.ide 7.1.0.v20091014)
  Only one of the following can be [...]]]></description>
			<content:encoded><![CDATA[<p>Doing a update check in the Zend Studio 7.1 beta generates an error when trying to update the Mylyn connectors</p>
<pre class="brush: plain;">
Cannot complete the install because of a conflicting dependency.
  Software being installed: Mylyn WikiText SDK 1.2.0.v20091015-0500-e3x (org.eclipse.mylyn.wikitext.sdk.feature.group 1.2.0.v20091015-0500-e3x)
  Software currently installed: Zend Studio 7.1.0.v20091014 (com.zend.php.ide 7.1.0.v20091014)
  Only one of the following can be installed at once:
    Mylyn WikiText TracWiki UI 1.2.0.v20091015-0500-e3x (org.eclipse.mylyn.wikitext.tracwiki.ui 1.2.0.v20091015-0500-e3x)
    Mylyn WikiText TracWiki UI 1.1.2.v20090912-0400-e3x (org.eclipse.mylyn.wikitext.tracwiki.ui 1.1.2.v20090912-0400-e3x)
  Cannot satisfy dependency:
    From: Zend Studio 7.1.0.v20091014 (com.zend.php.ide 7.1.0.v20091014)
    To: org.eclipse.mylyn.wikitext_feature.feature.group [1.1.2.v20090912-0400-e3x]
  Cannot satisfy dependency:
    From: Mylyn WikiText SDK 1.2.0.v20091015-0500-e3x (org.eclipse.mylyn.wikitext.sdk.feature.group 1.2.0.v20091015-0500-e3x)
    To: org.eclipse.mylyn.wikitext.tracwiki.ui [1.2.0.v20091015-0500-e3x]
  Cannot satisfy dependency:
    From: Mylyn WikiText 1.1.2.v20090912-0400-e3x (org.eclipse.mylyn.wikitext_feature.feature.group 1.1.2.v20090912-0400-e3x)
    To: org.eclipse.mylyn.wikitext.tracwiki.ui [1.1.2.v20090912-0400-e3x]
</pre>
<p>This update prevents the <code>Atlassian plugin</code> to work properly. Good news is that in the final release of Zend Studio 7.1, <code>Mylyn 3.3</code> is installed, so we have to wait for the final version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2009/11/26/zend-studio-7-1-beta-and-mylyn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set all PHP internals to UTF-8</title>
		<link>http://www.god-object.com/2009/11/25/set-all-php-internals-to-utf-8/</link>
		<comments>http://www.god-object.com/2009/11/25/set-all-php-internals-to-utf-8/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 12:56:21 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=206</guid>
		<description><![CDATA[If you have problems with transcoding strings, for example,  between ISO-Latin and UTF-8, it can help if you set the internal encoding to UTF-8

ini_set('mbstring.internal_encoding','UTF-8');
ini_set('mbstring.http_input','UTF-8');
ini_set('mbstring.http_output','UTF-8');

]]></description>
			<content:encoded><![CDATA[<p>If you have problems with transcoding strings, for example,  between ISO-Latin and UTF-8, it can help if you set the internal encoding to UTF-8</p>
<pre class="brush: php;">
ini_set('mbstring.internal_encoding','UTF-8');
ini_set('mbstring.http_input','UTF-8');
ini_set('mbstring.http_output','UTF-8');
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2009/11/25/set-all-php-internals-to-utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>just released: Zend Framework 1.9.6</title>
		<link>http://www.god-object.com/2009/11/25/just-released-zend-framework-1-9-6/</link>
		<comments>http://www.god-object.com/2009/11/25/just-released-zend-framework-1-9-6/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 09:25:15 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=203</guid>
		<description><![CDATA[Grab the latest version at the Zend Framework website. This update fixes 76 issues. The next release is set for December 15th. This new version might be the tagged as 1.10.0.
Release Notes &#8211; Zend Framework &#8211; Version 1.9.6
Bug
[ZF-3642] &#8211; Wrong count of executed queries
[ZF-4841] &#8211; Zend_Form_Decorator_Label-&#62;setTag() produces invalid XHMTL
[ZF-5066] &#8211; File validators aren&#8217;t being included [...]]]></description>
			<content:encoded><![CDATA[<p>Grab the latest version at the <a title="Download Zend Framework" href="http://framework.zend.com/download/latest" target="_blank">Zend Framework website</a>. This update fixes 76 issues. The next release is set for December 15th. This new version might be the tagged as 1.10.0.</p>
<p>Release Notes &#8211; Zend Framework &#8211; Version 1.9.6</p>
<p style="margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia;"><strong>Bug</strong><span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-3642">[ZF-3642]</a> &#8211; Wrong count of executed queries<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-4841">[ZF-4841]</a> &#8211; Zend_Form_Decorator_Label-&gt;setTag() produces invalid XHMTL<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-5066">[ZF-5066]</a> &#8211; File validators aren&#8217;t being included automatically<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-6088">[ZF-6088]</a> &#8211; Mixing &#8216;find&#8217; and &#8216;addDocument&#8217; with empty fields results in wrong indexes<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7223">[ZF-7223]</a> &#8211; In Zend_Db_Select::limit(), an empty first parameter won&#8217;t be converted to max integer in 32-bits architecture.<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7266">[ZF-7266]</a> &#8211; Dijit parsing before store creation fails value setting in FilteringSelect and ComboBox.<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7360">[ZF-7360]</a> &#8211; Zend_Dojo_Form_Element_FilteringSelect value is not populated after calling the populate method on the form object<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7404">[ZF-7404]</a> &#8211; Zend_Form_Element_Hash does not set a value when renderViewHelper() is called<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7436">[ZF-7436]</a> &#8211; Zend_Pdf_Page has fatal errors when used due to bad dependencies<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7491">[ZF-7491]</a> &#8211; Zend_Db_Select issues after upgrading to PHP 5.3<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7547">[ZF-7547]</a> &#8211; Zend_Mail_Protocol_Imap::_decodeLine incorrectly parses some kind of strings<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7660">[ZF-7660]</a> &#8211; Zend_Dojo does not set required=&#8221;false&#8221; if explicitly set<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7668">[ZF-7668]</a> &#8211; Support DB Link identifier as part of table name<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7681">[ZF-7681]</a> &#8211; ZipArchive::getFromName() problem<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7737">[ZF-7737]</a> &#8211; quoteInto won&#8217;t accept valid SQL if question mark is in first position.<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7807">[ZF-7807]</a> &#8211; Zend_Db_Adapter_Pdo: oci : function describeTable<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7874">[ZF-7874]</a> &#8211; Zend_Mail_Transport should not add charset parameter to multipart Content-Type header<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7894">[ZF-7894]</a> &#8211; Installation of PHPUnit 3.4.0 makes the zf &#8211;help command exit with Fatal PHP errors<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7928">[ZF-7928]</a> &#8211; Rest route doesn&#8217;t work in chains in some cases<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7979">[ZF-7979]</a> &#8211; Zend_Search_Lucene_Interface_MultiSearcher::find() throws warning when there are no indexes<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8079">[ZF-8079]</a> &#8211; Incorrect use of timeout in Zend_Http_Client_Adapter_Curl<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8149">[ZF-8149]</a> &#8211; getMetricStatistics() does not support the &#8220;Dimensions&#8221; option parameter properly<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8162">[ZF-8162]</a> &#8211; Several TYPOs in Zend_Mail_Protocol_Imap and Zend_Mail_Protocol_Pop3<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8163">[ZF-8163]</a> &#8211; Zend_Mail_Protocol_Imap connect method throws possibly misleading exception message on socket open failure<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8189">[ZF-8189]</a> &#8211; Undefined variable in Zend_Db_Select<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8190">[ZF-8190]</a> &#8211; Undefined variable in Zend_Db_Select<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8195">[ZF-8195]</a> &#8211; Call to undefined function getCommentCount()<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8206">[ZF-8206]</a> &#8211; Zend_Validate_File_MimeType does not validate mime types that lack charsets on files with mime types that have charsets<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8213">[ZF-8213]</a> &#8211; Zend Feed assumes invalid encoding if not specified<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8214">[ZF-8214]</a> &#8211; Checking for wrong gd_info() key, was renamed in PHP 5.3.0<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8264">[ZF-8264]</a> &#8211; Add Test Helper to Ec2 Test Cases<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8265">[ZF-8265]</a> &#8211; Zend_Form_Element_Radio generates non valid html<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8273">[ZF-8273]</a> &#8211; setReturnPath overwrites setFrom in Zend_Mail_Protocol_Smtp<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8277">[ZF-8277]</a> &#8211; Zend_Date::addDay() does not work correctly on year changes<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8292">[ZF-8292]</a> &#8211; Zend_Test_PHPUnit_Db_Operation_Truncate fails on Postgres tables with foreign keys<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8307">[ZF-8307]</a> &#8211; Zend_Reflection_Doctype_Tag_Param regex does not account for PHP 5.3 style namespaces<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8327">[ZF-8327]</a> &#8211; Zend_Feed_Reader::findFeedLinks() doens&#8217;t cleanup URI whitespace<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8328">[ZF-8328]</a> &#8211; Zend_Feed_Reder::import() doesn&#8217;t fail on non-feed documents<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8330">[ZF-8330]</a> &#8211; Zend_Feed_Reader::findFeedLinks() doesn&#8217;t handle relative feed URIs<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8331">[ZF-8331]</a> &#8211; Constructor of Zend_Navigation_Page referst to an undefined variable $config when passed a Zend_Config object.<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8342">[ZF-8342]</a> &#8211; Zend_Form_Element_Select addMultiOption method fails to render labels/options containing £<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8345">[ZF-8345]</a> &#8211; PHP Fatal error when running Zend_Fead_Reader tests with phpunit&#8217;s &#8211;group paramter<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8364">[ZF-8364]</a> &#8211; Zend_Loader_Autoloader_Resource::autoload() should return false if no match is found</p>
<p style="margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia;"><strong>Docs: Improvement</strong><span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8021">[ZF-8021]</a> &#8211; Zend_Rest introduction does not mention Zend_Rest_Controller at all<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8188">[ZF-8188]</a> &#8211; Error in section 15.1.1.2. Using the Zend_Db Factory<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8248">[ZF-8248]</a> &#8211; Disturbing lack of validation in Example 38.7. &#8211; Database Storage &#8211; DbStorage extends Zend_OpenId_Consumer_Storage</p>
<p style="margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia;"><strong>Docs: Problem</strong><span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-3471">[ZF-3471]</a> &#8211; Some Zend_Db_Table examples not rendering correctly<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-6334">[ZF-6334]</a> &#8211; Zend_Mail_Transport_Smtp constructor leaves $_name property same<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-6635">[ZF-6635]</a> &#8211; No extension named pdo_mssql<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-6821">[ZF-6821]</a> &#8211; No example of SELECT stuff WHERE id IN ()<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7236">[ZF-7236]</a> &#8211; possible typo in Scoring Algorithms description for Zend Search Lucene<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-7757">[ZF-7757]</a> &#8211; Text not displaying (correctly) for the bulleted list of 6 basic types of routes<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8123">[ZF-8123]</a> &#8211; Typo in Chapter 2. Zend_Acl, 2.1.1. Resources<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8155">[ZF-8155]</a> &#8211; Incorrect example of Zend_Db_Table_Select::where<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8179">[ZF-8179]</a> &#8211; Incorrect link<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8185">[ZF-8185]</a> &#8211; Website: some characters appearing as &#8220;???&#8221;<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8232">[ZF-8232]</a> &#8211; Error in example in 24.9.2.2.<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8254">[ZF-8254]</a> &#8211; Error in Zend_View_Script example about Smarty<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8316">[ZF-8316]</a> &#8211; Incorrect config example for Zend_Application_Resource_Layout<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8384">[ZF-8384]</a> &#8211; questions marks in a links anchor text</p>
<p style="margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia;"><strong>Improvement</strong><span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-2639">[ZF-2639]</a> &#8211; Add possibility to create guid (or other elements) attributes<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-5644">[ZF-5644]</a> &#8211; Zend_Feed_Builder &#8211; createHeader and createEntries should be protected<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8183">[ZF-8183]</a> &#8211; Zend_Queue_Adapter_Memcacheq should only support its native capabilities<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8218">[ZF-8218]</a> &#8211; remove unnecessary requirements from Zend_Service_Twitter constructor<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8230">[ZF-8230]</a> &#8211; Auto-bind<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8304">[ZF-8304]</a> &#8211; Zend_Pdf performance improvement<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8320">[ZF-8320]</a> &#8211; $_log in Zend_View_Abstract seems to be unused anywhere</p>
<p style="margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia;"><strong>New Feature</strong><span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-5833">[ZF-5833]</a> &#8211; Zend_Feed_Rss : Guid for the entries is not completed<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8311">[ZF-8311]</a> &#8211; Query sorting by field named &#8217;sort&#8217;</p>
<p style="margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia;"><strong>Patch</strong><span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-3750">[ZF-3750]</a> &#8211; getParams() ignores Zend_Controller_Request::setParamSources()<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8141">[ZF-8141]</a> &#8211; Zend_Feed_Reader_Feed_Interface should be Zend_Feed_Reader_FeedInterface</p>
<p style="margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia;"><strong>Performance Improvement</strong><span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-4873">[ZF-4873]</a> &#8211; Calling isValid on a translated form swells the object size<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8182">[ZF-8182]</a> &#8211; Zend_Queue_Adapter_Memcacheq should not open new socket each time send() is called</p>
<p style="margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia;"><strong>Unit Tests: Problem</strong><span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8076">[ZF-8076]</a> &#8211; Zend_Http_Client_StaticTest fails with fatal error<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8322">[ZF-8322]</a> &#8211; Test Failures Zend_Feed_Reader Atom/RSS<span style="font: 13.0px 'Lucida Grande';"><br />
</span><a href="http://framework.zend.com/issues/browse/ZF-8353">[ZF-8353]</a> &#8211; Unit tests for Zend_Http_Client appear to hang on Curl tests</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2009/11/25/just-released-zend-framework-1-9-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R.I.P. ZendCodeAnalyzer</title>
		<link>http://www.god-object.com/2009/10/31/r-i-p-zendcodeanalyzer/</link>
		<comments>http://www.god-object.com/2009/10/31/r-i-p-zendcodeanalyzer/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 12:16:14 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[phpUnderControl]]></category>
		<category><![CDATA[code analyzer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=197</guid>
		<description><![CDATA[In the new Zend Studio 7.1 beta the ZendCodeAnalyzer binary plugin is replaced by acom.zend.php.semanticanalysis.core_7.1.0 eclipse plugin.
The functionality seems the same, but there is one drawback&#8230;
I use the old ZendCodeAnalyzer in combination with php_codesniffer to check for potential code errors in our subversion repository, using phpUnderControl. The old binary had some problems on &#8216;newer&#8217; Ubuntu&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>In the new Zend Studio 7.1 beta the ZendCodeAnalyzer binary plugin is replaced by acom.zend.php.semanticanalysis.core_7.1.0 eclipse plugin.</p>
<p>The functionality seems the same, but there is one drawback&#8230;</p>
<p>I use the old ZendCodeAnalyzer in combination with <a title="php_codeSniffer" href="http://pear.php.net/package/PHP_CodeSniffer" target="_blank">php_codesniffer</a> to check for potential code errors in our subversion repository, using <a title="phpUnderControl" href="http://phpundercontrol.org/" target="_blank">phpUnderControl</a>. The old binary had some problems on &#8216;newer&#8217; Ubuntu&#8217;s but was running perfectly on Snow Leopard / windows. The new jar version doesn&#8217;t run stand-alone, but hopefully Zend will add this option to the jar-package or maybe open-source the ZendCodeAnalyzer so that functionality is not lost&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2009/10/31/r-i-p-zendcodeanalyzer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
