From:             ogir at yahoo dot com
Operating system: Linux RH72
PHP version:      4.3.1
PHP Bug Type:     Apache related
Bug description:  Doesn't work x-httpd-php-source directive in DSO-version of PHP

I have compiled perfectly PHP 4.3.1 as shared module of
apache (libphp4.so) on linux rh72, but now I see that no
longer has effect the following Apache directive of php:

        AddType application/x-httpd-php-source .phps

Because when i try to see a http://localhost/anyfile.phps,
the webserver syslog(access_log) , log 10 times the access to that file,
but the browser don't display anything, then i try
to test it with "lynx" and this is the result:
---------------------------------------------------------
HTTP request sent; waiting for response.
Alert!: Unexpected network read error; connection aborted.
Can't Access `http://localhost/anyfile.phps'
Alert!: Unable to access document.

lynx: Can't access startfile
---------------------------------------------------------

With my old version of php(4.1.2) doesn't have this problem.
-- 
Edit bug report at http://bugs.php.net/?id=22941&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22941&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22941&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22941&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22941&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22941&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22941&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22941&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22941&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22941&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22941&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22941&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22941&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22941&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22941&r=gnused

Reply via email to