[PHP-DEV] PHP 4.0 Bug #8185: date function crashes with T option From: goba <email protected>
Date: 12/09/00

From: goba <email protected>
Operating system: win2000
PHP version: 4.0.2
PHP Bug Type: Date/time related
Bug description: date function crashes with T option

For this code: echo date("Y-m-d H:i:s (T)");
PHP craches with sigsegv.

For that: echo date("Y-m-d H:i:s");
everything is fine.

I guess there is some problem with the (T)
element in the parameter. Maybe the () brackets.

-- 
Edit Bug report at: http://bugs.php.net/?id=8185&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>