From:             
Operating system: Debian 6 Squeeze x64
PHP version:      5.4.0
Package:          Session related
Bug Type:         Bug
Bug description:Upload Progress returning empty array

Description:
------------
Session upload tracking is returning empty array when queued.
PHP is build from source using following configure string:

./configure --prefix=/usr/local --sysconfdir=/etc/php --localstatedir=/var
--libdir=/usr/lib64 --with-layout=GNU --with-config-file-path=/etc/php
--with-config-file-scan-dir=/etc/php/conf.d --with-openssl --with-mcrypt
--with-zlib --with-tidy --with-bz2 --with-curl --with-curlwrappers
--with-mhash --with-pear --with-imap=/usr/lib64/ --with-imap-ssl
--with-kerberos --with-gettext --with-pic --with-mysql=mysqlnd
--with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd
--with-mysql-sock=/var/run/mysql/mysql.sock --with-gd --with-xsl
--with-xmlrpc --with-mm --with-freetype-dir=/usr/lib
--with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-fpm-user=www-data
--with-fpm-group=www-data --enable-gd-native-ttf --enable-pcntl
--enable-calendar --enable-ftp --enable-exif --enable-intl
--enable-mbstring --enable-sockets --enable-zip --enable-soap --enable-fpm
--disable-debug --disable-rpath


Webserver used is nginx (1.0.14) built from source.

Test script:
---------------
http://www.neowin.net/forum/topic/1063478-php-540-upload-tracking-returning-empty-array/

Expected result:
----------------
Array containing information about files being uploaded.

Actual result:
--------------
array(0) {
}

-- 
Edit bug report at https://bugs.php.net/bug.php?id=61419&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=61419&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=61419&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=61419&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=61419&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61419&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=61419&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=61419&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=61419&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=61419&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=61419&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=61419&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=61419&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=61419&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=61419&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=61419&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=61419&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=61419&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=61419&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=61419&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=61419&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=61419&r=mysqlcfg

Reply via email to