]> granicus.if.org Git - php/commitdiff
MFH
authorMarcus Boerger <helly@php.net>
Thu, 5 Dec 2002 19:50:40 +0000 (19:50 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 5 Dec 2002 19:50:40 +0000 (19:50 +0000)
ext/db/db.c

index ab8c9a5b1f0d1db43b67218fc7d20bbd582dcee7..33f3923fc2ca9cde103b6302be027d47b345bd92 100644 (file)
@@ -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;