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."
What version of the mysql libraries do you have?
--Wez.
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."
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."
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.
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."
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."