From: Marcus Boerger Date: Wed, 16 Jul 2003 22:55:02 +0000 (+0000) Subject: Remove bogus comment (noticed by Zak) X-Git-Tag: BEFORE_ARG_INFO~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f1cf6033155e5506a5b4df701f532683ac48022;p=php Remove bogus comment (noticed by Zak) --- diff --git a/ext/dba/dba.c b/ext/dba/dba.c index 49b57efad2..d58a92dd85 100644 --- a/ext/dba/dba.c +++ b/ext/dba/dba.c @@ -54,8 +54,6 @@ function_entry dba_functions[] = { PHP_FE(dba_open, NULL) PHP_FE(dba_popen, NULL) - /* Disabled until 4.3.1, when persistent STDIO streams are implemented. */ - /* PHP_FE(dba_popen, NULL) */ PHP_FE(dba_close, NULL) PHP_FE(dba_delete, NULL) PHP_FE(dba_exists, NULL)