Re: [PHP-DEV] Rolling RC1

2004-03-05 Thread Walter A. Boring IV
It seems this one should be addressed before RC1 IMO http://bugs.php.net/bug.php?id=27227 Walt Quoting Andi Gutmans <[EMAIL PROTECTED]>: > Hey, > > I've fixed all of the major bugs I wanted to get done for RC1. > The only thing we should finalize is the hasMore() thing (I wouldn't want > to ch

Re: [PHP-DEV] PHP5: Class behavior: method overloading

2004-02-26 Thread Walter A. Boring IV
I say keep compatibility. If you want to enforce this, then declare an interface. That is after all why they exist. Walt > Hello, > > in the latest snapshot i found some very important differences to the php5 > beta 4 version concerning the behavior of inherited classes. please look at > the f

Re: [PHP-DEV] PHP5: Class behavior: method overloading

2004-02-26 Thread Walter A. Boring IV
Quoting Vivian Steller <[EMAIL PROTECTED]>: > Walter A. Boring IV wrote: > > > I say keep compatibility. If you want to enforce this, then declare an > > interface. That is after all why they exist. > > > > Walt > ... > > Would be nice if yo

Re: [PHP-DEV] problem compiling php5

2004-02-10 Thread Walter A. Boring IV
Quoting Jani Taskinen <[EMAIL PROTECTED]>: > > a) your system is borked > b) your tools are borked > c) your sources are borked > > Works fine for me. > > FYI: It's considered good practise to try with the minimal > set of configure options before reporting anyth

[PHP-DEV] problem compiling php5

2004-02-10 Thread Walter A. Boring IV
Howdy, I'm trying to build php5 from cvs. I'm running on redhat 9. At the end of the compile, the linker seems to bail. /usr/bin/ld: .libs/libphp5.so: undefined versioned symbol name operator delete(void*)@@GLIBCPP_3.2 /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: ld re

[PHP-DEV] php5 method return reference error?

2003-11-12 Thread Walter A. Boring IV
Howdy, I'm playing with php5 (from cvs), and came accross a strange error that doesn't happen with php4. Maybe someone can shed some light on this for me? I get the error "Fatal error: Only variables or references can be returned by reference in /home/waboring/devel/html/test.php on line 11"