php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #52310 Phar is statically inside php, but is refered as external module in .ini
Submitted: 2010-07-12 01:29 UTC Modified: 2011-08-29 16:26 UTC
From: kindaian at gmail dot com Assigned: bjori (profile)
Status: Closed Package: PHAR related
PHP Version: 5.3.2 OS: Windows
Private report: No CVE-ID: None
 [2010-07-12 01:29 UTC] 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-29 16:26 UTC] bjori@php.net
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


 [2011-08-29 16:26 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 03:01:29 2024 UTC