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
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:
4 + 19 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 03:01:27 2024 UTC