[EMAIL PROTECTED] wrote:
> On Mon, 11 Mar 2002, Yasuo Ohgaki wrote:
> 
> 
>>yohgaki               Mon Mar 11 02:09:13 2002 EDT
>>
>>  Modified files:              
>>    /php4/ext/pgsql   pgsql.c 
>>  Log:
>>  Fix possible build error under Windows.
>>  # Recent libpq under windows supports PQcmdTuples, right?
> 
> 
>>-                                       get_active_function_name(TSRMLS_C);
>>+                                       get_active_function_name(TSRMLS_C));
> 
> 
> This does not seem like a 'fix' to me. This will even break the build.
> 

I missed ")" when I changed it to use get_active_function_name().
Does this break your build? If so, it's strange :)

-- 
Yasuo Ohgaki
[EMAIL PROTECTED]


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to