ID:               20994
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Scripting Engine problem
 Operating System: any 64bit
 PHP Version:      4.3.0RC3
 New Comment:

Yes, but I tested the patch under AIX/64bit, and I got a broken build.
Not sure whether this is related to my machine, the patch or the
combination, but for now - I'd rather investigate.

Additionally - AIX uses a long for tv_usec only under certain
conditions. Otherwise it's a signed int, so the patch needs work,
regardless.


Previous Comments:
------------------------------------------------------------------------

[2002-12-14 14:43:20] [EMAIL PROTECTED]

This issue will cause segmentation faults under php cgi
NetBSD/Alpha-1.6.

------------------------------------------------------------------------

[2002-12-14 12:53:44] [EMAIL PROTECTED]

FYI: there's a README.SUBMITTING_PATCH in the distribution, containing
the guidelines for ... submitting a patch.

------------------------------------------------------------------------

[2002-12-14 03:50:29] [EMAIL PROTECTED]

Could you provide that patch in unified diff format?
And against the CVS HEAD?


------------------------------------------------------------------------

[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

Reply via email to