|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-02 10:26 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 08:00:01 2025 UTC |
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.