tony2001 Thu Sep 28 23:03:45 2006 UTC Modified files: /php-src/ext/pdo php_pdo_driver.h Log: more 64bit fixes http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/php_pdo_driver.h?r1=1.81&r2=1.82&diff_format=u Index: php-src/ext/pdo/php_pdo_driver.h diff -u php-src/ext/pdo/php_pdo_driver.h:1.81 php-src/ext/pdo/php_pdo_driver.h:1.82 --- php-src/ext/pdo/php_pdo_driver.h:1.81 Tue Aug 1 16:37:11 2006 +++ php-src/ext/pdo/php_pdo_driver.h Thu Sep 28 23:03:45 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pdo_driver.h,v 1.81 2006/08/01 16:37:11 iliaa Exp $ */ +/* $Id: php_pdo_driver.h,v 1.82 2006/09/28 23:03:45 tony2001 Exp $ */ #ifndef PHP_PDO_DRIVER_H #define PHP_PDO_DRIVER_H @@ -519,7 +519,7 @@ struct pdo_bound_param_data { long paramno; /* if -1, then it has a name, and we don't know the index *yet* */ char *name; - long namelen; + int namelen; long max_value_len; /* as a hint for pre-allocation */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php