php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3192 See example
Submitted: 2000-01-12 12:17 UTC Modified: 2000-02-12 19:06 UTC
From: paul dot de dot brabander at worldonline dot nl Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 3 OS: win32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: paul dot de dot brabander at worldonline dot nl
New email:
PHP Version: OS:

 

 [2000-01-12 12:17 UTC] paul dot de dot brabander at worldonline dot nl
If i run this php4 script (test.php4)...

<html>
<?php
  printf("Hello World\n");
?>
</html>

... i get this output:

Hello world
\n"); ?> 

php.ini contents:


[PHP]

;;;;;;;;;;;;;;;;;;;
; About this file ;
;;;;;;;;;;;;;;;;;;;
; This file controls many aspects of PHP's behavior.  In order for PHP to
; read it, it must be named 'php.ini'.  PHP looks for it in the current
; working directory, in the path designated by the environment variable
; PHPRC, and in the path that was defined in compile time (in that order).
; Under Windows, the compile-time path is the Windows directory.  The
; path in which the php.ini file is looked for can be overriden using
; the -c argument in command line mode.
;
; The syntax of the file is extremely simple.  Whitespace and Lines
; beginning with a semicolon are silently ignored (as you probably guessed).
; Section headers (e.g. [Foo]) are also silently ignored, even though
; they might mean somet

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-12 19:06 UTC] thies at cvs dot php dot net
i'm pretty sure that we don't have a problem with "Hello World" -
please make sure that you have installed php in you server (doesn't look like it)!

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 10:01:32 2024 UTC