|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 06:00:01 2025 UTC |
H/W:Compaq AlphaServer GS60E O/S:Compaq Tru64 UNIX Ver5.0A D/B:Sybase ASE PHP:3.0.16 W/S:Apache_1.3.12 when php make-> ...omission... cc -g -I. -I. -I/app/web/src/apache_1.3.12/src/include -I/app/web/src/apache_1.3.12/src/os/unix -I/app/ase/OCS-12_0/include -c functions/file.c -o functions/file.o cc: Warning: functions/file.c, line 275: In this statement, the referenced type of the pointer value "buf" is "char", which is not compatible with "unsigned char". (ptrmismatch) && !php3i_stristr(buf,"</head>")) { ----------------------------------^ cc: Warning: functions/file.c, line 275: In this statement, the referenced type of the pointer value ""</head>"" is "char", which is not compatible with "unsigned char". (ptrmismatch) && !php3i_stristr(buf,"</head>")) { --------------------------------------^ cc: Warning: functions/file.c, line 276: In this statement, the referenced type of the pointer value "buf" is "char", which is not compatible with "unsigned char". (ptrmismatch) if(php3i_stristr(buf,"<meta")) { ---------------------------------^ cc: Warning: functions/file.c, line 276: In this statement, the referenced type of the pointer value ""<meta"" is "char", which is not compatible with "unsigned char". (ptrmismatch) if(php3i_stristr(buf,"<meta")) { -------------------------------------^ cc: Warning: functions/file.c, line 280: In this statement, the referenced type of the pointer value "buf" is "char", which is not compatible with "unsigned char". (ptrmismatch) tmp=php3i_stristr(buf,"name=\""); ------------------------------------------^ cc: Warning: functions/file.c, line 280: In this statement, the referenced type of the pointer value ""name=""" is "char", which is not compatible with "unsigned char". (ptrmismatch) tmp=php3i_stristr(buf,"name=\""); ----------------------------------------------^ cc: Warning: functions/file.c, line 308: In this statement, the expression "*c++=((int)(((*(__lc_ctype->core.towlower))==0)?__lc_ctype->_lower[(unsigned char)*c]:(*(__lc_ctype->core.towlower))(...)))" modifies "c", and fetches its value in a computation that is not used to produce the modified value without an intervening sequence point. This behavior is undefined. (undefvarfetch) *c++ = tolower((unsigned char)*c); ----------------------------------------------------------------^ cc: Warning: functions/file.c, line 315: In this statement, the referenced type of the pointer value "buf" is "char", which is not compatible with "unsigned char". (ptrmismatch) tmp=php3i_stristr(buf,"content=\""); --------------------------------------------------^ cc: Warning: functions/file.c, line 315: In this statement, the referenced type of the pointer value ""content=""" is "char", which is not compatible with "unsigned char". (ptrmismatch) tmp=php3i_stristr(buf,"content=\""); ------------------------------------------------------^ ...omission... after php-3.0.16 make install, apache configure, make, make install when apachectl start, as fallows error /sbin/loader: Fatal Error: cannot map libsybdb.so I can't started apache web server!!!