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
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: 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

Pull Requests

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Feb 14 08:01:28 2025 UTC