Browse Source

- missed this part

experimental/first_unicode_implementation
Pierre Joye 17 years ago
parent
commit
1dd3916370
  1. 5
      ext/gd/php_gd.h

5
ext/gd/php_gd.h

@ -190,11 +190,12 @@ PHP_FUNCTION(image2wbmp);
#if HAVE_GD_BUNDLED
PHP_FUNCTION(imagelayereffect);
PHP_FUNCTION(imagecolormatch);
PHP_FUNCTION(imagefilter);
PHP_FUNCTION(imageconvolution);
PHP_FUNCTION(imagexbm);
#endif
PHP_FUNCTION(imagefilter);
PHP_FUNCTION(imageconvolution);
PHP_GD_API int phpi_get_le_gd(void);
#else

Loading…
Cancel
Save