php-windows Digest 16 Jun 2005 09:30:45 -0000 Issue 2697
Topics (messages 26104 through 26106):
unable to load php-gd2.dll
26104 by: Corey Tisdale
26105 by: Nadim Attari
Translation problem
26106 by: Wu, Jin Yong
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 ---
While just dropping all of your dlls to the system32 directory will
probably work, it makes it hard to manage upgrades and moving stuff.
So, if moving the dll to system32 fixed your problem, I am confident
that moving the file back to the extensions directory and adding
c:\php\extensions to your path variable and then restarting your
computer will solve your problem and make things easier to manage.
I don't mean to insult you if you already know this, but just in case
you are not familiar with the process, right click my computer, then go
to advanced, then go to environment variables. Find path in the system
variables section, click edit, and add ";c:\php\extensions" (without
quotes) to the end of the line. The semicolon separates entries in the
path variable. Again, if you already knew how to do this, disregard. I
only include this in case you did not know or in case someone else
searching the archives may find this useful.
Corey
--- End Message ---
--- Begin Message ---
Try
extension_dir = "./extensions"
Nadim Attari
Alienworkers.com
> extension_dir = "C:\PHP\extensions"
--- End Message ---
--- Begin Message ---
hi, everyone
who knows how to translate one english sentence to other languages,
such as chinese,japanese,french via PHP/Mysql? or is there any extension
to do such things? I have got a vocabulary here http://www.dictworld.com
Any hints will be welcome.
Yong
--- End Message ---