php-install Digest 12 Nov 2001 10:46:05 -0000 Issue 550
Topics (messages 4904 through 4906):
Help on PHP extensions
4904 by: Dan Koken
my mail() and crypt() are not functioning
4905 by: Mohd. Farid B. Mohd. Fawzi
mySQL installation
4906 by: irene ever
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I'm new to PHP so there may be an obvious answer:
How do you load dynamic dll extensions?????
I'm using windows 2000 with apache
I'm trying to use the printer extensions
In php.ini I set the following:
enable_dl = On
Tried the following extension_dir commands in php.ini
extension_dir = c:/PHP/extensions/
extension_dir = 'c:/PHP/extensions/'
extension_dir = c:/PHP/extensions
extension_dir = "c:/PHP/extensions/"
Plus others ---
All the extension dll's are in C:/PHP/extensions without any security.
when I un-comment the following in php.ini
extension=php_printer.dll
and then run PHP I get the following error:
-----------------------------
Unable to load dynamic library 'c:/PHP/extension/php_printer.dll' - The
specified procedure could not be found.
-----------------------------------
I get the same error when using
dl('php_printer.dll');
in a php program.
Help!!!! How do i get these to load.
Thanks for the help..
Dan
--- End Message ---
--- Begin Message ---
hello all,
i'm currently using win2k sp2, apache 1.3.22/iis 5 sp2 and php 4.0.7-dev, my
questions is why mail() and crypt() can't function at all... i'm currently
considering to change it to php 4.0.6-i doubt those 2 functions will work.
thanks in advance
m farid
--- End Message ---
--- Begin Message ---
hello,
I recently saw your post on the php.net support and
was wondering if you could help me. It concerns
connecting to mySql database.
I am currently running windows 98 and PWS. I have just
installed php using the zend php automatic installer.
I have tested it and it works fine.
The problem is now I would like to connect to mySQL
database. I downloaded mySql from www.mySql.com and
tried to install it. However, when installed, it
doesnt seem to run like a windows application and only
has a few files and folders there.Also there is not
.exe file there except for setup.exe and that just
installs mysql again.How do i actually run it. Is
there any documentation that i can look up on
this?Also can u tell me how i can make a connection to
mySql database from a php script.
Thank you very much.
__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com
--- End Message ---