Ask a Question related to PHP Development, Design and Development.
-
Rob #1
Loading extentions on windows
In my ini file I have;
; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\PHP\extensions"
extension=php_gd2.dll
extension=php_tidy.dll
extension=php_pdf.dll
extension=php_domxml.dll
extension=php_xslt.dll
Now the funny thing is PHP loads the first three but is complaining that it
can't find the last two?
The errors I get :
Unknown(): Unable to load dynamic library
'c:\PHP\extentions\php_domxml.dll' - kan opgegeven module niet vinden(=can't
find module)
Unknown(): Unable to load dynamic library 'c:\PHP\extentions\php_xslt.dll' -
kan opgegeven module niet vinden(=can't find module)
(ignore typos in these two lines....;-) )
And yes they all resides in the c:\PHP\extensions folder...
I downloaded all files today so they are the last versions available
I am running Apache 2.1, PHP 4.3.8 on window xp home.
I like to use the domxml and xslt on my windows box. How can I get this to
work?
Why can't PHP find these modules but it can find the others?
I hope somebody can help me,
Thanks in advance
Rob
Rob Guest
-
Sell my extentions?
http://www.adobe.com/exchange/help/upload_help.html Would I just follow that? Or do I need to do something else? Thanks! :) -
Extentions error in CS3
After installing DreamWeaver cs3 I installed the DreamWeaver Toolbox. While installing the Toolbox I kept getting this window pop up, a normal... -
DW8 Extentions!
:disgust;Hi,everybody! First Thanks for Macromedia supplying so best forum for us ,so we can learn many ! Today I have a problem Puzzling me long... -
Problem loading PS-6 into Windows XP
I've tried several times to load my Photoshop 6.0 program into a new computer with Windows XP. When I click on some of the tools such as the paint... -
.gz file extentions
AFAIK the inbuilt utility only does zip files (though it can do self extracting zips if you rename it from exe to zip). XP also has a second program... -
Rob #2
Re: Loading extentions on windows
"Rob" <reply_@news_group.please> schreef in bericht
news:weh0d.30553$Ew5.26618@amsnews03.chello.com...it> In my ini file I have;
>
> ; Directory in which the loadable extensions (modules) reside.
> extension_dir = "c:\PHP\extensions"
>
> extension=php_gd2.dll
> extension=php_tidy.dll
> extension=php_pdf.dll
> extension=php_domxml.dll
> extension=php_xslt.dll
>
> Now the funny thing is PHP loads the first three but is complaining thatvinden(=can't> can't find the last two?
>
> The errors I get :
> Unknown(): Unable to load dynamic library
> 'c:\PHP\extentions\php_domxml.dll' - kan opgegeven module niet'c:\PHP\extentions\php_xslt.dll' -> find module)
> Unknown(): Unable to load dynamic libraryI found the solution in the bug reports of PHP> kan opgegeven module niet vinden(=can't find module)
> (ignore typos in these two lines....;-) )
>
>
> And yes they all resides in the c:\PHP\extensions folder...
> I downloaded all files today so they are the last versions available
>
> I am running Apache 2.1, PHP 4.3.8 on window xp home.
>
> I like to use the domxml and xslt on my windows box. How can I get this to
> work?
> Why can't PHP find these modules but it can find the others?
>
> I hope somebody can help me,
> Thanks in advance
>
> Rob
>
>
>
([url]http://bugs.php.net/bug.php?id=21245[/url])
It turns out that all the files in the dll's folder of the distribution
package must be copied into the windows/system32 folder. and the error goes
away...
Rob
Rob Guest



Reply With Quote

