[PHP] Re: Help! Unable to load DLLs.

2003-08-21 Thread Dennis Lee
Copy all the files in C:\php\dlls to you system directory . "Larry Li" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Got error message: Unable to load dynamic library > '.\extension\php_mssql.dll' - The specified module could not be found. > > I tried change php.ini many times, still got same

[PHP] Re: dl() unable to open library

2003-08-20 Thread Dennis Lee
Make sure all other dlls that your dll depends on are also obtainable by php . -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to write my own php extensions

2003-08-15 Thread Dennis Lee
Hi all : I want to write my own php extensions , but I don't know how to start . Please tell me where I can find some examples or resources such as tutorials . Thanks in advance . -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How can I load load Additional extensions ?

2003-08-14 Thread Dennis Lee
I am really confused . When I just run php as CGI without changing anything else, It works quite well . Why it is wrong when I run php as module under apache 2.0.46 ? Is it a bug or anything else ? Any help will be appreciated . "Dennis Lee" <[EMAIL PROTECTED]> дÈë

Re: [PHP] How can I load load Additional extensions ?

2003-08-14 Thread Dennis Lee
I am sure they are in c:\php\extensions . any other idea ? "Leif K-Brooks" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Dennis Lee wrote: > > >what was wrong ? thanks for any useful words . > > > Are those extensions in c:\php\extensions? > >

[PHP] How can I load load Additional extensions ?

2003-08-14 Thread Dennis Lee
My OS is Winxp . My web server is apache 2 which is installed as a NT service . My php version is 4.32 , and I extracted it into "c:\php" . I run php as a apache module . I want to load Additional extensions .They are php_mbstring.dll, php_xslt.dll and php_domxml.dll . I have made changes to p