Re: [PHP-DEV] 5.1.0 PDO fails to make

2005-09-11 Thread Kevin Waterson
This one time, at band camp, Wez Furlong <[EMAIL PROTECTED]> wrote: > PDO_MYSQL only supports up to version 4 (the stable releases). > I've had a long day, so I don't feel particularly motivated to add > mysql 5 support, and probably won't for PHP 5.1. sounds good to me Kevin -- "Democracy is

Re: [PHP-DEV] 5.1.0 PDO fails to make

2005-09-11 Thread Wez Furlong
PDO_MYSQL only supports up to version 4 (the stable releases). I've had a long day, so I don't feel particularly motivated to add mysql 5 support, and probably won't for PHP 5.1. --Wez. On 9/11/05, Kevin Waterson <[EMAIL PROTECTED]> wrote: > This one time, at band camp, Wez Furlong <[EMAIL PROTE

Re: [PHP-DEV] 5.1.0 PDO fails to make

2005-09-11 Thread Kevin Waterson
This one time, at band camp, Wez Furlong <[EMAIL PROTECTED]> wrote: > What version of the mysql libraries do you have? MySQL 5.0.0-dev Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." -- PHP Internals - PHP Runt

Re: [PHP-DEV] 5.1.0 PDO fails to make

2005-09-11 Thread Wez Furlong
What version of the mysql libraries do you have? --Wez. On 9/11/05, Kevin Waterson <[EMAIL PROTECTED]> wrote: > FC1 and FC4 > Using php5-200509110430 > gcc-3.3.2 > > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c: > In function `pdo_mysql_stmt_execute': > /home/

[PHP-DEV] 5.1.0 PDO fails to make

2005-09-10 Thread Kevin Waterson
FC1 and FC4 Using php5-200509110430 gcc-3.3.2 /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_execute': /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:121: error: `STMT_ATTR_UPDATE_MAX_LENGTH' undeclare