Edit report at https://bugs.php.net/bug.php?id=60267&edit=1
ID: 60267 Updated by: [email protected] Reported by: gnubug at billmann-edv dot net Summary: Compile failure with freetds 0.91 -Status: Open +Status: Closed Type: Bug Package: Compile Failure Operating System: Linux PHP Version: 5.3.9RC1 -Assigned To: +Assigned To: felipe Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2011-11-16 12:13:12] [email protected] Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=319306 Log: - Fixed bug #60267 (Compile failure with freetds 0.91) ------------------------------------------------------------------------ [2011-11-16 12:09:25] [email protected] I checked the information, the reporter is right. FreeTDS was relying in the PHP_MSSQL_API which was removed from PHP in 2008 without the knowning about this check from FreeTDS. I'll restore the #define PHP_MSSQL_API again when using FreeTDS. ------------------------------------------------------------------------ [2011-11-16 10:27:32] art dot frela at gmail dot com root@wf:/usr/local/src/php-5.3.8# make /bin/sh /usr/local/src/php-5.3.8/libtool --silent --preserve-dup-deps -- mode=compile gcc -Iext/mssql/ -I/usr/local/src/php-5.3.8/ext/mssql/ - DPHP_ATOM_INC -I/usr/local/src/php-5.3.8/include -I/usr/local/src/php-5.3.8/main -I/usr/local/src/php-5.3.8 -I/usr/local/src/php-5.3.8/ext/date/lib - I/usr/local/src/php-5.3.8/ext/ereg/regex -I/usr/include/libxml2 - I/usr/local/freetds//include -I/usr/local/src/php-5.3.8/ext/sqlite3/libsqlite - I/usr/local/src/php-5.3.8/TSRM -I/usr/local/src/php-5.3.8/Zend -I/usr/include -g -O2 -fvisibility=hidden -prefer-non-pic -c /usr/local/src/php- 5.3.8/ext/mssql/php_mssql.c -o ext/mssql/php_mssql.lo In file included from /usr/local/src/php-5.3.8/ext/mssql/php_mssql.c:33: /usr/local/src/php-5.3.8/ext/mssql/php_mssql.h:68: error: redefinition of typedef âLPBYTEâ /usr/local/freetds//include/sqlfront.h:35: note: previous declaration of âLPBYTEâ was here /usr/local/src/php-5.3.8/ext/mssql/php_mssql.c: In function âphp_mssql_get_column_content_without_typeâ: /usr/local/src/php-5.3.8/ext/mssql/php_mssql.c:1120: warning: passing argument 1 of âspprintfâ from incompatible pointer type /usr/local/src/php-5.3.8/main/spprintf.h:40: note: expected âchar **â but argument is of type âunsigned char **â make: *** [ext/mssql/php_mssql.lo] ÐÑибка 1 !!!!php 5.2.17 WORKING!!!! ------------------------------------------------------------------------ [2011-11-12 00:04:13] gnubug at billmann-edv dot net strange... I just tried it again with fresh copies from scratch resulting in the same error. I simply configured PHP with ./configure --prefix=$HOME/install --with-mssql=$HOME/install and the make ended with In file included from /home/oliver/source/php-5.3.9RC1/ext/mssql/php_mssql.c:33: /home/oliver/source/php-5.3.9RC1/ext/mssql/php_mssql.h:68: error: redefinition of typedef 'LPBYTE' /home/oliver/install/include/sqlfront.h:35: note: previous declaration of 'LPBYTE' was here Are you using an altered version of any of those two packages by chance? Oliver ------------------------------------------------------------------------ [2011-11-11 23:23:09] [email protected] I can't reproduce it. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60267 -- Edit this bug report at https://bugs.php.net/bug.php?id=60267&edit=1
