php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17367 no file Socket.php in lib/php/Net
Submitted: 2002-05-22 14:44 UTC Modified: 2002-05-22 18:23 UTC
From: nulo at onda dot com dot br Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.2.1 OS: Solaris 2.8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nulo at onda dot com dot br
New email:
PHP Version: OS:

 

 [2002-05-22 14:44 UTC] nulo at onda dot com dot br
I compiled php whith --enable-socket, but I got a error in
sockect functions, because I haven't the file "lib/php/Net/Socket.php".

I got fix copying this file from a older version of php (4.1.2)

My configure:

--with-apxs2=/usr/local/httpd-2.0.36/bin/apxs --with-mcrypt=/usr/local/libmcrypt-2.5.0 --with-imap-ssl=/usr/local/openssl
--prefix=/usr/local/httpd-2.0.36/php
--enable-memory-limit
--enable-track-vars
--enable-sockets
--with-imap=/usr/local/imap
--with-gettext
--with-zlib=/usr/local/zlib
--with-xml


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-22 15:30 UTC] mfischer@php.net
That's PEAR, not ext/sockets. Changing category.
 [2002-05-22 18:23 UTC] cox@php.net
The Socket class has been converted into its own PEAR Package avaible from the PEAR website at http://pear.php.net/packages.php, download from http://pear.php.net/get/Net_Socket or directly installable with the pear command so: "pear install Net_Socket". 

Tomas V.V.Cox
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC