ID: 43415 Updated by: [EMAIL PROTECTED] Reported By: crisbi at gmx dot net -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: WinXP PHP Version: 5.2.5 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Please report bugs with PECL extensions on the PECL site. Previous Comments: ------------------------------------------------------------------------ [2007-11-26 17:29:14] crisbi at gmx dot net Description: ------------ Just downloaded the php-5.2.5-win32-installer.msi from the website and ticket: "CLI only" during install, along with the php_threads extension. Executing a simple program: ------------------- <?php echo "whatever\n"; ?> ------------------- CRASHES with: "CLI has encoutered a problem and needs to close. We are sorry for the inconvenience." BUT: When I *disable* the php_threads extension in the php.ini, everything works *fine* (no crash). i.e. ------------------------- [PHP_THREADS] ;extension=php_threads.dll ------------------------- Why does this happen?! Do I need to run an Apache (which I currently don't)? I really don't need the threads-lib, but installed it out of pure curiosity. Just trying to spare some other folks the same trouble. Reproduce code: --------------- <?php echo "whatever\n"; ?> Expected result: ---------------- whatever Actual result: -------------- whatever + Messagebox "CLI has encoutered a problem and needs to close. We are sorry for the inconvenience." ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43415&edit=1
