php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23717 Apache 1.3/Win2K Extensions Dir
Submitted: 2003-05-20 08:46 UTC Modified: 2003-05-20 09:48 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: compharm at bellsouth dot net Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.3.1 OS: Win2K Prof
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: compharm at bellsouth dot net
New email:
PHP Version: OS:

 

 [2003-05-20 08:46 UTC] compharm at bellsouth dot net
I have been banging my head against the wall.  I noticed several Bug reports and no true resolution for this.  I have a windows 2000 prof box running apache 1.3 and php 4.3.1

php.ini c:\winnt\php.ini
php install = e:\php
php extensions = e:\php\extensions

No matter how I define the extension_dir = in the php.ini file, php is unable to load the curl extension

I have tried
1)copying all dll's to the c:\winnt, and c:\winnt\system32
2)extension_dir=e:\php\extensions
e:\\php\extensions
e:\php\extensions\
e:\\php\extensions\
e:/php/extensions
e:/php/extensions/
./
all with and without quotes

3)adding the extension dir to the include path



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-20 08:55 UTC] edink@php.net
Are you sure you remembered to copy dlls\*.dll to your c:\winnt\system32 folder?
 [2003-05-20 09:19 UTC] compharm at bellsouth dot net
Yes....I copied all dll's (e:\php\dlls, e:\php\extensions, and e:\php\php4ts.dll to c:\winnt\system32) What would you like me to set the extension_dir path to?
 [2003-05-20 09:21 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


This is really not any support forum.
And try using c:\winnt\system32 as the extension dir,
if you REALLY copied them all there..

 [2003-05-20 09:29 UTC] compharm at bellsouth dot net
yes the dll's are REALLY there, the extension dir is now set at c:\winnt\system32

"The Procedure Entry point php_file_le_fopen could not be located in the dynamic link library php4ts.dll"

AND

"Unknown(); Unable to load dynamic library 'C:\winnt\system32\php_curl.dll" - The specified procedure could not be found"
 [2003-05-20 09:46 UTC] sniper@php.net
See bug http://bugs.php.net/bug.php?id=22276
And please don't reopen this anymore, there's no bug.

 [2003-05-20 09:48 UTC] edink@php.net
That's a sure sign that you have dlls from different php versions mixed up. Clean up your install, copy dlls\*.dll to the c:\winnt\system32 dir, set extension dir to e:\php\extensions and it will work fine.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC