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

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)