On 08.11.2008 15:24, Timm Friebe wrote:
> thekid                Sat Nov  8 12:24:52 2008 UTC
> 
> -             php_error_docref(NULL TSRMLS_CC, E_NOTICE, "cannot use 
> non-storing mode with buffered queries");
> +             php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Cannot use 
> non-storing mode with buffered queries");
> -             php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase:  No 
> connection to close");
> +             php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase:  No 
> connection");
> -             php_error_docref(NULL TSRMLS_CC, E_NOTICE, "called without 
> first fetching all rows from a previous unbuffered query");
> +             php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase:  Called 
> without first fetching all rows from a previous unbuffered query");

What's the point in that "Sybase" prefix?
We don't have "Oracle: invalid connection" or "MySQL: broken query" errors 
and they seem quite pointless to me, taking into account that they come 
along with the function names, which already contain that "sybase_" or "mysql_" 
prefix.

-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to