ID: 23857 User updated by: php at panzyk dot net Reported By: php at panzyk dot net -Status: Bogus +Status: Open Bug Type: Scripting Engine problem Operating System: Red Hat 8 PHP Version: 4.3.1 New Comment:
After some reading at apachefriends.org 's forum i found a link for this problem. Seems to be a known Bug: Its a problem with Execute-Rights-Flags ... when that flag is set, code with Html will not be executed. I checked my old non working example without execution-rights, what shall i say, now it works. Maybe it helps ... i stop the bug-report for now :) Previous Comments: ------------------------------------------------------------------------ [2003-05-28 20:42:17] [EMAIL PROTECTED] We don't support any other pre-compiled binaries but the win32 ones. It's most likely some bug in that package. You can always prove me wrong and compile PHP yourself on that machine.. ------------------------------------------------------------------------ [2003-05-28 20:35:25] php at panzyk dot net Its an precompiled lampp version from http://www.apachefriends.org on an pentium 2 System with an fresh Installed RedHat 8 Psyche System, Serverinstall. I cant reproduce the same problem on an Xbox-Debian-Compiled Version of PHP 4.3.1. When i use the php-Writing Methode to write that html-Tags or remove the <html><head> tags, all scripts working fine. The PHP-Interpreter will not crash or something like that, he will just not interprete any line of code and the hole File will be send in cleartext to the browser. If u need more informations, ask me. ------------------------------------------------------------------------ [2003-05-28 12:35:58] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2003-05-28 09:55:21] php at panzyk dot net Hello, I got a strange Problem with PhP4.3.1 This document will not be executed by PHP,and PHPCode stands in cleartext into the document: ----- snip ------------------------------- <html><head> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <title>Titel</title> </head><html> <? phpinfo();?> After changing one line: ----- snip ------------------------------- <?="<html><head>"?> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <title>Titel</title> </head><html> <? phpinfo();?> With changing that single "<html><head>"-line i got the full phpinformation. And all script-stuff is working fine. Here some installparameters: some installparameters: './configure' '--prefix=/opt/lampp' '--with-apxs2=/opt/lampp/bin/apxs' '--with-config-file-path=/opt/lampp/etc' '--with-mysql=/opt/lampp' '--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-discard-path' '--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf' '--with-ttf' '--enable-magic-quotes' '--enable-memory-limit' '--enable-safe-mode' '--enable-shmop' '--enable-sigchild' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-versioning' '--enable-wddx' '--enable-yp' '--with-ftp' '--with-gdbm=/opt/lampp' '--with-jpeg-dir=/opt/lampp' '--with-png-dir=/opt/lampp' '--with-tiff-dir=/opt/lampp' '--with-freetype-dir=/opt/lampp' '--without-xpm' '--with-zlib=yes' '--with-zlib-dir=/opt/lampp' '--with-openssl=/opt/lampp' '--with-expat-dir=/opt/lampp' '--enable-xslt' '--with-xslt-sablot=/opt/lampp' '-with-ming=/opt/lampp' '--with-dom=/opt/lampp' '--with-ldap=/opt/lampp' '--with-ncurses=/opt/lampp' '--with-gd' '--with-imap-dir=/opt/lampp' '--with-imap-ssl' '--with-imap=/opt/lampp' '--with-gettext=/opt/lampp' '--with-mssql=/opt/lampp' ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=23857&edit=1
