Commit:    afe46d4d47d5ef7ad80f55a6776b3f4b88f452bf
Author:    Pierre Joye <pierre....@gmail.com>         Fri, 26 Apr 2013 07:48:11 
+0200
Parents:   4941e3fe449228945f6b6570f2da9eeccb89c8a5
Branches:  PHP-5.5 master

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

Log:
#64710, Implicit declaration

Bugs:
https://bugs.php.net/64710

Changed paths:
  M  ext/gd/gd.c


Diff:
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 7da9e25..ab9d850 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -56,6 +56,8 @@
 #if HAVE_LIBGD
 #if !HAVE_GD_BUNDLED
 # include "libgd/gd_compat.h"
+#else
+extern int overflow2(int a, int b);
 #endif
 
 static int le_gd, le_gd_font;


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

Reply via email to