--
Best regards
胡胜刚
On Wed, 26 Aug 2009, Greg Beaver wrote:
> Derick Rethans wrote:
> > And the suggestion? Yet another ini setting (some even advocate making
> > it INI_SYSTEM, which is obviously totally wacko)... This idea is an
> > ostrich method.
>
> I'm only trying to suggest ways of fixing problems, calling
Is it reproducible with simple page? something like:
i tried some situations but in my case all works fine. on other machine same
cms with same page shows up correctly. (same rpms installed)
problem seems to be outputbuffering: index.php of sefrengo does in line 37
ob_start()
if i deactiva
Hi internals:
I still have not solved this problem.
An alternative solution would be to introduce additional state into
the compiler globals. Are there any standards or common practices for
such things?
Thanks and best regards
Stefan
On 23 Aug 2009, at 22:47, Stefan Marr wrote:
Hi intern
On Thu, Aug 27, 2009 at 12:15 PM, Andre Hübner wrote:
> Hello,
>
> i am confronted with odd behavior of php 5.2.10. I compiled and packaged the
> same way like other prior versions.
> If i install 5.2.10 and reload page (sefrengo cms) the page is outputed
> completely twice.when scrolling down i se
2009/8/25 Johannes Schlüter :
[snip]
> For 6 I assume one might remove it, especially as it doesn't know about
> IS_UNICODE.
I thought I had enough karma to do it myself.
Can someone make it in trunk then?
Index: ext/standard/math.c
Hello,
i am confronted with odd behavior of php 5.2.10. I compiled and packaged the
same way like other prior versions.
If i install 5.2.10 and reload page (sefrengo cms) the page is outputed
completely twice.when scrolling down i see same page again incl. etc.
Downgrading to 5.2.9 solves pr
Hi!
I was testing typecasting of objects to different types. Discovered that
if you try to cast an object to other types except string you get a PHP
notice that it isn't allowed.
I'm using PHP 5.3, and it would be nice if PHP would call my __toString
function BEFORE trying to typecast. This wa