Edit report at https://bugs.php.net/bug.php?id=64519&edit=1

 ID:                 64519
 Updated by:         larue...@php.net
 Reported by:        aurelien dot reeves at gmail dot com
 Summary:            VC11 x64 NTS crash while trying to start the
                     Built-in Web server
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            Built-in web server
 Operating System:   Windows 7 64bits
 PHP Version:        5.5.0beta1
 Block user comment: N
 Private report:     N

 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php-trunk-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

seems pierre has fixed it. http://git.php.net/?p=php-
src.git;a=commitdiff;h=3af489683753ab31d7397812989e82f6a424d244


Previous Comments:
------------------------------------------------------------------------
[2013-03-26 10:54:07] aurelien dot reeves at gmail dot com

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 this bug report at https://bugs.php.net/bug.php?id=64519&edit=1

Reply via email to