Hi Pierre 2009/5/23 Pierre Joye <[email protected]>: > On Sat, May 23, 2009 at 4:58 AM, Kalle Sommer Nielsen <[email protected]> wrote: >> kalle Sat May 23 02:58:16 2009 UTC >> >> Modified files: (Branch: PHP_5_3) >> /php-src/ext/mysqli mysqli_api.c >> Log: >> Fixed compiler warning again, uint8_t is only available with mysqlnd. This >> is not affecting HEAD > > this type and all other are available in stdint.h and > win32/php_stdint.h on windows.
Yea I know, but mysql_refresh in libmysql expects unsigned int, so I thought this was the best solution. > > Cheers, > -- > Pierre > > http://blog.thepimp.net | http://www.libgd.org > regrads, -- Kalle Sommer Nielsen [email protected] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
