[PHP-DEV] Bug #13216 Updated: Removal of redundant function call

2001-09-08 Thread Paul . Hampson
ID: 13216 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: Grr idiot at keyboard. (That other patch is for #13217) http://www.bubblesworth.com/php4.cvs1.diff Previou

[PHP-DEV] Bug #13217 Updated: Removal of unneeded code from execution flow.

2001-09-08 Thread Paul . Hampson
ID: 13217 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: Grr web interface: http://www.bubblesworth.com/php4.cvs2.diff Previous Comments: -

[PHP-DEV] Bug #13216 Updated: Removal of redundant function call

2001-09-08 Thread Paul . Hampson
ID: 13216 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: Grr web interface: http://www.bubblesworth.com/php4.cvs2.diff Previous Comments: -

[PHP-DEV] Bug #13216 Updated: Removal of redundant function call

2001-09-08 Thread Paul . Hampson
ID: 13216 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: Since the webform saw fit to mangle my patch, it's available at http://www.bubblesworth.com/php4.cvs1.diff";

[PHP-DEV] Bug #13217: Removal of unneeded code from execution flow.

2001-09-08 Thread Paul . Hampson
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Removal of unneeded code from execution flow. If (z_value && ZZ_STRLEN_PP(z_value) == 0) then encoded_value isn't used. So no need to generate

[PHP-DEV] Bug #13216: Removal of redundant function call

2001-09-08 Thread Paul . Hampson
From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Removal of redundant function call Since encoded_value is set depending only on whether z_value is NULL(0) or not, surely there's no need to ch