From:             php at panzyk dot net
Operating system: Red Hat 8
PHP version:      4.3.1
PHP Bug Type:     Scripting Engine problem
Bug description:  Trouble with <html><head> Tags -- Scriptingengine dont work

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 bug report at http://bugs.php.net/?id=23857&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=23857&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=23857&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=23857&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=23857&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=23857&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=23857&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=23857&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=23857&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=23857&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=23857&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23857&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=23857&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=23857&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=23857&r=gnused

Reply via email to