ID: 20994 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Scripting Engine problem -Operating System: Tru64 +Operating System: any 64bit PHP Version: 4.3.0RC3 New Comment:
Could you provide that patch in unified diff format? And against the CVS HEAD? Previous Comments: ------------------------------------------------------------------------ [2002-12-13 12:15:35] [EMAIL PROTECTED] There are locations in source where variables are declared int or long and are menipulated with long or int pointer respectively. - The function "OnUpdateInt" use long pointer (the case is already referenced in bug#20433 but I found more variables concerned). - In function "zend_parse_parameters()", the variable for token "l" should be a long and the 2nd variable for token "s" should be a int. The patch above try to fix the 2 cases : ftp://codon.genopole-lille.fr/pub/php-4.3.0RC2-onupdateint+zendparam.patch -- Julien ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20994&edit=1