diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-06-27 01:09:48 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-06-27 11:53:40 +0200 |
commit | 32489322a1e7fc55fd09826c83a23ac7b702a29b (patch) | |
tree | f089c3bb99fd4d262d9edfed0fb914c9549b1d0c | |
parent | 6dc0cd868d972885249ce40f2d64097cd0ba6c1f (diff) | |
download | php-git-32489322a1e7fc55fd09826c83a23ac7b702a29b.tar.gz |
Remove outdated comments about PHP 3
-rw-r--r-- | ext/standard/file.c | 2 | ||||
-rw-r--r-- | ext/standard/file.h | 2 | ||||
-rw-r--r-- | ext/standard/fsock.h | 2 | ||||
-rw-r--r-- | ext/standard/php_string.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index baefafc735..da2503056a 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -23,8 +23,6 @@ /* $Id$ */ -/* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ - /* {{{ includes */ #include "php.h" diff --git a/ext/standard/file.h b/ext/standard/file.h index 7fa0afee67..71400dd703 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -18,8 +18,6 @@ /* $Id$ */ -/* Synced with php 3.0 revision 1.30 1999-06-16 [ssb] */ - #ifndef FILE_H #define FILE_H diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index 499a0d0fc0..4aa27cabba 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -20,8 +20,6 @@ /* $Id$ */ -/* Synced with php 3.0 revision 1.24 1999-06-18 [ssb] */ - #ifndef FSOCK_H #define FSOCK_H diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 152028ea15..fe6fce13e1 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -19,8 +19,6 @@ /* $Id$ */ -/* Synced with php 3.0 revision 1.43 1999-06-16 [ssb] */ - #ifndef PHP_STRING_H #define PHP_STRING_H |