php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45211 configure --with-swf[=DIR] throws error
Submitted: 2008-06-09 07:48 UTC Modified: 2008-06-09 10:39 UTC
From: ved dot prakash at personiva dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.2.6 OS: linux ubuntu
Private report: No CVE-ID: None
 [2008-06-09 07:48 UTC] ved dot prakash at personiva dot com
Description:
------------
Hi,

I am trying to compile php with swf but it throws an error unknown option

configure script

./configure  --prefix=/usr/local/phpnew   --with-config-file-path=/usr/local/phpnew   --with-apxs2=/usr/local/apache2/bin/apxs --enable-fastcgi   --enable-sigchild   --enable-libgcc    --disable-short-tags   --disable-ipv6    --with-pcre-regex   --with-zlib   --disable-bcmath    --disable-dba  --enable-mbstring  --enable-sockets --enable-exif   --without-fbsql   --without-fdftk    --with-gd   --with-ttf  --with-freetype-dir --without-iconv   --without-imap   --without-imap-ssl   --without-interbase   --without-ldap   --without-ldap-sasl   --without-mime-magic  --with-mysql=/usr/include/mysql/   --with-mysql-sock   --with-mysqli   --without-ncurses   --without-oci8   --without-adabas   --without-sapdb   --without-solid   --without-ibm-db2   --without-empress   --without-empress-bcs   --without-birdstep   --without-custom-odbc   --without-iodbc   --without-esoob   --disable-pcntl   --disable-pdo    --without-pgsql   --disable-shmop   --without-sqlite    --enable-shared   --enable-fast-install   --with-gnu-ld    --with-pic    --with-regex=php   --enable-zip --with-xsl --with-jpeg-dir --with-png-dir --with-swf=/usr/local/src/libswf


-- Output
Generating files
updating cache ./config.cache
creating ./config.status
creating php5.spec
.
.
.
Notice: Following unknown configure options were used:

--with-swf=/usr/local/src/libswf

Check './configure --help' for available options

though the ./configure --help doesn't show --with-swf the documentation about www.php.net/manual/en/swf.installation.php tells us to compile with option --with-swf for enabling swf support. I think this is a bug.

Thanks,

Ved


Expected result:
----------------
code should get configured without any errors or notices


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-09 08:44 UTC] jani@php.net
Of course you get an error, that extension was moved to PECL about 5 years ago. Not a bug -> bogus.
 [2008-06-09 10:39 UTC] ved dot prakash at personiva dot com
So why does php.net site doesn't have a mention of it anywhere with this upadate or it is left deliberately?

Thanks

Ved
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 26 02:00:01 2025 UTC