From: Jani Taskinen Date: Tue, 5 Aug 2008 22:52:35 +0000 (+0000) Subject: - Nuke ending period X-Git-Tag: BEFORE_HEAD_NS_CHANGE~855 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a125d3d24a2513df590fde976a26c1fd3430a18;p=php - Nuke ending period --- diff --git a/ext/session/session.c b/ext/session/session.c index 985730851f..c007b40b63 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -1527,7 +1527,7 @@ static PHP_FUNCTION(session_save_path) if (name) { if (memchr(name, '\0', name_len) != NULL) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "The save_path cannot contain NULL characters."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "The save_path cannot contain NULL characters"); zval_dtor(return_value); RETURN_FALSE;