summaryrefslogtreecommitdiff
path: root/ext/standard/php3_dir.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-10-20 16:17:30 +0000
committerThies C. Arntzen <thies@php.net>1999-10-20 16:17:30 +0000
commit33ebd5238741a224d67e75f6f7e47ba9c2341ffd (patch)
treea7d5341a0dee50fb17ec68227bdb1f268d993ea6 /ext/standard/php3_dir.h
parentdf6d06def40c1e3fb890825a6c695171832a8c93 (diff)
downloadphp-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.h1
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);