mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
gd: missing headers in previous
This commit is contained in:
parent
3a8ceed844
commit
26bd2cba81
1 changed files with 4 additions and 1 deletions
|
@ -123,9 +123,12 @@ PHP_FUNCTION(imagegrabscreen);
|
|||
|
||||
PHP_FUNCTION(imagerotate);
|
||||
|
||||
#ifdef HAVE_GD_IMAGE_FLIP
|
||||
PHP_FUNCTION(imageflip);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GD_BUNDLED
|
||||
PHP_FUNCTION(imageantialias);
|
||||
PHP_FUNCTION(imageflip);
|
||||
PHP_FUNCTION(imagecrop);
|
||||
PHP_FUNCTION(imagecropauto);
|
||||
PHP_FUNCTION(imagescale);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue