|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-13 22:27 UTC] kalowsky@php.net
[2002-08-14 14:34 UTC] nohn@php.net
[2002-08-14 18:02 UTC] kalowsky@php.net
[2002-08-23 11:58 UTC] georg@php.net
[2002-11-22 01:55 UTC] info at chrisranjana dot com
[2002-11-22 04:12 UTC] jan@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 07:00:01 2025 UTC |
cc: Warning: /usr/users/nohn/php4-200207292100/ext/mysql/libmysql/my_tempnam.c, line 99: In this statement, the referenced type of the pointer value "(const cha r ...)temp_env" is "pointer to const signed char", which is not compatible with "pointer to signed char". (ptrmismatch) environ=(const char**)temp_env; /* May give warning */ ----^ cc: Warning: /usr/users/nohn/php4-200207292100/ext/mysql/libmysql/my_tempnam.c, line 105: In this statement, the referenced type of the pointer value "(const char ...)old_env" is "pointer to const signed char", which is not compatible with "pointer to signed char". (ptrmismatch) environ=(const char**)old_env; /* May give warning */ --^