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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kindaian at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 18:01:33 2025 UTC