Skip to content

Commit dec8c7e

Browse files
committed
Merge branch 'PHP-7.1'
2 parents 98bc11b + 5d394b3 commit dec8c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_virtual_cwd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */
19251925
#else /* Unix */
19261926
CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */
19271927
{
1928-
int command_length;
1928+
size_t command_length;
19291929
int dir_length, extra = 0;
19301930
char *command_line;
19311931
char *ptr, *dir;

0 commit comments

Comments
 (0)