<br><br><div><span class="gmail_quote">On 4/23/07, <b class="gmail_sendername">Reto Hugi</b> &lt;<a href="mailto:plog@hugi.to">plog@hugi.to</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ammar Ibrahim wrote:<br>&gt; I don&#39;t like globals as well, they are a bad software engineering<br>&gt; practice. But if they are faster, I don&#39;t care.<br><br>well, we do. Else we wouldn&#39;t do OO programming. sometimes it&#39;s worth to
<br>sacrifice speed over</blockquote><div><br>What if the sacrifice is major? we could at least use global variables <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; Benchmark and let us know :) but use PHP5<br><br>Things you should know and keep in mind during the performance tests:<br><br>- most or at least a significiant amount of users have php4 not php5.<br>that&#39;s why we provide backward compliance. we won&#39;t implement
<br>improvements that brake the compliance.</blockquote><div><br>of course. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">- we are not really interested in improvements other versions than
<br>lifetype 1.2 as this is the version we support.</blockquote><div><br>I&#39;m migrating to 1.2<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
- inlude_once was replaced with lt_include in 1.2 to improve performance<br>(lt_include does not lead to file access operations on every call -<br>there might be more to it, but that&#39;s what I remember...)<br>_______________________________________________
<br>pLog-svn mailing list<br><a href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</a><br><a href="http://limedaley.com/mailman/listinfo/plog-svn">http://limedaley.com/mailman/listinfo/plog-svn</a><br></blockquote>
</div><br>