12.12.2010, 22:21
(12.12.2010, 16:59)Molt Wrote: Look, here is also written that it's supported by PHP 4 and 5! And it's not included in the TWLan-PHP -.-You should get in habit reading the PHP Manual. fsockopen is included by default without any configuration necessary: http://nl2.php.net/manual/en/network.installation.php
LG
Molt
cURL isn't: http://www.php.net/manual/en/curl.installation.php
(12.12.2010, 21:54)Chrissi Wrote:I've an optimized PHP build laying here. It has GD compiled in (for the map). I'll upload it some day(12.12.2010, 16:59)Molt Wrote: Look, here is also written that it's supported by PHP 4 and 5! And it's not included in the TWLan-PHP -.-
LG
Molt
Well, TWLan does not use it, so why would we add unnecessary code?
Do the following to add curl to TWLan:
1) Download the attachment php_curl.dll and place it in the directory TWLanDirectory/php/ext/
2) Go to TWLanDirectory/apache/bin/ and open the php.ini with an editor (NotePad, etc)
3) Find the line ";extension=php_curl.dll" and remove the ";" in front, so that it becomes "extension=php_curl.dll". Save and close the php.ini.
4) If TWLan is running, run "apache_stop.bat" and then immediately after "apache_start.bat"
The cURL-extension should be activated now. If there are version problems with the library, undo step 3 and repeat step 4 and contact me in this thread, so that we can find a curl-library that works.
Found my post helpful? Rate me
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)