kalle           Sat Jan 31 15:27:53 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/gd     gd.c 
  Log:
  MFH: Fix arginfo for imagefilter()
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.30&r2=1.312.2.20.2.32.2.31&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.312.2.20.2.32.2.30 
php-src/ext/gd/gd.c:1.312.2.20.2.32.2.31
--- php-src/ext/gd/gd.c:1.312.2.20.2.32.2.30    Mon Jan 19 16:35:58 2009
+++ php-src/ext/gd/gd.c Sat Jan 31 15:27:52 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.312.2.20.2.32.2.30 2009/01/19 16:35:58 tabe Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.32.2.31 2009/01/31 15:27:52 kalle Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -859,6 +859,7 @@
        ZEND_ARG_INFO(0, arg1)
        ZEND_ARG_INFO(0, arg2)
        ZEND_ARG_INFO(0, arg3)
+       ZEND_ARG_INFO(0, arg4)
 ZEND_END_ARG_INFO()
 
 ZEND_BEGIN_ARG_INFO(arginfo_imageconvolution, 0)



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

Reply via email to