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:
+3
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user