]> granicus.if.org Git - php/commitdiff
Alias dba_popen() to dba_open() until persistent STDIO streams are
authorAndrei Zmievski <andrei@php.net>
Sat, 21 Dec 2002 01:09:27 +0000 (01:09 +0000)
committerAndrei Zmievski <andrei@php.net>
Sat, 21 Dec 2002 01:09:27 +0000 (01:09 +0000)
implemented.

ext/dba/dba.c

index e7b1068cc5af905fc042564e20583086d6b343ab..ceaea7b908765f69a8c3759c6a25dc5d28b9f603 100644 (file)
@@ -51,7 +51,9 @@
  */
 function_entry dba_functions[] = {
        PHP_FE(dba_open, NULL)
-       PHP_FE(dba_popen, NULL)
+       PHP_FALIAS(dba_popen, dba_open, 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)