[PHP-DEV] Join

2009-08-27 Thread Shenggang Hu
-- Best regards 胡胜刚

Re: [PHP-DEV] Re: [patch] error masks

2009-08-27 Thread Derick Rethans
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

Re: [PHP-DEV] 5.2.10 - odd behavior- page outputed twice

2009-08-27 Thread Andre Hübner
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

Re: [PHP-DEV] How to hand along data in PHP's parser?

2009-08-27 Thread Stefan Marr
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

Re: [PHP-DEV] 5.2.10 - odd behavior- page outputed twice

2009-08-27 Thread Alexey Zakhlestin
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

Re: [PHP-DEV] Dead code [PATCH]

2009-08-27 Thread Patrick ALLAERT
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

[PHP-DEV] 5.2.10 - odd behavior- page outputed twice

2009-08-27 Thread Andre Hübner
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

[PHP-DEV] Typecasting objects with __toString function

2009-08-27 Thread Thomas Vanhaniemi
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