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
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
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
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
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
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
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