Re: [PHP4BETA] wbmp support in php4

[email protected] (Rune Nordbøe Skillingstad) Tue, 06 Jun 2000 10:21:58 +0200
Newsgroups php.version4
Organization SuperOffice Norway
Message-ID <[email protected]>
[email protected] wrote:

> See the file ext/gd/php_gd.h, there are a lot of lines like
> PHP_FUNCTION(functionname);
> 
> Add somewhere there this line:
> PHP_FUNCTION(imagewbmp);


--- gd.org/php_gd.h     Mon Jun  5 16:01:54 2000
+++ gd/php_gd.h Mon Jun  5 16:02:34 2000
@@ -101,6 +101,7 @@
 PHP_FUNCTION(imagefontheight);
 PHP_FUNCTION(imagegif );
 PHP_FUNCTION(imagejpeg );
+PHP_FUNCTION(imagewbmp);
 PHP_FUNCTION(imageinterlace);
 PHP_FUNCTION(imageline);
 PHP_FUNCTION(imageloadfont);



> I'll try to check the patch today evening (in the sense that could it go
> to PHP4).

That's nice :-)

Regards
Rune(sk)