summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r--ext/oci8/oci8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index e7513faae7..2d7d99a474 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -1018,7 +1018,7 @@ static void oci_debug(const char *format, ...)
vsnprintf(buffer, sizeof(buffer)-1, format, args);
va_end(args);
buffer[sizeof(buffer)-1] = '\0';
- php_printf("OCIDebug: %s<br>\n", buffer);
+ php_printf("OCIDebug: %s<br />\n", buffer);
}
}