[PHP-DEV] PHP 4.0 Bug #9473 Updated: Blank screen. Scripting engine does not run

2001-02-27 Thread sniper

ID: 9473
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: *Configuration Issues
Assigned To: 
Comments:

Please ask support questions on [EMAIL PROTECTED] / [EMAIL PROTECTED] 

--Jani


Previous Comments:
---

[2001-02-27 00:39:07] [EMAIL PROTECTED]
I am not sure what to send as I have done every thing in the documentation.

My Internet Explorer 5.5 browser shows me my file phpinfo.php as blank. When I do a 
view source, I see the contents ? phpinfo(); ?. I changed the text to be ?php 
phpinfo(); ?. Same problem. It

1) I unzipped php-4.0.4pl1-Win32.zip into my L: drive as L:php on my Windows 2000 
professional PC. Followed the instructions. In regards to the MM console, created a 
virtual directory php and provided read, write, script and execute. Restarted service 
no luck. 

2) Decided to install Apache 1.3. Followed the instructions to modify the httpd.conf 
file. Restarted the service same symptoms. It process normal htm files but refuses to 
process the php commands.

3) Decided to install windows 98 and use PWS. Followed the instructions which included 
modifying registry settings. Still nothing.

4) Backed off all 3 approaches and tried to install easywindows in case I made 
mistakes manually for IIS 5, Apache 1.3, and PWS. Same problem.

5) Tried to do a google search and went to the bugs.php.net and found an article on my 
symptoms. One of them was for PWs which indicated that I should modify my php.ini and 
change the document root and modify for browscap. Still nothing.

Anyways, here is a php.ini from my windows 2000 PC.

I don't know why IIS 5 will not process php.exe when I used configuration to define 
php or even my isapi file php4ts.dll from isapi tab for my php files.

Thanks in advance 
Ken


[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 something in the future.
;
; Directives are specified using the following syntax:
; directive = value
; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
;
; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
; (e.g. E_ALL  ~E_NOTICE), or a quoted string ("foo").
;
; Expressions in the INI file are limited to bitwise operators and parentheses:
; | bitwise OR
;  bitwise AND
; ~ bitwise NOT
; ! boolean NOT
;
; Boolean flags can be turned on using the values 1, On, True or Yes.
; They can be turned off using the values 0, Off, False or No.
;
; An empty string can be denoted by simply not writing anything after the equal
; sign, or by using the None keyword:
;
;   foo =   ; sets foo to an empty string
;   foo = none  ; sets foo to an empty string
;   foo = "none"; sets foo to the string 'none'
;
; If you use constants in your value, and these constants belong to a dynamically
; loaded extension (either a PHP extension or a Zend extension), you may only
; use these constants *after* the line that loads the extension.
;
; All the values in the php.ini-dist file correspond to the builtin
; defaults (that is, if no php.ini is used, or if you delete these lines,
; the builtin defaults will be identical).



; Language Options ;


engine  =   On  ; Enable the PHP scripting language engine 
under Apache
short_open_tag  =   On  ; allow the ? tag.  otherwise, only ?php and 
script tags are recognized.
asp_tags=   Off ; allow ASP-style % % tags
precision   =   14  ; number of significant digits displayed in 
floating point numbers
y2k_compliance  =   Off ; whether to be year 2000 compliant (will cause 
problems with non y2k compliant browsers)
output_buffering= Off   ; Output buffering allows you to send header lines 
(including cookies)
; even after you send body 
content, in the price of 

[PHP-DEV] PHP 4.0 Bug #9473 Updated: Blank screen. Scripting engine does not run

2001-02-27 Thread sumo36

ID: 9473
User Update by: [EMAIL PROTECTED]
Status: Bogus
Bug Type: *Configuration Issues
Description: Blank screen.  Scripting engine does not run

Thanks for the advice, I have tried reading through the articles but no answer. I 
guess I will need to find a different scripting engine to meet my deadlines.



Previous Comments:
---

[2001-02-27 08:42:46] [EMAIL PROTECTED]
Please ask support questions on [EMAIL PROTECTED] / [EMAIL PROTECTED] 

--Jani


---

[2001-02-27 00:39:07] [EMAIL PROTECTED]
I am not sure what to send as I have done every thing in the documentation.

My Internet Explorer 5.5 browser shows me my file phpinfo.php as blank. When I do a 
view source, I see the contents ? phpinfo(); ?. I changed the text to be ?php 
phpinfo(); ?. Same problem. It

1) I unzipped php-4.0.4pl1-Win32.zip into my L: drive as L:php on my Windows 2000 
professional PC. Followed the instructions. In regards to the MM console, created a 
virtual directory php and provided read, write, script and execute. Restarted service 
no luck. 

2) Decided to install Apache 1.3. Followed the instructions to modify the httpd.conf 
file. Restarted the service same symptoms. It process normal htm files but refuses to 
process the php commands.

3) Decided to install windows 98 and use PWS. Followed the instructions which included 
modifying registry settings. Still nothing.

4) Backed off all 3 approaches and tried to install easywindows in case I made 
mistakes manually for IIS 5, Apache 1.3, and PWS. Same problem.

5) Tried to do a google search and went to the bugs.php.net and found an article on my 
symptoms. One of them was for PWs which indicated that I should modify my php.ini and 
change the document root and modify for browscap. Still nothing.

Anyways, here is a php.ini from my windows 2000 PC.

I don't know why IIS 5 will not process php.exe when I used configuration to define 
php or even my isapi file php4ts.dll from isapi tab for my php files.

Thanks in advance 
Ken


[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 something in the future.
;
; Directives are specified using the following syntax:
; directive = value
; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
;
; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
; (e.g. E_ALL  ~E_NOTICE), or a quoted string ("foo").
;
; Expressions in the INI file are limited to bitwise operators and parentheses:
; | bitwise OR
;  bitwise AND
; ~ bitwise NOT
; ! boolean NOT
;
; Boolean flags can be turned on using the values 1, On, True or Yes.
; They can be turned off using the values 0, Off, False or No.
;
; An empty string can be denoted by simply not writing anything after the equal
; sign, or by using the None keyword:
;
;   foo =   ; sets foo to an empty string
;   foo = none  ; sets foo to an empty string
;   foo = "none"; sets foo to the string 'none'
;
; If you use constants in your value, and these constants belong to a dynamically
; loaded extension (either a PHP extension or a Zend extension), you may only
; use these constants *after* the line that loads the extension.
;
; All the values in the php.ini-dist file correspond to the builtin
; defaults (that is, if no php.ini is used, or if you delete these lines,
; the builtin defaults will be identical).



; Language Options ;


engine  =   On  ; Enable the PHP scripting language engine 
under Apache
short_open_tag  =   On  ; allow the ? tag.  otherwise, only ?php and 
script tags are recognized.
asp_tags=   Off ; allow ASP-style % % tags
precision   =   14  ; number of significant digits displayed in 
floating point numbers
y2k_compliance  =   Off ; whether to be year