php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1204 hg_comm.c and hw.c disagree on send_putdocument
Submitted: 1999-03-05 09:15 UTC Modified: 1999-03-09 14:17 UTC
From: joey at samaritan dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.7 OS: Solaris 2.6
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: joey at samaritan dot com
New email:
PHP Version: OS:

 

 [1999-03-05 09:15 UTC] joey at samaritan dot com
3.0.7 hw.c only sends 6 elements to send_putdocument, but ships with
version 1.12 of hg_comm, which expects 7 elements

In functions/hg_comm.c, version 1.10:
int send_putdocument(int sockfd, char *host, hw_objectID parentID, char
*objectRec, char *text, int count)
< 6 elements to send_putdocument >


In functions/hg_comm.c, version 1.12:
int send_putdocument(int sockfd, char *host, hw_objectID parentID, char
*objectRec, char *text, int count, hw_objectID *objectID)
< 7 elements to send_putdocument!! >

THIS HAS BEEN FIXED BY UWE

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC