mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Alias dba_popen() to dba_open() until persistent STDIO streams are
implemented.
This commit is contained in:
parent
76a158a336
commit
ddea2a190f
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue