[PHP-INSTALL] Re: PHP 4.3.4, MySQL 4.1.1 Apache 1.3.29 configuration

2004-02-16 Thread michael
Jan wrote: > since mysqli is not included until php-5.0 you will need to use the > --with-mysql=/path/to/mysql option while building PHP and > you should use the --old-passwords command line option while starting the MySQL > 4.1.x server. This will allow the use of older MySQL clients on the serv

[PHP-INSTALL] Re: PHP 4.3.4, MySQL 4.1.1 Apache 1.3.29 configuration

2004-02-16 Thread Thakisi
i think mysqli support is not included in PHP-4.3.4. it is included in versions 5.0 and up. grtz jan

[PHP-INSTALL] Re: PHP 4.3.4, MySQL 4.1.1 Apache 1.3.29 configuration

2004-02-16 Thread Jan
since mysqli is not included until php-5.0 you will need to use the --with-mysql=/path/to/mysql option while building PHP and you should use the --old-passwords command line option while starting the MySQL 4.1.x server. This will allow the use of older MySQL clients on the server. Good luck.. g