[PHP-BUG] Bug #62795 [NEW]: Zip extension version not defined

2012-08-12 Thread admin at yqed dot com
From: admin at yqed dot com
Operating system: CentOS 6 64bits
PHP version:  5.3.15
Package:  Zip Related
Bug Type: Bug
Bug description:Zip extension version not defined

Description:

Running the "php -i" command in a terminal displays the following
information for 
zip extension:
Zip => enabled
Extension Version => $Id$
Zip version => 1.11.0
Libzip version => 0.10.1

For some reason, the extension version is reported as $Id$.


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



[PHP-BUG] Bug #63097 [NEW]: Segfault on php-fpm service start

2012-09-15 Thread admin at yqed dot com
From: admin at yqed dot com
Operating system: CentOS 5/6 64bits
PHP version:  5.3.17
Package:  FPM related
Bug Type: Bug
Bug description:Segfault on php-fpm service start

Description:

This issue started making surface with PHP 5.3.15 and is still present in
5.3.17 
release. In /var/log/messages, you will see entries similar to:
hermes kernel: php-fpm[20659]: segfault at 2aea5a750210 rip
003ca220da3e 
rsp 7fff6b7d56b0 error 4

I created a objdump which will help you precisely locate the current issue.

Test script:
---
php-fpm.debug objdump file: http://www.mediafire.com/?qbkjzbidj9b1zsr


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



Bug #63097 [Com]: Segfault on php-fpm service start

2012-09-15 Thread admin at yqed dot com
Edit report at https://bugs.php.net/bug.php?id=63097&edit=1

 ID: 63097
 Comment by: admin at yqed dot com
 Reported by:admin at yqed dot com
 Summary:Segfault on php-fpm service start
 Status: Open
 Type:   Bug
 Package:FPM related
 Operating System:   CentOS 5/6 64bits
 PHP Version:5.3.17
 Block user comment: N
 Private report: N

 New Comment:

The error format I get when I restart the php-fpm service:
# service php-fpm restart
Stopping php-fpm:  [  OK  ]
Starting php-fpm: /bin/bash: line 1: 20659 Segmentation fault  
/usr/sbin/php-
fpm -y /etc/php-fpm/php-fpm.conf
   [FAILED]


Previous Comments:

[2012-09-16 01:25:02] admin at yqed dot com

Description:

This issue started making surface with PHP 5.3.15 and is still present in 
5.3.17 
release. In /var/log/messages, you will see entries similar to:
hermes kernel: php-fpm[20659]: segfault at 2aea5a750210 rip 
003ca220da3e 
rsp 7fff6b7d56b0 error 4

I created a objdump which will help you precisely locate the current issue.

Test script:
---
php-fpm.debug objdump file: http://www.mediafire.com/?qbkjzbidj9b1zsr







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


Bug #63097 [Com]: Segfault on php-fpm service start

2012-09-15 Thread admin at yqed dot com
Edit report at https://bugs.php.net/bug.php?id=63097&edit=1

 ID: 63097
 Comment by: admin at yqed dot com
 Reported by:admin at yqed dot com
 Summary:Segfault on php-fpm service start
 Status: Open
 Type:   Bug
 Package:FPM related
 Operating System:   CentOS 5/6 64bits
 PHP Version:5.3.17
 Block user comment: N
 Private report: N

 New Comment:

Some additional troubleshooting:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21884] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21883] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21884

The above error occurs on a regular basis, no matter how many times I run the 
strace:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21914] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21913] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21914

I believe it could be related to this bug:
https://bugs.php.net/bug.php?id=61231


Previous Comments:

[2012-09-16 01:36:48] admin at qyqed dot com

The segfault occurs randomly, I can restart the service several times without 
issues. All of the sudden, it pops without explanation.

----------------
[2012-09-16 01:34:28] admin at yqed dot com

The error format I get when I restart the php-fpm service:
# service php-fpm restart
Stopping php-fpm:  [  OK  ]
Starting php-fpm: /bin/bash: line 1: 20659 Segmentation fault  
/usr/sbin/php-
fpm -y /etc/php-fpm/php-fpm.conf
   [FAILED]

----------------
[2012-09-16 01:25:02] admin at yqed dot com

Description:

This issue started making surface with PHP 5.3.15 and is still present in 
5.3.17 
release. In /var/log/messages, you will see entries similar to:
hermes kernel: php-fpm[20659]: segfault at 2aea5a750210 rip 
003ca220da3e 
rsp 7fff6b7d56b0 error 4

I created a objdump which will help you precisely locate the current issue.

Test script:
---
php-fpm.debug objdump file: http://www.mediafire.com/?qbkjzbidj9b1zsr







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


#49707 [Com]: Add FPM SAPI Support

2009-10-02 Thread admin at yqed dot com
 ID:   49707
 Comment by:   admin at yqed dot com
 Reported By:  dreamcat4 at gmail dot com
 Status:   Open
 Bug Type: Feature/Change Request
 Operating System: *
 PHP Version:  5.3.*
 New Comment:

I would be interested to see this implemented. I will forward this link

to Scott MacVicar also.


Previous Comments:


[2009-09-29 10:45:20] dreamcat4 at gmail dot com

Updated target version -> 5.3.*



[2009-09-29 10:02:27] dreamcat4 at gmail dot com

Description:

It would be great for the FPM SAPI to be included with PHP official 
releases. This is especially since it's rather difficult to get 
otherwise get acceptance from distributions such as Debian and Ubuntu.

This FPM SAPI is popular enough to warrant inclusion into the PHP 
core.  Many people have it for their production servers and its usage 
is 
increasing.

FPM SAPI was recently discussed on internals mailing list.

Homepage:
https://launchpad.net/php-fpm

Patch:
http://launchpad.net/php-fpm/master/0.6/+download/fpm.patch

Ready with commit access for SVN, but no branch name yet.
We suggest: 'sapi/fpm_5_3'







-- 
Edit this bug report at http://bugs.php.net/?id=49707&edit=1



[PHP-BUG] Bug #60287 [NEW]: Dollar sign missing variable in memcache.php

2011-11-13 Thread admin at yqed dot com
From: 
Operating system: CentOS 5.7
PHP version:  5.3.8
Package:  memcache
Bug Type: Bug
Bug description:Dollar sign missing variable in memcache.php

Description:

Latest 3.0.6 beta:

function get_host_port_from_server($server){
$values = explode(':', $server);
if (($values[0] == 'unix') && (!is_numeric( $values[1]))) {
return array($server, 0);
}
else {
return values;
}
}

The dollar sign is missing on returned values, it should be $values.



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



Bug #63097 [Com]: Segfault on php-fpm service start

2012-09-27 Thread admin at yqed dot com
Edit report at https://bugs.php.net/bug.php?id=63097&edit=1

 ID: 63097
 Comment by: admin at yqed dot com
 Reported by:admin at yqed dot com
 Summary:Segfault on php-fpm service start
 Status: Closed
 Type:   Bug
 Package:FPM related
 Operating System:   CentOS 5/6 64bits
 PHP Version:5.3.17
 Assigned To:fat
 Block user comment: N
 Private report: N

 New Comment:

Can you please submit a patch related to this issue, so we can apply it on 
current 
production version? Thank you.


Previous Comments:

[2012-09-27 22:12:11] f...@php.net

The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

see bug #62886 and bug #62954


[2012-09-27 22:11:49] f...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

see bug #62886 and bug #62954


[2012-09-17 02:46:08] debian at michael-neubert dot de

Hello,

since PHP 5.3.15 we have also segmentation faults when using xcache PHP module 
in 
combination with ionCubeLoader PHP module. 5.3.14 is not affected. Without 
loading 
xcache PHP module everything works also fine for us in 5.3.17.

Maybe this is also related to this bug: Bug 
https://bugs.php.net/bug.php?id=63005.

Best wishes
Michael


[2012-09-16 02:15:37] admin at yqed dot com

Some additional troubleshooting:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21884] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21883] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21884

The above error occurs on a regular basis, no matter how many times I run the 
strace:
# DAEMON_COREFILE_LIMIT=unlimited strace -s 1024 -f /etc/init.d/php-fpm restart 
2>&1 | grep -i SEGV
[pid 21914] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 21913] <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && 
WCOREDUMP(s)}], 0, NULL) = 21914

I believe it could be related to this bug:
https://bugs.php.net/bug.php?id=61231


[2012-09-16 01:36:48] admin at qyqed dot com

The segfault occurs randomly, I can restart the service several times without 
issues. All of the sudden, it pops without explanation.




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

https://bugs.php.net/bug.php?id=63097


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