[PHP-DEV] How to use cURL in PHP under Win NT ?

2002-08-28 Thread Steinar Kolnes
t recognize the cURL functions like curl_init(); Someone who have expirence with this ? Thanks in advance. Rgs Steinar Kolnes -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

SV: SV: SV: [PHP-DEV] How to specify extension_dir in PHP.ini for Windows

2002-08-28 Thread Steinar Kolnes
7; or ';' in d:\apache\htdocs\phonec\sms\send_sms.php on line 45 Best regards Steinar Kolnes -Opprinnelig melding- Fra: Markus Fischer [mailto:[EMAIL PROTECTED]] Sendt: August 28, 2002 1:25 PM Til: Steinar Kolnes Kopi: [EMAIL PROTECTED]; [EMAIL PROTECTED] Emne: Re: SV: SV: [PHP-DEV] H

SV: SV: [PHP-DEV] How to specify extension_dir in PHP.ini for Windows

2002-08-28 Thread Steinar Kolnes
it comes up with an new error message: "The procedure entry point _Zend_list_delete could not be located in the dynamic link library php4ts.dll" In the latter case I also had to copy two files to WINNT\SYSTEM32, these were: "SSLEY32.dll" and "libey32.dll". Anyone

SV: [PHP-DEV] How to specify exstension_dir in PHP.ini for Windows

2002-08-28 Thread Steinar Kolnes
August 28, 2002 12:44 PM Til: Steinar Kolnes Kopi: [EMAIL PROTECTED] Emne: Re: [PHP-DEV] How to specify exstension_dir in PHP.ini for Windows On Wed, 28 Aug 2002, Steinar Kolnes wrote: > Hi, > > This should be a simple task I though, but I where wrong. > > I have my DLL extension in

[PHP-DEV] How to specify exstension_dir in PHP.ini for Windows

2002-08-28 Thread Steinar Kolnes
/ ..\extensions\ Someone who can help me ? Thanks in advance Steinar Kolnes -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] How to send POST directly from PHP ?

2002-08-27 Thread Steinar Kolnes
-Opprinnelig melding- Fra: Steinar Kolnes [mailto:[EMAIL PROTECTED]] Sendt: August 28, 2002 12:57 AM Til: [EMAIL PROTECTED] Emne: How to send POST directly from PHP ? Hi, Can someone tell me how I can send POST variables directly from PHP (not from the clients browser). The whole