On Tue, 3 Dec 2002, Frank M. Kromann wrote:

> fmk           Tue Dec  3 13:57:05 2002 EDT
> 
>   Modified files:              
>     /php4/ext/mssql   php_mssql.c php_mssql.h 
>   Log:
> +                                     php_error(E_WARNING, "%s(): an output 
>parameter variable was not provided", get_active_function_name(TSRMLS_C));

Can you please use the new php_error_docref instead:

php_error_docref(NULL TSRMLS_CC, E_WARNING, "An output parameter variable was not 
provided");

IMO it's a good idea to have all these things consistent (as per 
discussion on the -dev list).

Derick

-- 

-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals       http://php-mag.net/
-------------------------------------------------------------------------


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

Reply via email to