From:             [EMAIL PROTECTED]
Operating system: Tru64
PHP version:      4.3.0-pre2
PHP Bug Type:     Unknown/Other Function
Bug description:  Unaligned access error messages at runtime

When testing cli/cgi, unaligned access messages are displayed.

Following modifications fixes problem.

in main/php_globals.h
int log_errors_max_len
changed to
long log_errors_max_len

in ext/standard/file.h
int default_socket_timeout
int auto_detect_line_endings
changed to
long default_socket_timeout
long auto_detect_line_endings

-- 
Edit bug report at http://bugs.php.net/?id=20433&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20433&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20433&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20433&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20433&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20433&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20433&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20433&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20433&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20433&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20433&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20433&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20433&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20433&r=isapi

Reply via email to