ID: 22755 Updated by: [EMAIL PROTECTED] Reported By: ouslush at myrealbox dot com -Status: Open +Status: Feedback Bug Type: Apache related Operating System: Gentoo Linux 1.4rc3 PHP Version: 4.3.1 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip I see the problem on your server, however the very same script works fine (shows complete source) on my test server running 4.3.2-RC1 Previous Comments: ------------------------------------------------------------------------ [2003-03-17 22:08:25] ouslush at myrealbox dot com The problem still persists. I can only keep this up temporarily: http://sleek.etowns.net/index.phps You'll notice that it doesn't finish parsing the whole file. To see the real file, visit this: http://sleek.etowns.net/index.txt ------------------------------------------------------------------------ [2003-03-17 21:47:14] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2003-03-17 20:54:00] ouslush at myrealbox dot com Apache v1.3.27 was the version of apache used. I compiled both PHP and Apache from sources: Apache: ./configure --enable-module=so PHP: ./configure --with-xml --with-mysql --with-apxs=/path/to/apxs The problem also existed in Debian woody 3.0. ------------------------------------------------------------------------ [2003-03-17 20:45:32] ouslush at myrealbox dot com In httpd.conf I have configure apache to treat .phps files to be parsed as php source by php: AddType application/x-httpd-php-source .phps When I view a .phps file in the web browser, the code is not completely highlighted. It parses about 80-90% of the code and seems to just cut off the last part of the code. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22755&edit=1