mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
RETURN_STRING takes the char* only now
This commit is contained in:
parent
6a3ee29785
commit
526c778e91
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ PHP_FUNCTION(readlink)
|
|||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError());
|
||||
RETURN_FALSE;
|
||||
}
|
||||
RETURN_STRING(target, 1);
|
||||
RETURN_STRING(target);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue