|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-03-25 14:07 UTC] zeev
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 12:00:02 2025 UTC |
In a construct such as: <?PHP phpinfo(); ?> when using the built-in source browser (.phps) the first blank line is ignored, such that the output becomes: <?PHP phpinfo(); ?> I don't know if this is a simple cosmetic bug, or a sign of something more ominous below the surface. This was tested with Apache 1.2.5 with PHP3.0b6 as an Apache server module, with support for MySQL compiled in (nothing else - other than the standard stuff like gdbm picked up by the autoconfig). There was no php3.ini file. This same behaviour was seen for more complicated PHP apps in HTML pages as well. All viewed with Netscape Navigator 4.04 under Linux.