php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10085 socket support seems not loaded
Submitted: 2001-03-31 00:48 UTC Modified: 2001-05-01 08:50 UTC
From: brandon at seed dot net dot tw Assigned:
Status: Closed Package: Sockets related
PHP Version: 4.0.4pl1 OS: Mandrake Linux 7.2
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: brandon at seed dot net dot tw
New email:
PHP Version: OS:

 

 [2001-03-31 00:48 UTC] brandon at seed dot net dot tw
When I use default installed php package (php-4.0.3pl1) on
Mandrake 7.2 (default kernel 2.2.17), it lacks socket support, then I downloaded php4.0.4pl1 and compiled a 
self-contained sockets.so module, it works fine!
but since php 4.0.3pl1 has some bugs,therefore, I update to 
4.0.0pl1 as suggested. Then each time I tried to call 
socket() function, it always says "call to undefined function socket()"
I recompile the self-contained module, it still doesn't work
ps.I have enabled extension=sockets.so in php.ini
strangely enough, mysql.so still works fine!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-31 16:59 UTC] sniper@php.net
What was the configure line you used to configure php4?

--Jani

 [2001-05-01 08:50 UTC] jmoore@php.net
No feedback please try again with 4.0.5 and check you have the correct configure options by running ./configure --help and choose the ones you want.

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