Edit report at https://bugs.php.net/bug.php?id=52310&edit=1
ID: 52310 Updated by: bj...@php.net Reported by: kindaian at gmail dot com Summary: Phar is statically inside php, but is refered as external module in .ini -Status: Open +Status: Closed Type: Feature/Change Request Package: PHAR related Operating System: Windows PHP Version: 5.3.2 -Assigned To: +Assigned To: bjori Block user comment: N Private report: N New Comment: Thank you for your bug report. This issue has already been fixed in the latest released version of PHP, which you can download at http://www.php.net/downloads.php Previous Comments: ------------------------------------------------------------------------ [2010-07-12 01:29:03] kindaian at gmail dot com Description: ------------ The php.ini has the following line: ;extension=php_phar.dll As the php_phar.dll is statically compiled in php.exe, the line, if on the ini file should state something like: ;extension=php_phar.dll ;statically in php.exe Expected result: ---------------- Either the reference for that extension should be removed, or, commented as proposed or similar. Actual result: -------------- As the php_phar.dll is inside php.exe, any try to uncomment it will result on an error on php, because it will be unable to find the dll. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=52310&edit=1