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
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:
30 + 19 = ?
Subscribe to this entry?

 
 [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: Sun Apr 28 18:01:31 2024 UTC