helly Wed Jul 16 18:55:02 2003 EDT
Modified files:
/php-src/ext/dba dba.c
Log:
Remove bogus comment (noticed by Zak)
Index: php-src/ext/dba/dba.c
diff -u php-src/ext/dba/dba.c:1.96 php-src/ext/dba/dba.c:1.97
--- php-src/ext/dba/dba.c:1.96 Sat Jun 21 14:43:25 2003
+++ php-src/ext/dba/dba.c Wed Jul 16 18:55:02 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dba.c,v 1.96 2003/06/21 18:43:25 helly Exp $ */
+/* $Id: dba.c,v 1.97 2003/07/16 22:55:02 helly Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -54,8 +54,6 @@
function_entry dba_functions[] = {
PHP_FE(dba_open, NULL)
PHP_FE(dba_popen, 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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php