From 92984f18f6aee9c0f719febb9fc09a0c50262c2f Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Wed, 13 Mar 2013 12:34:20 +0100 Subject: Imported Upstream version 5.5.0~alpha6 --- ext/gd/php_gd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/gd/php_gd.h') diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 45193768e..90ebd6526 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -124,6 +124,9 @@ PHP_FUNCTION(imagerotate); #ifdef HAVE_GD_BUNDLED PHP_FUNCTION(imageantialias); +PHP_FUNCTION(imageflip); +PHP_FUNCTION(imagecrop); +PHP_FUNCTION(imagecropauto); #endif PHP_FUNCTION(imagesetthickness); -- cgit v1.2.3