Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47022


Ignore:
Timestamp:
04/24/2019 11:04:24 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47022 – Description

    initial v1  
    11- start server and request homepage results in segfault:
     2{{{
    23User@owner-PC ~/wordpress: php -d xdebug.auto_trace=ON -d xdebug.trace_output_dir=mytracedir/ -S 127.0.0.1:9999
    34PHP 7.3.3 Development Server started at Tue Apr 23 22:41:36 2019
     
    78[Tue Apr 23 22:41:43 2019] 127.0.0.1:64932 [200]: /
    89Segmentation fault
    9 
     10}}}
    1011- xdebug trace follows:
     12{{{
    1113User@owner-PC ~/wordpress: cat mytracedir/trace.1098458422.xt
    1214TRACE START [2019-04-24 02:41:45]
     
    1416    3.0630   20287800
    1517TRACE END   [2019-04-24 02:41:45]
    16 
     18}}}
    1719- php version info follows:
     20{{{
    1821User@owner-PC ~/wordpress: php -v
    1922PHP 7.3.3 (cli) (built: Mar  6 2019 21:53:23) ( ZTS MSVC15 (Visual C++ 2017) x64 )
     
    2124Zend Engine v3.3.3, Copyright (c) 1998-2018 Zend Technologies
    2225    with Xdebug v2.7.0, Copyright (c) 2002-2019, by Derick Rethans
     26}}}