php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54982 PHAR archives couldn't be included with IonCube installed
Submitted: 2011-06-03 12:17 UTC Modified: 2011-06-03 12:28 UTC
From: Denis dot Gorbachev at trueoffice dot ru Assigned:
Status: Not a bug Package: PHAR related
PHP Version: 5.3.6 OS: Ubuntu 10.10
Private report: No CVE-ID: None
 [2011-06-03 12:17 UTC] Denis dot Gorbachev at trueoffice dot ru
Description:
------------
Hello everybody!

I don't really know where I should post this bug, so forgive me if it's not the 
right place.

With the IonCube extension enabled, PHAR archives become unreadable:

Test script:
---------------
starfall@desktop:~/workspace/mask$ php lib/mink/vendor/Goutte/goutte.phar


Expected result:
----------------
Nothing.

Actual result:
--------------
PHP Warning:  include(): Failed opening 
'phar:///home/starfall/workspace/mask/lib/mink/vendor/Goutte/goutte.phar/_cli_stu
b.php' for inclusion 
(include_path='phar:///home/starfall/workspace/mask/lib/mink/vendor/Goutte/goutte
.phar:.:/usr/share/php:/usr/share/pear') in 
/home/starfall/workspace/mask/lib/mink/vendor/Goutte/goutte.phar on line 9
PHP Stack trace:
PHP   1. {main}() 
/home/starfall/workspace/mask/lib/mink/vendor/Goutte/goutte.phar:0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-06-03 12:28 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2011-06-03 12:28 UTC] pajoye@php.net
Pls report this bug to the ioncube developers.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC