Re: [PHP-DEV] Patch for making static method calls work from within xslt

2004-04-20 Thread Christian Stocker
On 4/20/04 11:19 AM, Andi Gutmans wrote: Oh :) I thought that was zend_is_callable(). I'm OK with you commiting this. It's a small one and quite useful. Thanks. Comited. chregu Andi At 11:11 AM 4/20/2004 +0200, Christian Stocker wrote: On 4/20/04 11:05 AM, Andi Gutmans wrote: Hi, From loo

Re: [PHP-DEV] Patch for making static method calls work from within xslt

2004-04-20 Thread Andi Gutmans
Oh :) I thought that was zend_is_callable(). I'm OK with you commiting this. It's a small one and quite useful. Andi At 11:11 AM 4/20/2004 +0200, Christian Stocker wrote: On 4/20/04 11:05 AM, Andi Gutmans wrote: Hi, From looking at the non-whitespace diff I don't quite understand what you cha

Re: [PHP-DEV] Patch for making static method calls work from within xslt

2004-04-20 Thread Christian Stocker
On 4/20/04 11:05 AM, Andi Gutmans wrote: Hi, From looking at the non-whitespace diff I don't quite understand what you changed (except for adding an error message if it's not callable). What am I missing? the zend_make_callable() was missing. it didn't work without that. chregu Andi At 1

Re: [PHP-DEV] Patch for making static method calls work from within xslt

2004-04-20 Thread Andi Gutmans
Hi, From looking at the non-whitespace diff I don't quite understand what you changed (except for adding an error message if it's not callable). What am I missing? Andi At 11:00 AM 4/20/2004 +0200, Christian Stocker wrote: Hi I made a patch for making static php method calls (ala class::metho