[PHP-DEV] libmysql and MS Visual Studio .NET

2001-08-15 Thread Michael Widenius


Hi!

As this isn't a php problem, please post any answer only to the
[EMAIL PROTECTED] list.

> "Sebastian" == Sebastian Bergmann <[EMAIL PROTECTED]> writes:

Sebastian>   Hi,
Sebastian>   while cleaning up my room today I found my copy of the MS Visual
Sebastian>   Studio .NET Beta 1 again. Since I was a little bored I installed
Sebastian>   it and tried again to build PHP 4 with it.

Sebastian>   It still chokes on the strtoll.c file. I wonder if someone else
Sebastian>   has tried to build PHP (or MySQL) with this next version of the
Sebastian>   standard Win32 compiler.

Sebastian>   Have a look at 

Sebastian> http://www.sebastian-bergmann.de/libmysql.htm

Sebastian>   for the exact error messages. Sorry, I only own the german 
Sebastian>   version of Visual Studio.

Sebastian>   Note: This is currently not important, but better support it
Sebastian>   sooner than later, I think.

I have compiled MySQL with Visual Studio 6, so this should work...

It's strange that strtoull.c compiles but not strtoll.c, as they both
include the same include files and is basicly the same source.

Could you email the lines 380-445 from  .NET\Vc7\include\winnt.h so
that I can take a look at this.

Regards,
Monty





-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Update of bundled packages

2001-05-13 Thread Michael Widenius


Hi!

> "Andi" == Andi Gutmans <[EMAIL PROTECTED]> writes:

Andi> At 08:24 PM 5/12/2001 +0200, Sebastian Bergmann wrote:
>> Alexander Bokovoy wrote:
>> > >   Another issue is the bundled mysql client library. phpinfo()
>> > > currently shows 3.23.32 as its API version. Is this up-to-date?
>> > Latest version is 3.32.36 I think.
>> 
>> Is an upgrade of the libmysql client that comes with php4 needed?

Andi> I emailed Tim from the MySQL team a couple of times. There are two issues 
Andi> that need to be resolved. One is a build fix (I think) one of the PHP 
Andi> developers committed to the libmysql directory. This should obviously be 
Andi> sync'ed with the MySQL team as they upgrade the client when needed. The 
Andi> second issue is a missing configure directive which can break compilations 
Andi> of MySQL on AIX (and possibly also other platforms).

Andi> I think Tim was ill for a while so he probably didn't get around to it.
Andi> Monty, Tim, can you please let us know what the status of these two issues 
Andi> is? (I mailed Tim about them).

Tim is now back and he should be able to handle this during the
incomming week.  (Tim, email me if you can't do this...)

Regards,
Monty

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]