diff options
author | Thies C. Arntzen <thies@php.net> | 1999-10-20 16:17:30 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-10-20 16:17:30 +0000 |
commit | 33ebd5238741a224d67e75f6f7e47ba9c2341ffd (patch) | |
tree | a7d5341a0dee50fb17ec68227bdb1f268d993ea6 /ext/standard/php3_dir.h | |
parent | df6d06def40c1e3fb890825a6c695171832a8c93 (diff) | |
download | php-git-33ebd5238741a224d67e75f6f7e47ba9c2341ffd.tar.gz |
(PHP getcwd()) added, needs to porting to Win32
@- added getcwd() function. (Thies)
# as we do have chdir() now we have getcwd() - i think we *should* restore the
# working directory in RSHUTDOWN!
Diffstat (limited to 'ext/standard/php3_dir.h')
-rw-r--r-- | ext/standard/php3_dir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php3_dir.h b/ext/standard/php3_dir.h index 8b5e2af026..86ccda21c2 100644 --- a/ext/standard/php3_dir.h +++ b/ext/standard/php3_dir.h @@ -29,6 +29,7 @@ extern PHP_MINIT_FUNCTION(dir); PHP_FUNCTION(opendir); PHP_FUNCTION(closedir); PHP_FUNCTION(chdir); +PHP_FUNCTION(getcwd); PHP_FUNCTION(rewinddir); PHP_FUNCTION(readdir); PHP_FUNCTION(getdir); |