Edit report at https://bugs.php.net/bug.php?id=61419&edit=1

 ID:                 61419
 Updated by:         larue...@php.net
 Reported by:        jasmin_z at hotmail dot com
 Summary:            Upload Progress returning empty array
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            Session related
 Operating System:   Debian 6 Squeeze x64
 PHP Version:        5.4.0
 Block user comment: N
 Private report:     N

 New Comment:

Plz use a huge size file to test, since you set the 
session.upload_progress.cleanup on,  which means, the upload info will be clean 
as soon as all the post data was parsed. see: 
http://cn.php.net/manual/en/session.configuration.php#ini.session.upload-
progress.cleanup


Previous Comments:
------------------------------------------------------------------------
[2012-03-16 18:47:30] jasmin_z at hotmail dot com

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 this bug report at https://bugs.php.net/bug.php?id=61419&edit=1

Reply via email to