1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

fix linkinfo()

This commit is contained in:
Anatol Belski
2014-08-27 23:44:28 +02:00
parent e6dcd19aed
commit cf430b9a6f

View File

@@ -86,7 +86,7 @@ PHP_FUNCTION(linkinfo)
{
char *link;
char *dirname;
int link_len, dir_len;
size_t link_len, dir_len;
zend_stat_t sb;
int ret;