diff options
author | Christopher Jones <sixd@php.net> | 2008-03-25 17:20:27 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2008-03-25 17:20:27 +0000 |
commit | e7de4793c39d4cd3705813d93f66bb64c7f32220 (patch) | |
tree | 4010fa73c620e1ac3320b8ae03da3633b443d813 /ext/oci8/oci8_lob.c | |
parent | c826caa84f711843f18326ec9cfb70cf591c08e1 (diff) | |
download | php-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.c | 2 |
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; } |