Opened 17 years ago
Closed 15 years ago
#14859 closed defect (fixed)
php5: some configure arguments are not recognized
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | jyrkiwahlstedt | |
Port: | php4, php5, php5-devel |
Description
After running the configure phase for php5, I get the following warning:
Notice: Following unknown configure options were used: --with-xml --with-expat-dir=/opt/local --enable-filepro --enable-trans-sid --enable-dbx Check './configure --help' for available options
Change History (12)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | Port Enhancements → Port Bugs |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | php5 php5-devel added |
Status: | new → assigned |
Type: | enhancement → defect |
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
--enable-dbx
is not available anymore because it has been moved to PECL as of php 5.1.0. Removed it from php5/php5-devel in r43331.
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
--enable-filepro
is not available anymore because it has been moved to PECL as of php 5.2.0. Removed it from php5/php5-devel in r43332.
comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
--enable-trans-sid
is not available anymore because the feature is always enabled as of php 4.2.0. Removed it from php4/php5/php5-devel in r43333.
comment:6 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Port: | php4 added |
Summary: | RFE: in php5, some configure arguments are not recognized → php5: some configure arguments are not recognized |
comment:7 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
--with-expat-dir
was renamed to --with-libexpat-dir in php 5.1.0. Changed for php5 in r43386 and for php5-devel in r43388. This change causes php and php-cgi to now link with expat again (though I'm not clear what implication this has for any php functions).
comment:8 Changed 16 years ago by karsten@…
Hi.
--with-xml
: I looked at all XML-related functions in the PHP manual today and it is no longer used to enable anything.
comment:10 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Anthony removed --with-xml from php5 in r52241.
comment:11 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Removed --with-xml from php5-devel in r52280.
comment:12 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
--enable-memory-limit
(in the +fastcgi variant) is not recognized anymore either. It became unnecessary as of php 5.2.1. Removed it from php5/php5-devel in r43103.