Skip to content

Commit 8c396e0

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Fix imagesetinterpolation arginfo
2 parents c904d38 + a358211 commit 8c396e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ PHP NEWS
1919
- FTP:
2020
. Fixed ftp_pasv arginfo. (carusogabriel)
2121

22+
-GD:
23+
. Fixed imagesetinterpolation arginfo. (Gabriel Caruso)
24+
2225
- LDAP:
2326
. Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
2427

ext/gd/gd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_imageaffinematrixconcat, 0)
848848
ZEND_ARG_INFO(0, m2)
849849
ZEND_END_ARG_INFO()
850850

851-
ZEND_BEGIN_ARG_INFO(arginfo_imagesetinterpolation, 0)
851+
ZEND_BEGIN_ARG_INFO_EX(arginfo_imagesetinterpolation, 0, 0, 1)
852852
ZEND_ARG_INFO(0, im)
853853
ZEND_ARG_INFO(0, method)
854854
ZEND_END_ARG_INFO()

0 commit comments

Comments
 (0)