From:             [EMAIL PROTECTED]
Operating system: Win98
PHP version:      4.0.6
PHP Bug Type:     Apache related
Bug description:  look like php script is not function

I config PHP4.0.6 for Apache 1.3.12 for Win32 

: in apache configuation file:

ScriptAlias /php/ "C:/PHP/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"

then I test with phpinfo.php file in htdocs directory.

: phpinfo.php : 

<?php phpinfo(); ?>

when I type: http://localhost/phpinfo.php, Browser should show me some
information table but It show me the original code.

<?php phpinfo(); ?>
-- 
Edit bug report at: http://bugs.php.net/?id=14079&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to