diff options
author | Andrei Zmievski <andrei@php.net> | 2000-02-01 06:06:03 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-02-01 06:06:03 +0000 |
commit | 91bb21c52262d850d509ef51f8f87870eb5690da (patch) | |
tree | b9a4472a493bdaf36bea1bcab2499f0006cf2102 /ext/standard/file.h | |
parent | 79daecb7d54e31d31b37a468a3f454ba89340d8a (diff) | |
download | php-git-91bb21c52262d850d509ef51f8f87870eb5690da.tar.gz |
Implemented realpath().
@ Added realpath() function. (Andrei)
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r-- | ext/standard/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index 231935ef56..e0e05cf98f 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -71,6 +71,7 @@ PHP_FUNCTION(flock); PHP_FUNCTION(fd_set); PHP_FUNCTION(fd_isset); PHP_FUNCTION(select); +PHP_FUNCTION(realpath); PHPAPI int php_set_sock_blocking(int socketd, int block); PHPAPI int php_file_le_fopen(void); |