Hello List! I've a strange problem on my opensuse 13.1 Box i cant figure out: php uploads are no longer working. This includes all php apps with upload-capability. My configuration: apache2 2.4.6-6.50.1, php5-5.4.20-67.1 For the simple test script ----------------------------- <?php echo 'file count=', count($_FILES),"\n"; var_dump($_FILES); echo "\n"; ?> --------------------------- (of course fed by a corresponding html-form with type multipart/form-data, UTF-8) i get the follwoing output in the browser: file count=0 array(0) { } £[V»„2ùNQ=iÅB2•Og(ÓŒä¹Oólÿˆt?à (..garbage continues) while i would expect something like this: file count=1 array(1) { ["uploadedfile"]=> array(5) { ["name"]=> string(12) "DSC_0008.JPG" ["type"]=> string(10) "image/jpeg" ["tmp_name"]=> string(14) "/tmp/php69GIlo" ["error"]=> int(0) ["size"]=> int(2574982) } } (this output comes from a similar box already updated to OS 13.2) The php.ini upload section is the same on both machines. enable_post_data_reading is on always_populate_raw_post_data is off Please tell if you need more information. Am i overlooking something obvious? Thanks for helping. --Tom -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org