From:             [EMAIL PROTECTED]
Operating system: freebsd 4.1
PHP version:      3.0.17
PHP Bug Type:     Misbehaving function
Bug description:  multi fileupload - wrong index

attention: i am using 3.0.18!

if i make multi-fileuploads and leave one line blank in between the tmp-name will be 
at the index of the blank-line - anything else (original name, filesize) will be at 
the correct index.
this is a demooutput:

0: 159|kringel.gif|/var/tmp/phpC98581
1: 236|box_back.gif|/var/tmp/phpU98581
2: 0||/var/tmp/phpV98581
3: 107|lock.gif|

(index: filesize|name|temp-name)

any suggestions?



for information:
./configure '--with-apxs=/usr/local/sbin/apxs' '--enable-versioning' 
'--with-system-regex' '--with-config-file-path=/usr/local/etc' '--disable-debug' 
'--enable-track-vars' '--without-gd' '--with-gd=/usr/local' '--with-ttf=/usr/local' 
'--with-zlib' '--with-pdflib=/usr/local' '--with-jpeg-dir=/usr/local' 
'--with-tiff-dir=/usr/local' '--with-mysql=/usr/local' '--prefix=/usr/local' 
'i386--freebsd4.1'



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to