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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
22 + 4 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC