Re: [PHP-DEV] Is there any value in having functions defined whichdo nothing.

2001-07-10 Thread Stig Bakken
yes it would be better to not define it. that has been "the way" in php 3 and 4. only back in v2 we had those "blah is not enabled" messages. - Stig On Tue, 10 Jul 2001, Jeremy Bettis wrote: > Why is the habit of PHP modules to define functions that might or might not > work depending on lib

Re: [PHP-DEV] Is there any value in having functions defined whichdo nothing.

2001-07-10 Thread Joao Prado Maia
On Tue, 10 Jul 2001, Jeremy Bettis wrote: > Why is the habit of PHP modules to define functions that might or might not > work depending on library dependancies. > > For example, ImageCopyResampled gives this error if libgd < 2.0: > "ImageCopyResampled required libgd 2.0" > > But that makes this