php-windows Digest 25 Oct 2004 13:30:16 -0000 Issue 2439
Topics (messages 24802 through 24805):
Re: PHP5/IIS6 Unable to load dynamic library
24802 by: MW
Re: phpmyadmin connection problem with php & mysql
24803 by: G�n G�ksu
24804 by: G�n G�ksu
Question......
24805 by: Raul IONESCU
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 tried 2) alone, didn't work. But 1) did
Thanks!
MW
Carsten Gehling wrote:
If you have upgraded to PHP 5, you need to EITHER
1) Copy \php\libmysql.dll to \windows\system32
2) Insert \php in your PATH definition
2) is the preferred option.
libmysql.dll is a "helper"-dll, that php_mysql.dll needs to function.
- Carsten
-----Oprindelig meddelelse-----
Fra: MW [mailto:[EMAIL PROTECTED]
Sendt: 15. oktober 2004 01:46
Til: [EMAIL PROTECTED]
Emne: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library
Hello people,
I have installed PHP as an ISAPI module under Win 2k3, and everything
was working fine
However recently I am getting the error in my Event Log: "Application
Popup: Warning: PHP Startup: Unable to load dynamic library
'c:\PHP\ext\php_mysql.dll' - The specified procedure could not be found"
Accessing plain HTML pages works fine on the server, but PHP pages don't
work.
Any help is appreciated.
MW
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Well.. no. I had checked that and have checked it again.
There is a php_mysql.dll file on both the
C:\Program Files\php\ext and
C:\Program Files\php\extentions directories.
The second is the directory I have defined as my extentions directory.
File version number is 5.0.0.0
It was in the distro. (php-5.0.0-Win32.zip)
I though php had Native support for mysql. Thus not needing any fidling for this to
work. (Ah the optimist in me)
My Phpmyadmin was updated after the fix of a bug of theirs that prevented it to work
properly with php5.
Thus that should not be a problem.
I have no clue. I am stuck with this problem for nearly a month now.
There is not a faq or how-to that I havent read. I guess I miss something very obvious.
I cant go on learning more coding for php & mysql because of this problem.
I have learned enough to write a little book on the subject of installation but no
more.
What could be wrong?
Is something wrong with the ini files?
I've read and reread them to no avail.
Would someone from the list check it again please?
Gün
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 24, 2004 10:13 AM
To: Gün Göksu
Subject: Re: [PHP-WIN] phpmyadmin connection problem with php & mysql
Hi there,
php_mysql.dll has to be downloaded and installed separately.
It's not included anymore in the binary distribution packet.
You can download it from the download page of php.net
and it's called: pecl-5.0.2-Win32.zip
Collection of PECL modules for PHP 5.0.2 [1,075Kb] - 23 Sep 2004
(Most of these PECL extension files come standard with PHP 4 Windows
binaries but have since been moved into this separate PECL download. Files
such as php_pdf.dll, php_zip.dll, etc.)
md5: 5a95c4bf9561d12ad992dfb4e6e60222
Good luck!
Doris
=======Snip=======
--- End Message ---
--- Begin Message ---
If by uncommenting the extention line in php.ini you mean
extension=php_mysql.dll
Then it was uncommented.
I have also copied the
php_mysql.dll & libmysql.dll files to the system32 directory.
It still does not work.
I have the following in my path too
c:\program files\php;c:\program files\mysql;c:\program files\apache
group\apache2;c:\;c:\program files\php\extentions
So it should find the files under c:\program files\php\extentions and work from there
in the first place.
But it does not. :(
-----Original Message-----
From: Janet Valade [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 24, 2004 12:10 PM
To: Gün Göksu
Subject: Re: [PHP-WIN] phpmyadmin connection problem with php & mysql
Gün Göksu wrote:
> Well.. no. I had checked that and have checked it again.
>
> There is a php_mysql.dll file on both the
> C:\Program Files\php\ext and
> C:\Program Files\php\extentions directories.
>
> The second is the directory I have defined as my extentions directory.
copy php_mysql.dll into windows\system32
copy libmysql.dll into windows\system32
If you haven't, uncomment the extension line in php.ini for mysql.
Janet
>
> File version number is 5.0.0.0
> It was in the distro. (php-5.0.0-Win32.zip)
>
> I though php had Native support for mysql. Thus not needing any fidling for this to
> work. (Ah the optimist in me)
> My Phpmyadmin was updated after the fix of a bug of theirs that prevented it to work
> properly with php5.
> Thus that should not be a problem.
>
> I have no clue. I am stuck with this problem for nearly a month now.
> There is not a faq or how-to that I havent read. I guess I miss something very
> obvious.
>
> I cant go on learning more coding for php & mysql because of this problem.
>
> I have learned enough to write a little book on the subject of installation but no
> more.
>
> What could be wrong?
> Is something wrong with the ini files?
> I've read and reread them to no avail.
> Would someone from the list check it again please?
>
> Gün
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 24, 2004 10:13 AM
> To: Gün Göksu
> Subject: Re: [PHP-WIN] phpmyadmin connection problem with php & mysql
>
> Hi there,
>
> php_mysql.dll has to be downloaded and installed separately.
> It's not included anymore in the binary distribution packet.
> You can download it from the download page of php.net
> and it's called: pecl-5.0.2-Win32.zip
>
> Collection of PECL modules for PHP 5.0.2 [1,075Kb] - 23 Sep 2004
> (Most of these PECL extension files come standard with PHP 4 Windows
> binaries but have since been moved into this separate PECL download. Files
> such as php_pdf.dll, php_zip.dll, etc.)
> md5: 5a95c4bf9561d12ad992dfb4e6e60222
>
> Good luck!
> Doris
>
> =======Snip=======
>
--
Janet Valade -- janet.valade.com
--- End Message ---
--- Begin Message ---
I wonder if it's possible to access php functions from inside dlls from
Visual Basic or Visual C?
Any ideas?
---------------------------------------------------------------
Castiga un telefon cu Personalitate! Exclusiv pentru femei, exclusiv pe ele.ro!
--- End Message ---