ID: 48873 Updated by: [email protected] Reported By: simon at stienen dot name -Status: Assigned +Status: Closed Bug Type: Readline related Operating System: * PHP Version: 5.*, 6CVS (2009-07-09) Assigned To: jani 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/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2009-08-03 11:21:45] [email protected] Automatic comment from SVN on behalf of jani Revision: http://svn.php.net/viewvc/?view=revision&revision=286725 Log: - Fixed bBug #48873 (Using both --with-libedit and --with-readline cause unknown option warning) # This isn't worth of NEWS entry, it's just cosmetic ------------------------------------------------------------------------ [2009-07-09 19:50:13] [email protected] It's because you used both --with-libedit and --with-readline. You should use either or. I'll try see if there's some easy way to fix it. ------------------------------------------------------------------------ [2009-07-09 15:58:25] simon at stienen dot name Description: ------------ ./configure lists: -- snip -- --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only) --with-readline[=DIR] Include readline support (CLI/CGI only) --with-recode[=DIR] Include recode support -- snip -- Reproduce code: --------------- ./configure --prefix=/usr/local --exec-prefix=/usr/local --localstatedir=/var --with-apxs2filter --with-pcre-regex --with-zlib --enable-bcmath --with-bz2 --with-curl --with-curlwrappers --enable-exif --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir --with-freetype-dir --with-t1lib --enable-gd-native-ttf --enable-gd-jis-conv --with-gettext --with-gmp --with-mhash --with-imap --with-kerberos --with-imap-ssl --enable-intl --with-ldap --enable-mbstring --with-onig --with-mcrypt --with-mysql=mysqlnd --with-mysqli=mysqlnd --enable-pcntl --with-pdo-mysql=mysqlnd --with-zlib-dir --with-readline --with-libedit --enable-shmop --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-tidy --enable-wddx --with-xmlrpc --with-xsl --enable-zip --enable-mysqlnd-threading Expected result: ---------------- Expecting no error message. Actual result: -------------- Notice: Following unknown configure options were used: --with-readline Check './configure --help' for available options ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48873&edit=1
