freelanceprogrammers.org Forum Index » PHP
Install Curl Function and IIS on window xp - Problem
Joined: 09 May 2005
Posts: 10
Install Curl Function and IIS on window xp - Problem
Hello,
I`m trying to install Curl on Windows with the following specifications :
- Windows XP SP1
- PHP 4.3.4
- Nossl
- IIS 5.1
I read on the internet, I have :
- install php_curl.dll
- remove the comment in php.ini to have that : extension=php_curl.dll
I found the dll on the internet because I didn`t find it on curl website.
No when I call a php page, I have this error :
"Warning: Unknown(): Unable to load dynamic library `./php_curl.dll` - The
specified module could not be found"
I tried to install the dll in some place but I have the same error all the time.
Could you help me ?
Thanks,
Murli
php-objects@yahoogroups.com wrote:
Hello,
This is just a reminder messages to let you know as subscriber of the
php-objects
mailing list you may be interested about the new site where you may submit new
feature requests or bug reports about the PHP Classes.
The site URL is http://bugs.phpclasses.org/ .
If you would like to keep track or discuss the feature requests or bug reports,
you can join the PHP Classes Bugs mailing list by either sending an empty
message
to phpclasses-bugs-subscribe@yahoogroups.com or by accessing the list page at:
http://groups.yahoo.com/group/phpclasses-bugs
Manuel Lemos
moderator of php-objects list
PHP Data object relational mapping generator - http://www.meta-language.net/
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
How much free photo storage do you get? Store your holiday snaps for FREE with
Yahoo! Photos. Get Yahoo! Photos
[Non-text portions of this message have been removed]
Joined: 09 May 2005
Posts: 2
Install Curl Function and IIS on window xp - Problem
Hello,
did you put php_curl.dll in your extensions directory?
Best regards,
Trif Ovidiu.
Bathey Murali wrote:
>
> Hello,
>
> I`m trying to install Curl on Windows with the following specifications :
> - Windows XP SP1
> - PHP 4.3.4
> - Nossl
> - IIS 5.1
>
> I read on the internet, I have :
> - install php_curl.dll
> - remove the comment in php.ini to have that : extension=php_curl.dll
>
> I found the dll on the internet because I didn`t find it on curl website.
>
> No when I call a php page, I have this error :
> "Warning: Unknown(): Unable to load dynamic library `./php_curl.dll` -
> The specified module could not be found"
>
> I tried to install the dll in some place but I have the same error all
> the time.
>
> Could you help me ?
>
> Thanks,
>
>
> Murli
>
>
>
> php-objects@yahoogroups.com wrote:
> Hello,
>
> This is just a reminder messages to let you know as subscriber of the
> php-objects
> mailing list you may be interested about the new site where you may
> submit new
> feature requests or bug reports about the PHP Classes.
>
> The site URL is http://bugs.phpclasses.org/ .
>
> If you would like to keep track or discuss the feature requests or bug
> reports,
> you can join the PHP Classes Bugs mailing list by either sending an
> empty message
> to phpclasses-bugs-subscribe@yahoogroups.com or by accessing the list
> page at:
>
> http://groups.yahoo.com/group/phpclasses-bugs
>
>
> Manuel Lemos
> moderator of php-objects list
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
> ---------------------------------
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
> To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
>
> ---------------------------------
> How much free photo storage do you get? Store your holiday snaps for
> FREE with Yahoo! Photos. Get Yahoo! Photos
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
> * To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
> <mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
[Non-text portions of this message have been removed]
Joined: 26 Apr 2005
Posts: 8
Install Curl Function and IIS on window xp - Problem
BM> No when I call a php page, I have this error :
BM> "Warning: Unknown(): Unable to load dynamic library
BM> `./php_curl.dll` - The specified module could not be found"
if you are download php the .zip version (not installer) there will be
a folder named extensions on your php folder after you extract the zip
file.
go to php.ini and make this change:
; Directory in which the loadable extensions (modules) reside.
extension_dir = "./"
change it to:
extension_dir = "./extensions"
and make sure the .dll file is located on ./extensions folder.
or the other way, copy the .dll file to the same folder with php.exe
Markus
`After All, You`re Only Human`
Joined: 09 May 2005
Posts: 10
Install Curl Function and IIS on window xp - Problem
TRif,
yes , i put php_curl.dll in my extensions folder. when i tested phpinfo
unload dynamic error comes.......... what can i do ? how to solve this problem?
could you please help me
Trif Ovidiu Adrian <ovi@...> wrote:
Hello,
did you put php_curl.dll in your extensions directory?
Best regards,
Trif Ovidiu.
Bathey Murali wrote:
>
> Hello,
>
> I`m trying to install Curl on Windows with the following specifications :
> - Windows XP SP1
> - PHP 4.3.4
> - Nossl
> - IIS 5.1
>
> I read on the internet, I have :
> - install php_curl.dll
> - remove the comment in php.ini to have that : extension=php_curl.dll
>
> I found the dll on the internet because I didn`t find it on curl website.
>
> No when I call a php page, I have this error :
> "Warning: Unknown(): Unable to load dynamic library `./php_curl.dll` -
> The specified module could not be found"
>
> I tried to install the dll in some place but I have the same error all
> the time.
>
> Could you help me ?
>
> Thanks,
>
>
> Murli
>
>
>
> php-objects@yahoogroups.com wrote:
> Hello,
>
> This is just a reminder messages to let you know as subscriber of the
> php-objects
> mailing list you may be interested about the new site where you may
> submit new
> feature requests or bug reports about the PHP Classes.
>
> The site URL is http://bugs.phpclasses.org/ .
>
> If you would like to keep track or discuss the feature requests or bug
> reports,
> you can join the PHP Classes Bugs mailing list by either sending an
> empty message
> to phpclasses-bugs-subscribe@yahoogroups.com or by accessing the list
> page at:
>
> http://groups.yahoo.com/group/phpclasses-bugs
>
>
> Manuel Lemos
> moderator of php-objects list
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
> ---------------------------------
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
> To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
>
> ---------------------------------
> How much free photo storage do you get? Store your holiday snaps for
> FREE with Yahoo! Photos. Get Yahoo! Photos
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
> * To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
> <mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
[Non-text portions of this message have been removed]
PHP Data object relational mapping generator - http://www.meta-language.net/
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
How much free photo storage do you get? Store your holiday snaps for FREE with
Yahoo! Photos. Get Yahoo! Photos
[Non-text portions of this message have been removed]
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







