ID: 8667
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Sockets related
Assigned To:
Comments:
From: Ralph Mitchell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: PHP-4.0.4pl1 bug #8667
I got the exact same result as you mention in bug #8667, on Solaris 6
with
ID: 8667
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Sockets related
Description: sockets
Simple but ugly workaround for Solaris 7/8 is to define _KERNEL for sockets.h in
ext/sockets/sockets.c in PHP.
ext/sockets/socket.c:
#define _KERNEL
#include
#undef _KERNEL
[EMAIL P
ID: 8667
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: Compile Problem
Bug Type: Sockets related
Assigned To:
Comments:
Previous Comments:
---
[2001-01-12 02:31:49] [EMAIL PROTECTED]
I fixed
On Fri, Jan 12, 2001 at 07:16:57PM +0200, Jani Taskinen wrote:
> >Well, the bug displayed errors that I fixed under Sun CC. What you
> >have here are different errors with GCC, so that should be filed as a
> >separate bug.
>
> [clip from original bug report]
> >>>gcc -I. -I/export/home/art/php
On Fri, 12 Jan 2001, Jon Parise wrote:
>Well, the bug displayed errors that I fixed under Sun CC. What you
>have here are different errors with GCC, so that should be filed as a
>separate bug.
[clip from original bug report]
>>>gcc -I. -I/export/home/art/php-4.0.4pl1/ext/sockets
So what is th
On Fri, Jan 12, 2001 at 05:47:20PM +0200, Jani Taskinen wrote:
> Nope. I can reproduce this with latest CVS in Solaris 8.. BUT only
> when using GCC. With the Sun CC it works fine.
>
> So this bug report should be re-opened.
Well, the bug displayed errors that I fixed under Sun CC. What you
ha
ID: 8667
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: Compile Problem
Assigned To:
Comments:
user feedback:
Nope. I can reproduce this with latest CVS in Solaris 8.. BUT only
when using GCC. With the Sun CC it works fine.
So this bug report
On 12 Jan 2001 [EMAIL PROTECTED] wrote:
>ID: 8667
>Updated by: jon
>Reported By: [EMAIL PROTECTED]
>Old-Status: Open
>Status: Closed
>Bug Type: Compile Problem
>Assigned To:
>Comments:
>
>I fixed this compilation problem in the 4.0.5 development tree about a week ago. See
>revision 1.27 of sock
ID: 8667
Updated by: jon
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Problem
Assigned To:
Comments:
I fixed this compilation problem in the 4.0.5 development tree about a week ago. See
revision 1.27 of sockets.c
(http://cvs.php.net/viewcvs.cgi/php4/ext/soc