Patch imagepng-reflection-parameters for Reflection related Bug #74031
Patch version 2017-02-02 09:17 UTC
Return to Bug #74031 |
Download this patch
Patch Revisions:
Developer: finwe@finwe.info
diff --git i/ext/gd/gd.c w/ext/gd/gd.c
index b0fba30..4a5f9b8 100644
--- i/ext/gd/gd.c
+++ w/ext/gd/gd.c
@@ -372,6 +372,8 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_imagepng, 0, 0, 1)
ZEND_ARG_INFO(0, im)
ZEND_ARG_INFO(0, to)
+ ZEND_ARG_INFO(0, quality)
+ ZEND_ARG_INFO(0, filters)
ZEND_END_ARG_INFO()
#endif
|