Re: [PHP-DEV] LinuxTag Pictures

2003-07-15 Thread Christian Stocker
On Wed, 16 Jul 2003, Derick Rethans wrote: > On Mon, 14 Jul 2003, Sebastian Bergmann wrote: > > > http://www.sebastian-bergmann.de/gallery/linuxtag2003 > > more of them: > > http://photos.derickrethans.nl/lt2003 and more ;) http://blog.bitflux.ch/?m=20030710&cat=14 chregu -- nam...christian

Re: [PHP-DEV] LinuxTag Pictures

2003-07-15 Thread Derick Rethans
On Mon, 14 Jul 2003, Sebastian Bergmann wrote: > http://www.sebastian-bergmann.de/gallery/linuxtag2003 more of them: http://photos.derickrethans.nl/lt2003 Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining an

[PHP-DEV] CVS Account Request: pradeep

2003-07-15 Thread Pradeep Tallogu
Iam working on changes in the PHP command line interpreter. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-15 Thread Melvyn Sopacua
Hi Marcus, On Wednesday 16 July 2003 00:11, Marcus Börger wrote: > Wednesday, July 16, 2003, 12:08:29 AM, you wrote: > > GB> Hi, > > GB> I've heard rumors that there are plans to take away the ability to > GB> assign to $this in php 5. If this is true, I would like to place a > vote GB> to keep

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-15 Thread Timm Friebe
On Wed, 2003-07-16 at 00:08, Greg Beaver wrote: > Hi, [...] As Marcus already replied on this part and as I agree, I'll leave out any comments:) > In addition, will call_user_func() support static methods before 1.0? > call_user_func('class::method', $args); This is already supported (in PHP4). S

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-15 Thread Stefan Walk
On Tue, Jul 15, 2003 at 06:08:29PM -0400, Greg Beaver wrote: > In addition, will call_user_func() support static methods before 1.0? > call_user_func('class::method', $args); call_user_func(array('class','method'), $args); Should work. -- Regards, Stefan Walk <[EMAIL PROTECTED]> -- PHP Intern

Re: [PHP-DEV] $this assignment and call_user_func question

2003-07-15 Thread Marcus Börger
Hello Greg, Wednesday, July 16, 2003, 12:08:29 AM, you wrote: GB> Hi, GB> I've heard rumors that there are plans to take away the ability to GB> assign to $this in php 5. If this is true, I would like to place a vote GB> to keep it, as it can be very useful in conjunction with GB> __call()/_

[PHP-DEV] $this assignment and call_user_func question

2003-07-15 Thread Greg Beaver
Hi, I've heard rumors that there are plans to take away the ability to assign to $this in php 5. If this is true, I would like to place a vote to keep it, as it can be very useful in conjunction with __call()/__get()/__set() to implement run-time aggregation seamlessly In addition, will call_

Re: [PHP-DEV] php5 interfaces...

2003-07-15 Thread Marcus Börger
Hello Jan, Tuesday, July 15, 2003, 11:53:02 PM, you wrote: JS> Zitat von Marcus BXrger <[EMAIL PROTECTED]>: >> Hello Tony, >> >> Friday, July 11, 2003, 9:39:55 PM, you wrote: >> >> TB> In PHP5 I noticed this behaviou with interfaces. If I have an >> interface >> TB> with a method that takes no

Re: [PHP-DEV] php5 interfaces...

2003-07-15 Thread Jan Schneider
Zitat von Marcus BXrger <[EMAIL PROTECTED]>: > Hello Tony, > > Friday, July 11, 2003, 9:39:55 PM, you wrote: > > TB> In PHP5 I noticed this behaviou with interfaces. If I have an > interface > TB> with a method that takes no paramaters, an implementing class for > that > TB> interfaces can have t

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c

2003-07-15 Thread Andi Gutmans
At 10:14 AM 15/7/2003 +0200, Derick Rethans wrote: On Tue, 15 Jul 2003, Sascha Schumann wrote: > On Tue, 15 Jul 2003, Andi Gutmans wrote: > > > I don't quite remember Andrei's reason for choosing zval * instead of zval > > ** but it probably does make sense to change 'z' to return a zval ** > > i

[PHP-DEV] CVS Account Request: lpj

2003-07-15 Thread Li Ping Ju
Translating the documentation to Chinese -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c

2003-07-15 Thread Derick Rethans
On Tue, 15 Jul 2003, Sascha Schumann wrote: > On Tue, 15 Jul 2003, Andi Gutmans wrote: > > > I don't quite remember Andrei's reason for choosing zval * instead of zval > > ** but it probably does make sense to change 'z' to return a zval ** > > instead of adding a new character ('Z') for returnin

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c

2003-07-15 Thread Sascha Schumann
On Tue, 15 Jul 2003, Andi Gutmans wrote: > I don't quite remember Andrei's reason for choosing zval * instead of zval > ** but it probably does make sense to change 'z' to return a zval ** > instead of adding a new character ('Z') for returning zval **. > The downside is that we'd have to fix all

[PHP-DEV] self contained extension and access to bundled gd

2003-07-15 Thread Uwe Steinmann
Hi, I wonder if there is any way to use the bundled gd library from a self contained extension. Actually all what is need, is access to the header files. I thought they were installed in /usr/local/include/php but they are not. Uwe -- MMK GmbH, Universitaetsstr. 11, 58097 Hagen [EMAIL PROT