Re: [PHP-DEV] php-dev summaries (Re: [PHP-DEV] suggestions for ze2)

2003-01-14 Thread Derick Rethans
On Tue, 14 Jan 2003, Leon Atkinson wrote: > > Actually, I think it's a good idea to make a > > summary of all those discussions > > > What about an always available discussion documentation on php.net ? > > Avi Lewin writes an excellent weekly column that summarizes discussions on > this list. >

[PHP-DEV] php-dev summaries (Re: [PHP-DEV] suggestions for ze2)

2003-01-14 Thread Leon Atkinson
> Actually, I think it's a good idea to make a > summary of all those discussions > What about an always available discussion documentation on php.net ? Avi Lewin writes an excellent weekly column that summarizes discussions on this list. http://www.zend.com/zend/week/index.php Leon -- PHP

Re: [PHP-DEV] suggestions for ze2

2003-01-14 Thread Stephan Seidt
hmm.. What about an always available discussion documentation on php.net ? something like whatever.php.net ? or does it already exist, just hiding somewhere in the deep of the nameserver of php.net ;) Derick Rethans wrote: On Tue, 14 Jan 2003, Stephan Seidt wrote: Hehe how did I know that ;) T

Re: [PHP-DEV] suggestions for ze2

2003-01-14 Thread Derick Rethans
On Tue, 14 Jan 2003, Stephan Seidt wrote: > Hehe how did I know that ;) > Then let's just stop this discussion now :( > Don't want to end in php 2003 summary as mail waster ;) hehe, don't be afraid :) Actually, I think it's a good idea to make a summary of all those discussions so that we can po

Re: [PHP-DEV] suggestions for ze2

2003-01-14 Thread Stephan Seidt
Hm :( Ok, was a try ;) Derick Rethans wrote: Hey, you're passing dangerous grounds with this email :), and most of these points were brought up before. Hehe how did I know that ;) Then let's just stop this discussion now :( Don't want to end in php 2003 summary as mail waster ;) On Tue, 14

Re: [PHP-DEV] suggestions for ze2

2003-01-14 Thread Stephan Seidt
Hmm forget the first one, i just finished ZEND_CHANGES file.. (and sorry for bad english sometimes) Stephan Seidt wrote: Hi, I've got some suggestions for zendengine2 (hopefully not too late). What about an identificator for destrucotrs in a class like in c++? I mean something like this : dimen

Re: [PHP-DEV] suggestions for ze2

2003-01-14 Thread Derick Rethans
Hey, you're passing dangerous grounds with this email :), and most of these points were brought up before. On Tue, 14 Jan 2003, Stephan Seidt wrote: > I've got some suggestions for zendengine2 (hopefully not too late). > What about an identificator for destrucotrs in a class like in c++? > I me

[PHP-DEV] suggestions for ze2

2003-01-14 Thread Stephan Seidt
Hi, I've got some suggestions for zendengine2 (hopefully not too late). What about an identificator for destrucotrs in a class like in c++? I mean something like this : dimensions as $id => $value) $this->dimensions[$id] += $value; } } Where there already discussions about these