ID: 22684
Updated by: [EMAIL PROTECTED]
Reported By: michael dot mauch at gmx dot de
-Status: Open
+Status: Analyzed
Bug Type: MySQL related
Operating System: Tru64 4.0g
PHP Version: 4.3.2RC1
New Comment:
You should report this to the mysql. (if you already haven't :)
Even as it clearly is Mysql problem, it's better leave
this open for now as a reminder to upgrade the bundled
library as soon as it's fixed.
Previous Comments:
------------------------------------------------------------------------
[2003-03-14 10:31:06] michael dot mauch at gmx dot de
No, MySQL 3.23.55 shows the same error => bogus (but the Status box
only has "Open" or "Close", so I have to leave it open).
------------------------------------------------------------------------
[2003-03-13 17:20:11] [EMAIL PROTECTED]
Do you get the same error when you compile mysql?
------------------------------------------------------------------------
[2003-03-13 15:24:21] michael dot mauch at gmx dot de
cc: Error:
/house/elmicha/local/src/php-4.3.2RC1/ext/mysql/libmysql/strto.c, line
68: In this declaration, the type of "strtoll" is not compatible with
the type of a previous declaration of "strtoll" at line number 44 in
file /usr/include.dtk/stdlib.h. (notcompat)
function (const char *nptr,char **endptr,int base)
^
The declaration of strtoll() in stdlib.h is:
extern long long int strtoll(
const char * /*restrict*/ __nptr,
char ** /*restrict*/ __endptr,
int __base);
The declaration in strto.c is expanded to:
longlong strtoll (const char *nptr,char **endptr,int base)
% cc -V:
Compaq C V6.5-207 (dtk) on Digital UNIX V4.0G (Rev. 1530)
Compiler Driver V6.5-207 (dtk) (dtk) cc Driver
http://bugs.php.net/bug.php?id=18815 looks similar, but it's closed
(and on Linux).
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22684&edit=1