php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8600 --enable-socket option does not compile on Solaris 7/8
Submitted: 2001-01-08 14:08 UTC Modified: 2001-05-23 18:52 UTC
From: amelkonian at usa dot com Assigned:
Status: Closed Package: Sockets related
PHP Version: 4.0.4 OS: Solaris 7/8
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: amelkonian at usa dot com
New email:
PHP Version: OS:

 

 [2001-01-08 14:08 UTC] amelkonian at usa dot com
--enable-socket option does not compile on Solaris 7/8 platforms because of sendmsg/recvmesg function
    implementations.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-09 03:31 UTC] samjam@php.net
Can we have more details please.

It compiles for me OK on solaris 2.7 (which I guess is solaris 7)

WHat compiler errors do you get?
What compiler do you use?
What is your PATH?
What is the smallest ./configure command you use that exhibits the problem?

Sam
 [2001-01-09 03:45 UTC] sniper@php.net
This should be fixed in CVS. Please try latest snapshot from http://snaps.php.net/

--Jani
 [2001-01-09 14:15 UTC] amelkonian at usa dot com
php build: php4-200101090945

compiler: gcc 2.95.2 on solaris 7

configuration as: configure --enable-sockets

make bails out while building sockets extension:

sockets.c:118: `php_if___xnet_listen' undeclared here (not in a function)
sockets.c:118: initializer element is not constant
sockets.c:118: (near initialization for `sockets_functions[10].handler')
sockets.c:139: `php_if___xnet_socket' undeclared here (not in a function)
sockets.c:139: initializer element is not constant

an so on ...
 [2001-05-23 18:52 UTC] jason@php.net
Fixed since 4.0.5
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC