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
 [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: Fri Apr 19 04:01:28 2024 UTC