Ticket #14859 (closed defect: fixed)
php5: some configure arguments are not recognized
| Reported by: | marcuscalhounlopez@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | jwa@… | |
| 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
comment:1 Changed 5 years ago by ryandesign@…
- Status changed from new to assigned
- Owner changed from macports-tickets@… to ryandesign@…
- Type changed from enhancement to defect
- Port set to php5, php5-devel
- Milestone changed from Port Enhancements to Port Bugs
comment:2 Changed 4 years ago by ryandesign@…
--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.
comment:3 Changed 4 years ago by ryandesign@…
--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 4 years ago by ryandesign@…
--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 4 years ago by ryandesign@…
--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 4 years ago by ryandesign@…
- Cc ryandesign@… removed
- Port changed from php5, php5-devel to php4, php5, php5-devel
- Summary changed from RFE: in php5, some configure arguments are not recognized to php5: some configure arguments are not recognized
comment:7 Changed 4 years ago by ryandesign@…
--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 in reply to: ↑ description Changed 4 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 4 years ago by ryandesign@…
Anthony removed --with-xml from php5 in r52241.
comment:11 Changed 4 years ago by ryandesign@…
Removed --with-xml from php5-devel in r52280.
comment:12 Changed 4 years ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed

