ID:               16822
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
-Bug Type:         Unknown/Other Function
+Bug Type:         *General Issues
 Operating System: Windows XP
 PHP Version:      4.2.0
 New Comment:

I think you might be using the wrong php.exe there.
Did you copy the one found in the sapi/ folder in the .zip ?

--Jani



Previous Comments:
------------------------------------------------------------------------

[2002-04-27 06:50:03] [EMAIL PROTECTED]

It is working now. I changed the way I parsed the PHP files in Apache.
With the dll it isn't working. With the exe it is.


#LoadModule php4_module "C:/Program Files/php/sapi/php4apache.dll"
ScriptAlias /php/ "C:/Program Files/php/"
Action application/x-httpd-php  /php/php.exe

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

------------------------------------------------------------------------

[2002-04-27 06:43:54] [EMAIL PROTECTED]

It is turned on.

------------------------------------------------------------------------

[2002-04-26 20:55:28] [EMAIL PROTECTED]

Do you have 'register_globals' turned off/on in php.ini?

--Jani


------------------------------------------------------------------------

[2002-04-26 04:02:46] [EMAIL PROTECTED]

I made a simple page and after installing PHP 4.2.0 I had a problem in
IE 6.0 it gives a 500 Internal Server Error. I'm running Apache 1.3.24
/ Apache 2.0.35 no not at the same
time.
No other browser has the problem. This is the source:

<HTML>
<HEAD><TITLE>Test</TITLE></HEAD>
<BODY>
<?php
print <<< EOD
<FORM ACTION="$PHP_SELF" METHOD="post">
<INPUT TYPE="hidden" NAME="Action" VALUE="Search">
EOD;
?>
</FORM>
</BODY>
</HTML>

------------------------------------------------------------------------

[2002-04-25 21:37:59] [EMAIL PROTECTED]

Please add SHORT self-containing script which can be used to reproduce
this. Also, please use ENGLISH in the script..

--Jani



------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/16822

-- 
Edit this bug report at http://bugs.php.net/?id=16822&edit=1

Reply via email to