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

ID: 10733
User Update by: jbozza <email protected>
Status: Open
Bug Type: PHP options/info functions
Operating system: FreeBSD 4.3
PHP Version: 4.0 Latest CVS (2001-05-08)
Description: configure --disable-short-tags doesn't disable short-tags

Update:
   --enable-short-tags=no doesn't seem to have any effect either. It sets the define:
   DEFAULT_SHORT_OPEN_TAG 0
in php_config.h, but there doesn't seem to be any code I can find that actually interprets the define.

Previous Comments:
---------------------------------------------------------------------------

[2001-05-08 11:20:35] jbozza <email protected>
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.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=10733

-- 
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>