ID: 42747 Updated by: [EMAIL PROTECTED] Reported By: richard dot cubek at web dot de -Status: Open +Status: Bogus Bug Type: *Configuration Issues Operating System: Suse Linux 10.2 PHP Version: 5.2.4 New Comment:
It is not bundled anymore. See http://pecl.php.net/dio to fetch the CVS version (being unmaintained, there is no release in pecl). Not a bug > bogus. Previous Comments: ------------------------------------------------------------------------ [2007-09-24 16:18:20] richard dot cubek at web dot de Description: ------------ As described on http://www.php.net/manual/en/ref.dio.php i added --enable-dio as option, my complete configuration command is: ./configure --with-apxs2=/usr/sbin/apxs2-prefork --with-mysql --with-gd --enable-gd-native-ttf --with-zlib-dir=/usr/lib --with-png-dir=/usr/lib --with-jpeg-dir=/usr/lib --with-freetype-dir=/usr/lib --with-bz2 --enable-dio Works fine, but at the end of the output, I get: --- Thank you for using PHP. Notice: Following unknown configure options were used: --enable-dio Check './configure --help' for available options --- So, option --enable-dio is not recognized. With ./configure --help | grep dio i also get no result. After 'make install', calling the function dio_open() then calls an fatal error (unknown function...). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42747&edit=1