ID: 23857 Updated by: [EMAIL PROTECTED] Reported By: php at panzyk dot net -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: Red Hat 8 PHP Version: 4.3.1 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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
