[PHP-DEV] Re: [mail] Re: [PHP-DEV] Re: Attributes support proposal

2005-04-28 Thread Duncan McIntyre
On Wednesday 27 April 2005 10:16 pm, Andi Gutmans wrote: At 03:28 PM 4/27/2005 +0300, Zeev Suraski wrote: At 20:12 25/04/2005, Christian Schneider wrote: [snip] But then again I think the whole thing is typical OO bloat anyway and that's why I don't want to have language features added for it

Re: [PHP-DEV] Patch to build shared extensions for Netware

2005-04-28 Thread Kamesh Jayachandran
Atlast identified the cause of ./configure on cross build failing. The cause was autoconf versions. In my dev environment I have autoconf version 2.57 whereas snaps.php.net has autoconf 2.13. Fixed NetWare TSRM/threads.m4 to make configure work out of snaps.php.net release. With regards Kamesh

[PHP-DEV] #28074 [Opn-Asn]: Fast CGI standard compliance : stderr should be written in a FCGI stderr stream (fwd)

2005-04-28 Thread Sascha Schumann
I'm more of the mindset that whoever breaks it, also fixes it. My current 'fix' would simply revert that patch. If you agree with that, I will happily follow through. - Sascha -- Forwarded message -- Date: Thu, 28 Apr 2005 12:58:05 +0200 From: [EMAIL PROTECTED]

[PHP-DEV] Re: #28074 [Opn-Asn]: Fast CGI standard compliance : stderr should be written in a FCGI stderr stream (fwd)

2005-04-28 Thread Jani Taskinen
I addded fastcgi.logging ini option. Set that to 0 and you'll get the original behaviour back. --Jani On Thu, 28 Apr 2005, Sascha Schumann wrote: I'm more of the mindset that whoever breaks it, also fixes it. My current 'fix' would simply revert that patch. If you agree

[PHP-DEV] Re: #28074 [Opn-Asn]: Fast CGI standard compliance : stderr should be written in a FCGI stderr stream (fwd)

2005-04-28 Thread Sascha Schumann
Thanks, Jani. - Sascha On Thu, 28 Apr 2005, Jani Taskinen wrote: I addded fastcgi.logging ini option. Set that to 0 and you'll get the original behaviour back. --Jani On Thu, 28 Apr 2005, Sascha Schumann wrote: I'm more of the mindset that whoever breaks it, also fixes it.

[PHP-DEV] Re: [mail] Re: [PHP-DEV] Re: Attributes support proposal

2005-04-28 Thread Andi Gutmans
At 11:25 AM 4/28/2005 +0100, Duncan McIntyre wrote: On Wednesday 27 April 2005 10:16 pm, Andi Gutmans wrote: At 03:28 PM 4/27/2005 +0300, Zeev Suraski wrote: At 20:12 25/04/2005, Christian Schneider wrote: [snip] But then again I think the whole thing is typical OO bloat anyway and that's why

[PHP-DEV] Undefined property access in PHP 5.0.4 with Zend Debugger v3.5.2

2005-04-28 Thread Andrew Bidochko
Hello in, Recently I enjoyed utilizing undefined properties set/get for object with overloaded property access. That functionality became available in PHP 5.0.4 after bug #28444 fix. But when I switch to use php 5.0.4 together with Zend Debugger v3.5.2 that behavior is broken. I've

Re: [PHP-DEV] Undefined property access in PHP 5.0.4 with Zend Debugger v3.5.2

2005-04-28 Thread Derick Rethans
On Thu, 28 Apr 2005, Andrew Bidochko wrote: But when I switch to use php 5.0.4 together with Zend Debugger v3.5.2 that behavior is broken. I've got fatal error: Cannot access undefined property for object with overloaded property access in Can you advise me what is the real

Re: [PHP-DEV] help with backtrace/debuging

2005-04-28 Thread Dan Scott
On 4/28/05, Greg Donald [EMAIL PROTECTED] wrote: On 4/28/05, Dan Scott [EMAIL PROTECTED] wrote: Does the segfault only occur when you load PDO into mod_php? If you haven't already tried it, try using PHP CLI to reproduce the problem instead; that removes one major variable (Apache) from

Re: [PHP-DEV] [PATCH] rfc2965 version 1 cookie support

2005-04-28 Thread Rasmus Lerdorf
Stefan Esser wrote: Hi, any objections against fixing our cookie system to also read version 1 cookies correctly? I want to apply the following patch to all 3 branches: http://www.suspekt.org/patches/php_variables.c.diff What is the status of this? I have been offline for a while and am trying

Re: [PHP-DEV] [PATCH] rfc2965 version 1 cookie support

2005-04-28 Thread Jani Taskinen
On Thu, 28 Apr 2005, Rasmus Lerdorf wrote: Stefan Esser wrote: Hi, any objections against fixing our cookie system to also read version 1 cookies correctly? I want to apply the following patch to all 3 branches: http://www.suspekt.org/patches/php_variables.c.diff What is the status of this? I