We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c904d38 + a358211 commit 8c396e0Copy full SHA for 8c396e0
NEWS
@@ -19,6 +19,9 @@ PHP NEWS
19
- FTP:
20
. Fixed ftp_pasv arginfo. (carusogabriel)
21
22
+-GD:
23
+ . Fixed imagesetinterpolation arginfo. (Gabriel Caruso)
24
+
25
- LDAP:
26
. Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
27
ext/gd/gd.c
@@ -848,7 +848,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_imageaffinematrixconcat, 0)
848
ZEND_ARG_INFO(0, m2)
849
ZEND_END_ARG_INFO()
850
851
-ZEND_BEGIN_ARG_INFO(arginfo_imagesetinterpolation, 0)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_imagesetinterpolation, 0, 0, 1)
852
ZEND_ARG_INFO(0, im)
853
ZEND_ARG_INFO(0, method)
854
0 commit comments