php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38257 Three xmlrpc-related warnings
Submitted: 2006-07-30 03:27 UTC Modified: 2006-07-30 11:34 UTC
From: asgard at inspire dot net dot nz Assigned:
Status: Closed Package: Compile Warning
PHP Version: 5.1.4 OS: SuSE linux 9.2
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: asgard at inspire dot net dot nz
New email:
PHP Version: OS:

 

 [2006-07-30 03:27 UTC] asgard at inspire dot net dot nz
Description:
------------
Compiling the latest release 5.1.4 configured with option  --with-xmlrpc raised two warnings in .../libxmlrpc/sml_element.c 

 at line 700 arg2 and arg3 incompatible pointer type
 at line 701 arg2 incompatible pointer type

PLUS in .../xmlrpc/xmlrpc-epc-php.c

 at line 691 arg1 discards qualifiers from pointer target type
There was also another, earlier, warning about a constant being too long for an int - but I didn't have time to record the details.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-30 11:34 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC