ID:               22107
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           Closed
 Bug Type:         Apache related
 Operating System: OpenBSD
 PHP Version:      4.3.0
 New Comment:

Problem solved. There was related to the binary distribution of apache,
all is fine now by simply recompiling mod_ssl and apache from sources.
Thanks for the help!


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

[2003-02-07 23:18:18] [EMAIL PROTECTED]

Set to open only when you give the actual feedback.


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

[2003-02-07 09:20:42] [EMAIL PROTECTED]

Thaks, I'll try soon to re-configure without-inline-optimization.
I cannot provide any link to the real installation because it's in the
LAN of a customer...

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

[2003-02-07 08:56:59] [EMAIL PROTECTED]

Try removing this from your configure line:
 --enable-inline-optimization

Then 'rm config.cache' and run configure/make etc.
And also check your php.ini and that the correct
one is loaded by php.

Doing a 'diff -u php.ini php.ini-dist' would also help a bit.



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

[2003-02-07 07:08:52] [EMAIL PROTECTED]

 Could you provide some link to a place where your results can be seen?

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

[2003-02-07 07:01:58] [EMAIL PROTECTED]

When calling a php script from a POST form like this:

<form enctype="multipart/form-data" method="post" action="upload.php">
Send file: <input name="userfile" type="file">
<input type="submit" value="Send File">
</form>

the script upload.php have the $_FILES array empty.

The output of print_r($_FILES) is an empty array ().

HTML form and PHP pages are under https (Apache/1.3.26 (Unix) PHP/4.3.0
mod_ssl/2.8.10 OpenSSL/0.9.7-beta3).

Of course all works fine with a Linux Box (RH 7.2) and with windoz too
(using http).


Configure Options for php:
./configure --with-apxs=/usr/sbin/apxs --enable-ftp
--enable-inline-optimization --with-zlib --disable-cli --disable-cgi
--with-mysql 



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


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

Reply via email to