From bf5cb890b05504fc4299ec154c00c483130f0602 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 26 Feb 2000 03:20:55 +0000 Subject: - Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice --- ext/posix/posix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/posix/posix.c') diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 8d32d82a69..1dd6f7eae9 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -455,7 +455,7 @@ PHP_FUNCTION(posix_uname) /* }}} */ /* POSIX.1, 4.5.1 time() - Get System Time - already covered by PHP3 + already covered by PHP */ /* {{{ proto array posix_times(void) @@ -483,7 +483,7 @@ PHP_FUNCTION(posix_times) /* }}} */ /* POSIX.1, 4.6.1 getenv() - Environment Access - already covered by PHP3 + already covered by PHP */ /* {{{ proto string posix_ctermid(void) -- cgit v1.2.1