[PHP-BUG] Req #62216 [NEW]: Add PID to php-fpm init.d script

2012-06-03 Thread jasmin_z at hotmail dot com
From: jasmin_z at hotmail dot com
Operating system: Debian 6
PHP version:  5.4.3
Package:  FPM related
Bug Type: Feature/Change Request
Bug description:Add PID to php-fpm init.d script

Description:

sapi/fpm/init.d.php-fpm file provided with current PHP build used for
init.d 
script in Debian is missing PID option causing init script to look as it
failed:

# /etc/init.d/php-fpm start
Starting php-fpm ... failed

Replacing following line in php-fpm init.d file:
php_opts=--fpm-config $php_fpm_CONF

to:
php_opts=--fpm-config $php_fpm_CONF --pid $php_fpm_PID

fixes the issue!


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



Bug #61419 [Fbk-Opn]: Upload Progress returning empty array

2012-03-19 Thread jasmin_z at hotmail dot com
Edit report at https://bugs.php.net/bug.php?id=61419edit=1

 ID: 61419
 User updated by:jasmin_z at hotmail dot com
 Reported by:jasmin_z at hotmail dot com
 Summary:Upload Progress returning empty array
-Status: Feedback
+Status: Open
 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:

Hi and thanks for the feedback.

Uploading huge files was the first thing I tried (upload size limit set to 
600MB and uploading a 500MB file from another network). Data returned _while_ 
uploading is an empty array.

If you need more info (PHP, nginx configuration files, ...) please let me know.


Previous Comments:

[2012-03-19 05:44:43] larue...@php.net

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


[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=61419edit=1


[PHP-BUG] Bug #61419 [NEW]: Upload Progress returning empty array

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