kalle           Sat Jan 31 15:28:34 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /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.37&r2=1.312.2.20.2.38&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.312.2.20.2.37 php-src/ext/gd/gd.c:1.312.2.20.2.38
--- php-src/ext/gd/gd.c:1.312.2.20.2.37 Wed Dec 31 11:17:37 2008
+++ php-src/ext/gd/gd.c Sat Jan 31 15:28:34 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.312.2.20.2.37 2008/12/31 11:17:37 sebastian Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.38 2009/01/31 15:28:34 kalle Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -966,6 +966,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()
 
 static



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

Reply via email to