summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_lob.c
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2008-03-25 17:20:27 +0000
committerChristopher Jones <sixd@php.net>2008-03-25 17:20:27 +0000
commite7de4793c39d4cd3705813d93f66bb64c7f32220 (patch)
tree4010fa73c620e1ac3320b8ae03da3633b443d813 /ext/oci8/oci8_lob.c
parentc826caa84f711843f18326ec9cfb70cf591c08e1 (diff)
downloadphp-git-e7de4793c39d4cd3705813d93f66bb64c7f32220.tar.gz
Remove trailing period from error thus syncing with PHP 6
Diffstat (limited to 'ext/oci8/oci8_lob.c')
-rw-r--r--ext/oci8/oci8_lob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8_lob.c b/ext/oci8/oci8_lob.c
index 99bf7211aa..1b1aff8148 100644
--- a/ext/oci8/oci8_lob.c
+++ b/ext/oci8/oci8_lob.c
@@ -62,7 +62,7 @@ php_oci_descriptor *php_oci_lob_create (php_oci_connection *connection, long typ
/* these three are allowed */
break;
default:
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown descriptor type %ld.", type);
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown descriptor type %ld", type);
return NULL;
break;
}