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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user