PHP5 on Windows: Error in my_thread_global_end()

PHP5 on Windows: Error in my_thread_global_end()

Using PHP5 on Windows you receive an error such as: "Error in my_thread_global_end(): 1 threads didn't exit"

This is currently a known bug in PHP5 on Windows. As this does not
affect the correct operation of scripts, it is recommended you disable
PHP error reporting, so that the error will not interfere with the
appearance of your website. Hopefully this bug will be fixed a future
version of PHP/MySQL.
    • Related Articles

    • PHP

      Php     Sort PHP processes by user: Show PHP Errors: put this code at top of php page you want to test (usually index.php): error_reporting(E_ALL); ini_set('display_errors', 1);
    • Setting up Remote Apps on Windows and Mac and IOs Devices

      Users have 2 options to fetch RDS Apps.  Log in directly to RDWeb CAD - https://rds-cad.dnpexchange.com USA - https://rds-usa.dnpexchange.com Users can log in utilizing their RDS users created in SolidCP (email address + password) and will grant ...
    • PHP session.save_path error

      You receive the following error in PHP: "The session.save_path setting in your php configuration file (php.ini) is not set or is set to a folder which did not exist. You might need to set the save_path setting in php.ini or verify that the folder ...
    • How to get your own PHP error log via .htaccess

      I would like to get my own PHP error log, how can I do this? =========================================== If you don't have a .htaccess file, create it it using the file manager or a regular text editor on your computer and upload that file using ftp. ...
    • err_too_many_redirects on WordPress - Php

      How to Solve Too Many Redirects Error in WordPress? The most common misconfiguration that we have come across repeatedly is when a user has incorrect URL in WordPress Address URL or Site Address URL settings. For example, lets assume that your site’s ...