Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
Georg Richter wrote: > could you please report the bugs you detected when compiling MySQL 4.1 > under Windows to http://bugs.mysql.com too?! I'm in contact now with the MySQL team's "Windows guy". -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Georg Richter
On Thursday 13 February 2003 18:32, Sebastian Bergmann wrote: Sebastian, Edink: could you please report the bugs you detected when compiling MySQL 4.1 under Windows to http://bugs.mysql.com too?! (You need to sign for a webaccount to report bugs) Georg -- PHP Development Mailing List

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
Edin Kadribasic wrote: > I have indeed. I'm trying to build the current MySQL 4.1 sources from the BitKeeper repository with MS VisualC++ 6 (VisualStudio 98, Service Pack 5) on my Windows 2000 Professional box. The "prepare" script produces the errors shown in http://www.sebastian-be

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Edin Kadribasic
On Thu, 13 Feb 2003, Sebastian Bergmann wrote: > Edin Kadribasic wrote: > > edink Thu Feb 13 12:15:22 2003 EDT > > > > Modified files: > > /php4/ext/mysqlimysqli_api.c > > Log: > > Use my_ulonglong instead of unsigned long long to make msvc++ happy. > > Did you s

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysqli mysqli_api.c

2003-02-13 Thread Sebastian Bergmann
Edin Kadribasic wrote: > edink Thu Feb 13 12:15:22 2003 EDT > > Modified files: > /php4/ext/mysqli mysqli_api.c > Log: > Use my_ulonglong instead of unsigned long long to make msvc++ happy. Did you somehow manage to build MySQL 4.1 on Windows? If so, how? If not, how are you