From 73d95d8a8172ad81a68fa5cd1e2385ed7398a6db Mon Sep 17 00:00:00 2001 From: pp Date: Wed, 22 Dec 2004 00:42:59 +0000 Subject: - contribution notice git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@88 455248ca-bdda-0310-9134-f4ebb693071a --- php_imlib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php_imlib.c b/php_imlib.c index fdb60b4..97e86d4 100644 --- a/php_imlib.c +++ b/php_imlib.c @@ -1739,6 +1739,9 @@ PHP_FUNCTION(imlib_image_flip_diagonal) Orientate an image 90 x steps */ PHP_FUNCTION(imlib_image_orientate) { + + /* Contributed by Gareth Ardron */ + zval **img, **stepping; int r; Imlib_Image im; -- cgit v1.2.3