Re: [PHP-DEV] new win32 snapshot: php_mysql.dll not found error

2004-01-08 Thread Andrey Hristov
Hi Dan, there is something borked. mysql_drop_db() is deprecated and on the doc page there is a note : [snip] Warning This function will not be available if the MySQL extension was built against a MySQL 4.x client library. [/snip] There is something borked with the libs that you use? Andrey Dani

Re: [PHP-DEV] new win32 snapshot: php_mysql.dll not found error

2004-01-08 Thread Jani Taskinen
Or the header files are wrong..that func is available with MYSQL_VERSION_ID < 4. Something wrong with the build system perhaps? :) --Jani On Thu, 8 Jan 2004, Wez Furlong wrote: >Edin, > >looks like the libmysql.dll in the php-win32-dev/template/dlls >folder is out of dat

Re: [PHP-DEV] new win32 snapshot: php_mysql.dll not found error

2004-01-08 Thread Wez Furlong
Edin, looks like the libmysql.dll in the php-win32-dev/template/dlls folder is out of date (it doesn't have mysql_drop_db here either). --Wez. >The procedure entry point mysql_drop_db could not be located in the >dynamic link library LIBMYSQL.dll -- PHP Internals - PHP Runtime Developm

Re: [PHP-DEV] new win32 snapshot: php_mysql.dll not found error

2004-01-08 Thread Daniel Convissor
Hi Wez: On Thu, Jan 08, 2004 at 07:00:18PM -, Wez Furlong wrote: > Seeing any error messages that you get would help to diagnose the > problem :) Pardon me. Given the context, I thought it would be apparent that it was the windows message box: PHP Warning: PHP Startup: Unable to load dyn

Re: [PHP-DEV] new win32 snapshot: php_mysql.dll not found error

2004-01-08 Thread Jani Taskinen
Don't you nowadays need to have external mysql dlls with PHP 5? --Jani On Thu, 8 Jan 2004, Wez Furlong wrote: >Seeing any error messages that you get would help to diagnose the >problem :) > >--Wez. > >> Running php5-win32-200401081130. Uncommented several extensions in >> php

Re: [PHP-DEV] new win32 snapshot: php_mysql.dll not found error

2004-01-08 Thread Wez Furlong
Seeing any error messages that you get would help to diagnose the problem :) --Wez. > Running php5-win32-200401081130. Uncommented several extensions in > php.ini. Adjusted my extension_dir. All of the extensions loaded just > fine, except php_mysql.dll. The file is in the appropriate place a

[PHP-DEV] new win32 snapshot: php_mysql.dll not found error

2004-01-08 Thread Daniel Convissor
Hi: Running php5-win32-200401081130. Uncommented several extensions in php.ini. Adjusted my extension_dir. All of the extensions loaded just fine, except php_mysql.dll. The file is in the appropriate place and has the appropriate permissions. Even tried giving everyone full control over t