diff options
| author | Zeev Suraski <zeev@php.net> | 1999-12-17 19:16:50 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-12-17 19:16:50 +0000 |
| commit | 02d3b39420839c9e09fd7c391f158e5c510bd600 (patch) | |
| tree | 0dbd660f36a226fc545e719cb226114bb60f6c7c /main/safe_mode.c | |
| parent | 9ebd037226fcaa1804df73c419d5529a16957e0b (diff) | |
| download | php-git-02d3b39420839c9e09fd7c391f158e5c510bd600.tar.gz | |
More php3_ annihilation
Diffstat (limited to 'main/safe_mode.c')
| -rw-r--r-- | main/safe_mode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/safe_mode.c b/main/safe_mode.c index 02bd31b9bf..d7982e48dc 100644 --- a/main/safe_mode.c +++ b/main/safe_mode.c @@ -31,7 +31,7 @@ #include "SAPI.h" /* - * _php3_checkuid + * php_checkuid * * This function has four modes: * @@ -40,7 +40,7 @@ * 2 - if file does not exist, check directory * 3 - only check directory (needed for mkdir) */ -PHPAPI int _php3_checkuid(const char *fn, int mode) { +PHPAPI int php_checkuid(const char *fn, int mode) { struct stat sb; int ret; long uid=0L, duid=0L; @@ -108,7 +108,7 @@ PHPAPI int _php3_checkuid(const char *fn, int mode) { } -PHPAPI char *_php3_get_current_user() +PHPAPI char *php_get_current_user() { #if CGI_BINARY || USE_SAPI || FHTTPD struct stat statbuf; |
