[PHP-DEV] Bug #1121 Updated: Show_source produces odd looking output after upgrading to 3.0.6 From: Bug Database (php-dev <email protected>)
Date: 09/30/99

ID: 1121
Updated by: eschmid
Reported By: Manuel.Hossfeld <email protected>
Status: Closed
Bug Type: Misbehaving function
Assigned To:
Comments:

>From the changes.php3:

A syntax highlighter has been built into PHP 3.0, which means PHP 3.0 can
display your code, syntax highlighted, instead of executing it. Right
now, it's only easy to do this by telling apache to execute a certain
extension (e.g., .php) and syntax highilghting another extension (e.g.,
.phps). At a future version, we'll probably add display_source(filename)
which works like include(), only it displays the syntax highlighted
source instead of executing the included code. At this time, this is
only available in the Apache version, and not in the CGI version.

-Egon

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

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