|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
How enable-sockets on php 4.4.0 under FreeBSD 6.0
Hi, All
How can I enable-sockets on php 4.4.0 with Apache/1.3.33 I installed on FreeBSD 6.0 ? How recompile php4.4.0 with enable socket support? I use ftp installation via sysinstall. Could somebody explain me with details. I am new in FreeBSD/Unix. I found php.ini-distr under user/local/etc but can't understand how should I edit it in order to enable socket support. Here is my configure output from phpinfo(): ./configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--with-regex=php' '--with-apxs=/usr/local/sbin/apxs' '--prefix=/usr/local' 'i386-portbld-freebsd6.0' It is strange for me that default php 4.4.0 installation does not support sockets and socket function like socket_create(AF_INET, SOCK_STREAM, SOL_TCP) Please, help Thanks in advance, Roman |
|
#2
|
|||
|
|||
|
Quote:
Strange? It would be a huge security problem otherwise. Supporting sockets allows you to surf anonymously, spam mail servers, waste bandwidth, and such. But the real reason probably is that PHP extensions have got their own port... /usr/ports/lang/php4-extensions. Did you install it? If yes, you probably have to activate the module in /usr/local/php/extensions.ini. Note: I have only used FreeBSD 4 and 5, but I don't think the ports system is any different with FreeBSD 6. M.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > How enable-sockets on php 4.4.0 under FreeBSD 6.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|