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
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:
-
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:
-
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";
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
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