From:             aurelien dot reeves at gmail dot com
Operating system: Windows 7 64bits
PHP version:      5.5.0beta1
Package:          Built-in web server
Bug Type:         Bug
Bug description:VC11 x64 NTS crash while trying to start the Built-in Web server

Description:
------------
I've downloaded the VC11 x64 NTS binaries of php 5.5.0beta1.
Renamed php.ini-development to php.ini.

c:\php55>php.exe -v
PHP 5.5.0beta1 (cli) (built: Mar 20 2013 12:44:41)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0-dev, Copyright (c) 1998-2013 Zend Technologies

c:\php55>php.exe -S localhost:8000 result in a crash.

I've tried the same with the x86 binaries and everything is fine with
those.

The backtrace (VS Callstack):
        php5.dll!php_asctime_r(const tm * tm, char * buf) Line 222      C
        php.exe!do_cli_server(int argc, char * * argv) Line 2415        C
        php.exe!main(int argc, char * * argv) Line 1380 C
>       php.exe!__tmainCRTStartup() Line 536    C
        kernel32.dll!00000000771a652d() Unknown
        ntdll.dll!000000007779c521()    Unknown


Test script:
---------------
php.exe -S localhost:8000

Expected result:
----------------
The built-in web server up and running

Actual result:
--------------
Crash of php.

-- 
Edit bug report at https://bugs.php.net/bug.php?id=64519&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64519&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64519&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64519&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64519&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64519&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64519&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64519&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64519&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64519&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64519&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64519&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64519&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64519&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64519&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64519&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64519&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64519&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64519&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64519&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64519&r=mysqlcfg

Reply via email to