ID:               26735
 User updated by:  cmouse at youzen dot projectb2 dot net
 Reported By:      cmouse at youzen dot projectb2 dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         PHP options/info functions
 Operating System: Linux 2.4.23
 PHP Version:      4.3.4
 New Comment:

Ok.
Here goes:

php -r 'phpinfo();' | grep php.ini
Configuration File (php.ini) Path => /etc/php/php.ini

cat /etc/php/php.ini | grep upload_tmp_dir
upload_tmp_dir = "/www/tmp"

php -r 'phpinfo();' | grep upload_tmp_dir
upload_tmp_dir => no value => no value


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

[2003-12-28 19:40:28] [EMAIL PROTECTED]

Works fine for me:

19:49:41([EMAIL PROTECTED])[~/src/php-4.3.4]> ./sapi/cli/php -r 
'phpinfo();' | grep php.ini
Configuration File (php.ini) Path => /usr/local/lib/php.ini

19:49:48([EMAIL PROTECTED])[~/src/php-4.3.4]> cat /usr/local/
lib/php.iniupload_tmp_dir = /www/tmp

19:49:57([EMAIL PROTECTED])[~/src/php-4.3.4]> ./sapi/cli/php -r 
'phpinfo();' | grep upload_tmp_dir
upload_tmp_dir => /www/tmp => /www/tmp

Again, 10-1 your php.ini is not what you expect it is.  
Please repeat the above steps on your system,  If you are 
running this as mod_php, make steps 1 and 3 be clips from 
the html dump.



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

[2003-12-28 19:15:35] cmouse at youzen dot projectb2 dot net

I'll paste the thing I'm trying to modify:

### php.ini ###
; Temporary directory for HTTP uploaded files (will use system default
if not
; specified).
upload_tmp_dir = /www/tmp

### phpinfo() ###
upload_tmp_dir no value no value

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

[2003-12-28 19:12:25] [EMAIL PROTECTED]

Can you post your phpinfo() and your php.ini?

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

[2003-12-28 19:10:51] cmouse at youzen dot projectb2 dot net

yes, I can confirm it

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

[2003-12-28 19:08:15] [EMAIL PROTECTED]

Can you confirm that the file you are editing is the one 
that PHP is using (according to the php.ini line in 
phpinfo()).

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

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/26735

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

Reply via email to