Markus,

After reinstalling almost everything I am happy to report that PHP starts
without any complaints about missing dll's or other error messages.
So it seems that must have been some conflict with older versions.

However I am still not able run any cURL functions like $ch = curl_init
("http://www.example.com/";);
Is there anything more I have to do like copying some other dll's or any
form of "black magic".
It seem so close, but still .. It does not work.

I always get this error: Parse error: parse error, unexpected T_VARIABLE,
expecting ',' 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] How to specify extension_dir in PHP.ini for
Windows


On Wed, Aug 28, 2002 at 02:09:57PM +0200, Steinar Kolnes wrote :
>
> When changing the directory to the latter it seems that it finds something
> because 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"

    That sympton occurs if you the PHP version you're using
    differes from the one the library was linked against. Make
    sure you don't mix up those and always only use php and libs
    from the very same distribution.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to