diff options
author | Sascha Schumann <sas@php.net> | 2000-12-07 12:09:38 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-12-07 12:09:38 +0000 |
commit | 4ada3dd3a058f8ae0899078e23753086dd19b27e (patch) | |
tree | 383272b809237658f49e0f289743e2d778cc45d1 /ext/standard/php_filestat.h | |
parent | 9d50bc01616c17c6d3a437c7eac0be7644165e57 (diff) | |
download | php-git-4ada3dd3a058f8ae0899078e23753086dd19b27e.tar.gz |
Hardcode all functions which are mentioned in the Large File Support Spec
http://ewe3.sas.com/standards/large.file/specs/api+.007.html
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r-- | ext/standard/php_filestat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 8f238d8a41..8e88431307 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -41,8 +41,8 @@ PHP_FUNCTION(is_file); PHP_FUNCTION(is_dir); PHP_FUNCTION(is_link); PHP_FUNCTION(file_exists); -PHP_FUNCTION(stat); -PHP_FUNCTION(lstat); +PHP_NAMED_FUNCTION(php_if_stat); +PHP_NAMED_FUNCTION(php_if_lstat); PHP_FUNCTION(diskfreespace); PHP_FUNCTION(chown); PHP_FUNCTION(chgrp); |