<?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>NewPush &#187; PHP</title> <atom:link href="http://newpush.com/tag/php/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>PHP after upgrading to 4.3.10 displays errors: &quot;Warning: Illegal offset type in&#8230;&quot;</title><link>http://newpush.com/2009/05/php-after-upgrading-to-4310-displays-errors-warning-illegal-offset-type-in/</link> <comments>http://newpush.com/2009/05/php-after-upgrading-to-4310-displays-errors-warning-illegal-offset-type-in/#comments</comments> <pubDate>Sun, 31 May 2009 14:56:32 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[PHP]]></category><guid isPermaLink="false">http://www.wdream.com/?p=268</guid> <description><![CDATA[I found this solution originally on Kreny&#8217;s Blog Troubleshooting for &#8220;Warning: Illegal offset type in &#8230;&#8221; in PHP Posted by kreny at December 17, 2004 02:08 AM System Environment: Red Hat 9.0 + Apache 2.0.52 + PHP 4.3.10 + Zend &#8230; <a href="http://newpush.com/2009/05/php-after-upgrading-to-4310-displays-errors-warning-illegal-offset-type-in/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><span class="grey">I found this solution originally on <a href="http://web.archive.org/web/20050912125506/http://weblog.dalouis.com/archives/2004/12/troubleshooting.html">Kreny&#8217;s Blog</a></span></p><h3>Troubleshooting for &#8220;Warning: Illegal offset type in &#8230;&#8221; in PHP</h3><div class="posted">Posted by kreny at December 17, 2004 02:08 AM</div><p><strong>System Environment:</strong><br /> Red Hat 9.0 + <a href="http://www.apache.org/dist/httpd/">Apache 2.0.52</a> + <a href="http://www.php.net/downloads.php">PHP 4.3.10</a> + <a href="http://www.zend.com/store/products/zend-optimizer.php">Zend Optimizer</a> v2.1.0  etc.</p><ul><li><strong>Description:</strong>I upgraded PHP 4.3.9 to 4.3.10 and when I opened my sites like phpMyAdmin or Nucleus v2.5 beta, the page led to:<br /><blockquote><p>Warning: Illegal offset type in abc.php on line 91<br /> Warning: Illegal offset type in abc.php on line 108</p></blockquote><p>After I downgraded PHP to 4.3.9, everything goes well. <a name="a000192more"></a></li><li><strong>Troubleshooting:</strong>I searched PHP Bugs and found some interesting issues:</li><li><a href="http://bugs.php.net/bug.php?id=31116&amp;edit=1">Bug #31116 Pear not working after update to 4.3.10</a></li><li><a href="http://bugs.php.net/bug.php?id=30914">Bug #30914 foreach returns the wrong value </a></li><p>So I was wondering that the low-version of Zend Optimizer caused the problem.</p><p><strong>Upgrading Zend Optimizer to 2.5.7</strong><br /> Please read the <a href="http://www.zend.com/store/products/optimizer-user-guide.php">Zend Optimizer User Guide</a> first.</p><blockquote><p># tar -zxvf ZendOptimizer-2\[1\].5.7-linux-glibc21-i386.tar.gz<br /> # cd ZendOptimizer-2.5.7-linux-glibc21-i386<br /> # ./install</p></blockquote><p>The following configuration changes have been made:</p><blockquote><p>- The php.ini file has been relocated from /usr/local/lib to /usr/local/Zend/etc.<br /> - A symbolic link for the php.ini file has been created in /usr/local/lib.<br /> - The original php.ini was backed up to /usr/local/lib/php.ini-zend_optimizer.bak</p></blockquote><p>Some lines updated in php.ini:</p><blockquote><p>[Zend]<br /> zend_optimizer.optimization_level=15<br /> zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.7<br /> zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.7<br /> zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so<br /> zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so</p></blockquote><p>Then restart the apache and recombine the PHP 4.3.10 by using configure in <a href="http://web.archive.org/web/20050422024623/http://weblog.dalouis.com/archives/2004/12/cc_httpd_cee.html">my previous setting</a>, and remember to run:<br /> <em>#libtool &#8211;finish /root/source/apache2/php-4.3.10/libs</em></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/05/php-after-upgrading-to-4310-displays-errors-warning-illegal-offset-type-in/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to validate emails using PHP?</title><link>http://newpush.com/2006/11/how-to-validate-emails-using-php-2/</link> <comments>http://newpush.com/2006/11/how-to-validate-emails-using-php-2/#comments</comments> <pubDate>Sun, 12 Nov 2006 09:29:07 +0000</pubDate> <dc:creator>Domonkos</dc:creator> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[PHP]]></category><guid isPermaLink="false">http://newpush.com/?p=1567</guid> <description><![CDATA[Complete and thorough php email validation and php email verification can be found at PHPClasses.org: Email Validation. If you need any hepl with that php email validation class, please feel free to contact us.]]></description> <content:encoded><![CDATA[<p>Complete and thorough php email validation and php email verification can be found at <a href="http://promoxy.mirrors.phpclasses.org/browse/package/13.html">PHPClasses.org: Email Validation</a>. If you need any hepl with that php email validation class, please feel free to contact us.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2006/11/how-to-validate-emails-using-php-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>What is PHP or ASP?</title><link>http://newpush.com/2006/11/what-is-php-or-asp/</link> <comments>http://newpush.com/2006/11/what-is-php-or-asp/#comments</comments> <pubDate>Sun, 12 Nov 2006 08:53:30 +0000</pubDate> <dc:creator>Domonkos</dc:creator> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[ASP]]></category> <category><![CDATA[Microsoft ASP Hosting]]></category><guid isPermaLink="false">http://newpush.com/?p=1543</guid> <description><![CDATA[ASP, PHP, JSP are all programming languages (aka scripting languages), that allow to write dynamic websites. Dynamic websites have a business logic to perform functions such as a signup form or a full blown eCommerce application. Dynamic websites also have &#8230; <a href="http://newpush.com/2006/11/what-is-php-or-asp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>ASP, PHP, JSP are all programming languages (aka scripting languages), that <br />allow to write dynamic websites. Dynamic websites have a business logic to perform functions such as a signup form or a full blown eCommerce application. Dynamic websites also have a presentation logic, that allows to change the look and feel of the site based on various preferences set by either the customer or the webmaster.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2006/11/what-is-php-or-asp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-06 08:25:37 by W3 Total Cache -->
