From: Marcus Boerger Date: Thu, 5 Dec 2002 19:50:40 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.0RC3~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=434d35cf6246bda5c4266e06876660434ca8307a;p=php MFH --- diff --git a/ext/db/db.c b/ext/db/db.c index ab8c9a5b1f..33f3923fc2 100644 --- a/ext/db/db.c +++ b/ext/db/db.c @@ -424,7 +424,7 @@ dbm_info *php_dbm_open(char *filename, char *mode TSRMLS_DC) else ret = -1; #else #if PHP_DEBUG - php_error1(NULL TSRMLS_CC, filename, E_WARNING, "errno = %d [%s]\n", errno, strerror(errno)); + php_error_docref1(NULL TSRMLS_CC, filename, E_WARNING, "errno = %d [%s]\n", errno, strerror(errno)); #endif if (errno) ret=errno; else ret = -1;