php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17481 call to undefined function socket
Submitted: 2002-05-28 06:49 UTC Modified: 2002-05-28 06:54 UTC
From: office at iworks dot at Assigned:
Status: Not a bug Package: Sockets related
PHP Version: 4.1.2 OS: Windows 2000 Pro
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:
28 - 13 = ?
Subscribe to this entry?

 
 [2002-05-28 06:49 UTC] office at iworks dot at
i'm using the php 4.1.2 win-installer on win2000 and have added php_sockets.dll to the extensions-directory afterwards.
i've set the extension in my php.ini and phpinfo() tells me "socket support enabled", but if i try to call socket() it always returns the same error: "call to undefined function: socket() in..."

i've searched the bug-db but i found no solution resp. to my configuration.

tuvm

michael

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-28 06:54 UTC] mfischer@php.net
The old interface has gone. They're now called socket_*(), e.g. socket_create(), etc.

See php.net/sockets
 [2002-05-28 10:35 UTC] office at iworks dot at
thank you!

i just used socket() because of the example-script on the first page of the socket ref., but with the socket_*() it works pretty well...

thanks michael
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 15:01:29 2024 UTC