|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-12-31 21:13 UTC] vladnc at hotmail dot com
The script is: --- Cut --- #!/home/vladimir/php4/bin/php <% phpinfo () %> --- Cut --- You can see the result at http://book.ecompare-corp.com/cgi-bin/vxml/engines/kbb/phpinfo.php The first line of the page is #!/home/vladimir/php4/bin/php, and that's very annoying. I'm using PHP to generate XML output, and the XML parser that will read the output doesn't like the first line, and I can't blame it. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 16:00:01 2025 UTC |
The only lines concerning PHP in httpd.conf are: AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps And, since I use .php as file extension, this lines are irrelevant.