1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

Alias dba_popen() to dba_open() until persistent STDIO streams are

implemented.
This commit is contained in:
Andrei Zmievski
2002-12-21 01:09:27 +00:00
parent 76a158a336
commit ddea2a190f
+3 -1
View 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)