Date: 02/12/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #3470: segfault in strip_tags or array_flip(get_html_translation_table(HTML_ENTITIES))"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0 Bug #3470: segfault in strip_tags or array_flip(get_html_translation_table(HTML_ENTITIES))"
- Next in thread: Albert Brown: "[PHP-DEV] RE: [PHP4BETA] PHP4B4-pre / MySQL / WinNT"
- Reply: Albert Brown: "[PHP-DEV] RE: [PHP4BETA] PHP4B4-pre / MySQL / WinNT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You can't load the old MySQL module with this version of PHP.
We are actually hoping that MySQL support will be compiled directly into
the executable for Beta 4 but it is not sure if this will happen in time or
not.
I just compiled a new version of the MySQL module for PHP. Try and see if
it works for you:
www.php.net/~andi/php-pre-beta4-mysql.zip
Andi
At 02:15 PM 2/12/00 -0500, Albert Brown wrote:
>Hi --
>
>I am having trouble loading php_mysql.dll from the php.ini or even from a
>file.
>
>I'm using PHP4B4-pre and the MySQL modules available from
>http://www.php.net/version4 download area. It is set up under IIS as a CGI
>(ISAPI gives me a 500 -- more into that later)
>
>I have made extension_dir in php.ini to be "", and have a page info.html
>which then loads the dl and does phpinfo(). I copied both libmysql.dll,
>php_mysql.dll into D:\. They also exist in C:\WINNT\SYSTEM32. There is no
>difference if I try dl("C:\\WINNT\\SYSTEM32\\php_mysql.dll") or
>dl("php_mysql.dll");
>
>If someone can point me to a FAQ/Message about this, or has any ideas I
>would be greatful. I scoured the php4beta list but I might have missed
>something.
>
>I get:
>
>Fatal error: Unable to load dynamic library 'D:\php_mysql.dll'
>The specified procedure could not be found. in
>D:\wwwroot\opennetworks.egrail.com\info.html on line 2
>
>info.html:
>
><?
>dl("php_mysql.dll");
>
>phpinfo();
>?>
>
>You can see what I am talking about at: http://jgreen.egrail.com/info.html
>
>TIA,
>
>-Al
>
>Albert Brown http://www.egrail.com/
>
>
>--
>PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
>To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
>For additional commands, e-mail: php4beta-help <email protected>
>To contact the list administrators, e-mail: php4beta-admin <email protected>
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #3470: segfault in strip_tags or array_flip(get_html_translation_table(HTML_ENTITIES))"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] PHP 4.0 Bug #3470: segfault in strip_tags or array_flip(get_html_translation_table(HTML_ENTITIES))"
- Next in thread: Albert Brown: "[PHP-DEV] RE: [PHP4BETA] PHP4B4-pre / MySQL / WinNT"
- Reply: Albert Brown: "[PHP-DEV] RE: [PHP4BETA] PHP4B4-pre / MySQL / WinNT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

