Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63316, comment 5


Ignore:
Timestamp:
06/11/2025 11:38:25 AM (14 months ago)
Author:
SirLouen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63316, comment 5

    initial v1  
    33✅ This report validates that the issue can be reproduced.
    44
    5 === Environment
     5=== Environment 1
    66- WordPress: 6.9-alpha-60093-src
    77- PHP: 8.2.28
     
    1111- OS: Windows 10/11
    1212- Theme: Minimal Child Theme 1.0.2
     13- MU Plugins: None activated
     14- Plugins:
     15  * Test Reports 1.2.0
     16
     17=== Environment 2
     18- WordPress: 6.8.1
     19- PHP: 8.2.18
     20- Server: Apache/2.4.59 (Win64) OpenSSL/3.1.5
     21- Database: mysqli (Server: 11.8.1-MariaDB-log / Client: mysqlnd 8.2.18)
     22- Browser: Chrome 137.0.0.0
     23- OS: Windows 10/11
     24- Theme: Twenty Twenty-Five 1.2
    1325- MU Plugins: None activated
    1426- Plugins:
     
    23353. Third, we should issue a request with very low standards. Like this one:
    2436{{{
    25 curl -v -k --http1.0 -H 'Host:' http://localhost:8889
     37curl --http1.0 -H 'Host:' http://localhost:8889
    2638}}}
    2739
     
    3143`npm run grunt patch:https://github.com/WordPress/wordpress-develop/pull/8722`
    3244
     45If you want to run with other system, like LocalWP, FlyEnv, Laravel Herd check this
     461. Your PHP Error Logs must be activated, check the logs are being generated before starting (for example, create a file in the wordpress installation called error.php and add something like `error_log("test");`
     472. Your WP installation must be the only host because we are sending a Host without header. Otherwise make sure that your VirtualHost is first in priority (in the Virtualhost file, add something like `000-myhost.conf`, Apache priority is based on the filenames)
     483. You should not run HTTPS. Disable HTTPS for the test
    3349
    3450=== Actual Results
    35 1.  ✅ Error condition occurs (reproduced).
     511.  ✅ Error condition occurs (reproduced) in both environments.
    3652
    3753Here is the debug log that displays the same error that the reporter is reporting: https://gist.github.com/SirLouen/16ad44e99dbcf9ef7bd932663ba48e2f#file-debug-log