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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 16:01:29 2024 UTC