View previous topic :: View next topic |
Author |
Message |
Emok -
Joined: 29 Feb 2004 Posts: 12
|
Posted: Mon Apr 05, 2004 1:13 pm Post subject: socket support for the php mod |
|
|
Does Anyone Know How To Actibvate This |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Apr 05, 2004 2:53 pm Post subject: Re: socket support for the php mod |
|
|
Emok,
If you're using Windows, download the Windows Zipped package as it contains all the extensions. Install it and open php.ini, locate the line:
Code: | ;extension=extensions\php_sockets.dll |
and remove the leading ; :
Code: | extension=extensions\php_sockets.dll |
Save the file and test your PHP script with sockets instructions. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Emok -
Joined: 29 Feb 2004 Posts: 12
|
Posted: Mon Apr 05, 2004 5:42 pm Post subject: |
|
|
what windzip pakages are you refering to |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Mon Apr 05, 2004 6:40 pm Post subject: |
|
|
The Binary .zip File located
on the php.net website. |
|
Back to top |
|
 |
|