On Mon, 26 Jan 2004, Antony Dovgal wrote:

> tony2001              Mon Jan 26 10:25:32 2004 EDT
>
>   Modified files:
>     /php-src/ext/oci8 oci8.c
>   Log:
>   fix this annoying notice about limited range

    You need to use a different allocator (.._ex(.., 1)).

> -             smart_str_append_long_ex(&hashed_details, charsetid, 1);
> +             smart_str_append_unsigned(&hashed_details, charsetid);

    - Sascha

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

Reply via email to