From: Christoph M. Becker Date: Wed, 6 May 2020 15:25:02 +0000 (+0200) Subject: Remove out-dated comments X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=822c48996144f0da312f1d148a4888de3a16c474;p=php Remove out-dated comments --- diff --git a/ext/sysvsem/sysvsem.c b/ext/sysvsem/sysvsem.c index b9f1e626a7..df9f62116f 100644 --- a/ext/sysvsem/sysvsem.c +++ b/ext/sysvsem/sysvsem.c @@ -15,14 +15,6 @@ +----------------------------------------------------------------------+ */ -/* Latest update build anc tested on Linux 2.2.14 - * - * This has been built and tested on Solaris 2.6 and Linux 2.1.122. - * It may not compile or execute correctly on other systems. - * - * sas: Works for me on Linux 2.0.36 and FreeBSD 3.0-current - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index c63900036b..36c846ea32 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -14,12 +14,6 @@ +----------------------------------------------------------------------+ */ -/* This has been built and tested on Linux 2.2.14 - * - * This has been built and tested on Solaris 2.6. - * It may not compile or execute correctly on other systems. - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif