5.1.0 PDO fails to make

php.internals

Kevin Waterson

20 years ago
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' undeclared (first use in this function) /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:121: error: (Each undeclared identifier is reported only once /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:121: error: for each function it appears in.) /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:126: error: `MAX_MEDIUMINT_WIDTH' undeclared (first use in this function) /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:129: error: `MAX_INT_WIDTH' undeclared (first use in this function) /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:132: error: `MAX_BIGINT_WIDTH' undeclared (first use in this function) /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:135: error: `MAX_TINYINT_WIDTH' undeclared (first use in this function) /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:138: error: `MAX_SMALLINT_WIDTH' undeclared (first use in this function) /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_param_hook': /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:311: warning: assignment from incompatible pointer type /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_statement.c:316: warning: assignment from incompatible pointer type make: *** [ext/pdo_mysql/mysql_statement.lo] Error 1
-- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."

Wez Furlong

20 years ago
What version of the mysql libraries do you have? --Wez. On 9/11/05, Kevin Waterson <kevin@oceania.net> wrote:

Kevin Waterson

20 years ago
This one time, at band camp, Wez Furlong <kingwez@gmail.com> 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."

Wez Furlong

20 years ago
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 <kevin@oceania.net> wrote:

Kevin Waterson

20 years ago
This one time, at band camp, Wez Furlong <kingwez@gmail.com> 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 two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."