php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3879 Compile failure
Submitted: 2000-03-19 22:59 UTC Modified: 2000-04-01 23:36 UTC
From: matthew at arts dot usyd dot edu dot au Assigned:
Status: Closed Package: IMAP related
PHP Version: 3.0.15 OS: Du 4.0b
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matthew at arts dot usyd dot edu dot au
New email:
PHP Version: OS:

 

 [2000-03-19 22:59 UTC] matthew at arts dot usyd dot edu dot au
cc -g -DOSF1 -DMOD_SSL=204110 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../lib/expat-lite -DSHARED_MODULE  -I. -I.   -I/home/www/apache/include                  -I/usr/users/matthew/ftp/imap-4.7b/c-client//include -I/usr/users/matthew/mysql-3.22.30-dec-osf4.0f-alphaev6//include -I/usr/local/include -I/home/www/apache/include    -c functions/imap.c -o functions/imap.o^M
cc: Error: functions/imap.c, line 2618: Invalid statement.^M
                        }^M
------------------------^^M
cc: Error: functions/imap.c, line 2674: Invalid statement.^M
                        }^M
------------------------^^M
cc: Error: functions/imap.c, line 2800: Invalid statement.^M
                        }^M
------------------------^^M
cc: Warning: functions/imap.c, line 397: In this statement, the referenced type of the pointer value "ecur->text.data" is "unsigned char", which is not compatible with "const signed char".^M
      php3_error(ecur->errflg, ecur->LTEXT);^M
------^^M
cc: Warning: functions/imap.c, line 407: In this statement, the referenced type of the pointer value "acur->text.data" is "unsigned char", which is not compatible with "const signed char".^M
      php3_error(E_NOTICE, acur->LTEXT);^M
------^^M
cc: Warning: functions/imap.c, line 1395: In this statement, the referenced type of the pointer value "cur->text.data" is "unsigned char", which is not compatible with "signed char".^M
                add_next_index_string(return_value,cur->LTEXT,1);^M
----------------^^M
cc: Warning: functions/imap.c, line 1445: In this statement, the referenced type of the pointer value "(cur->text.data)" is "unsigned char", which is not compatible with "signed char".^M
                add_property_string(&mboxob, "name", cur->LTEXT,1);^M
----------------^^M

 At which point thing stop.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-01 23:36 UTC] sas at cvs dot php dot net
This is fixed in CVS. Thanks for your report.

You can use a snapshot until we release 3.0.16.

http://snaps.php.net/
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 11:01:31 2025 UTC