[PHP-DEV] Bug #10733: configure --disable-short-tags doesn't disable short-tags From: jbozza <email protected>
Date: 05/08/01

From: jbozza <email protected>
Operating system: FreeBSD 4.3
PHP version: 4.0 Latest CVS (2001-05-08)
PHP Bug Type: PHP options/info functions
Bug description: configure --disable-short-tags doesn't disable short-tags

When configuring PHP4 (confirmed with latest snap from this morning) using the option --disable-short-tags, PHP still enables short tags by default. Using --enable-short-tags=no works just fine (though this is not available in the --help for configure)

Looking at the configure script, --disable-short-tags is never even checked.

-- 
Edit Bug report at: http://bugs.php.net/?id=10733&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>