From:             richard dot cubek at web dot de
Operating system: Suse Linux 10.2
PHP version:      5.2.4
PHP Bug Type:     *Configuration Issues
Bug description:  option --enable-dio not recognized

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 bug report at http://bugs.php.net/?id=42747&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42747&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42747&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42747&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42747&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42747&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42747&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42747&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42747&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42747&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42747&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42747&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42747&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42747&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42747&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42747&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42747&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42747&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42747&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42747&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42747&r=mysqlcfg

Reply via email to