From:             herouth at itouch dot co dot il
Operating system: Linux
PHP version:      4.3.2
PHP Bug Type:     Reproducible crash
Bug description:  PHP CLI crashes when locale has certain values

Description:
------------
PHP CLI crashes (segfault) when locale environment variables.
For example:
$ unset LC_ALL
$ export LANG=en_US
$ php -v
Segmentation fault (core dumped)
$ LANG=C
$ php -v
PHP 4.3.2 (cli) (built: Jul  6 2003 17:00:52)
Copyright (c) 1997-2003 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies
$


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

Reply via email to