Commit:    26bd2cba815e01d9c20beba9b36d64fe27ce5740
Author:    Remi Collet <r...@php.net>         Wed, 24 Apr 2013 16:15:42 +0200
Parents:   3a8ceed844910146398572d1336ac1c23c5006f2
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=26bd2cba815e01d9c20beba9b36d64fe27ce5740

Log:
gd: missing headers in previous

Changed paths:
  M  ext/gd/php_gd.h


Diff:
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 3c60007..c42ebad 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -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);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to