From: Marcus Boerger Date: Sat, 14 Jun 2003 19:27:01 +0000 (+0000) Subject: Remove that old thing X-Git-Tag: php-4.3.3RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87c57062c41d4051ba94f669a995d73ddaedd0be;p=php Remove that old thing --- diff --git a/ext/dba/dba.c b/ext/dba/dba.c index 415a7e1769..001b1ca331 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)