Beta 3

php.internals

Andi Gutmans

21 years ago
I rerolled Beta 3 due to some critical patches that needed to make it in. Please download and give a sanity test. If no new critical bug is found I'll put it up this evening or tomorrow. Edin, please roll Windows. http://snaps.php.net/~andi/ Thanks, Andi

Sean Coates

21 years ago
Andi Gutmans wrote:
> I rerolled Beta 3 due to some critical patches that needed to make it in. > Please download and give a sanity test. If no new critical bug is found > I'll put it up this evening or tomorrow.
I might be too late, here, but when building: ./configure --with-mssql --with-pdo-dblib make fails: /bin/sh /home/sean/ws/php-5.1.0b3/libtool --silent --preserve-dup-deps --mode=compile gcc -I/home/sean/ws/php-5.1.0b3/ext -DPDO_DBLIB_FLAVOUR=\"freetds\" -Iext/pdo_dblib/ -I/home/sean/ws/php-5.1.0b3/ext/pdo_dblib/ -DPHP_ATOM_INC -I/home/sean/ws/php-5.1.0b3/include -I/home/sean/ws/php-5.1.0b3/main -I/home/sean/ws/php-5.1.0b3 -I/usr/include/libxml2 -I/home/sean/ws/php-5.1.0b3/TSRM -I/home/sean/ws/php-5.1.0b3/Zend -g -O2 -c /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c -o ext/pdo_dblib/pdo_dblib.lo /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c: In function `error_handler': /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:95: error: `SYBESEOF' undeclared (first use in this function) /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:95: error: (Each undeclared identifier is reported only once /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:95: error: for each function it appears in.) /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:96: error: `SYBEFCON' undeclared (first use in this function) /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:98: error: `SYBEPWD' undeclared (first use in this function) /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c: In function `zm_startup_pdo_dblib': /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:180: warning: passing arg 1 of `dbmsghandle' from incompatible pointer type make: *** [ext/pdo_dblib/pdo_dblib.lo] Error 1 Would this be better reported as a bug? Hoping to catch this before "release"... S

Wez Furlong

21 years ago
It's a bug, but not critical. --Wez. On 7/15/05, Sean Coates <sean@caedmon.net> wrote: