php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57186 script don't load and anything is echo
Submitted: 2006-08-18 22:39 UTC Modified: 2012-03-31 02:05 UTC
From: roberto at spadim dot com dot br Assigned:
Status: Wont fix Package: BLENC (PECL)
PHP Version: 5.1.2 OS: LINUX 2.6.10
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: roberto at spadim dot com dot br
New email:
PHP Version: OS:

 

 [2006-08-18 22:39 UTC] roberto at spadim dot com dot br
Description:
------------
the code don't echo the first line, if i remove in php.ini
extension=blenc.so

it's works ok
some other configuration in php.ini is:
blenc.key_file=/etc/blenc.keys

the file is chown to 777


Reproduce code:
---------------
<?php
echo '/home/apache/172.16.0.1/rdm-blenc/index.spadim';
//    $content=file_get_contents('/home/apache/172.16.0.1/rdm-blenc/index.spadim');
//    echo $content;
//die();
//    echo $content;
//    blenc_encrypt($content ,'/home/apache/172.16.0.1/rdm-blenc/start.blenc.spadim');
?>

Expected result:
----------------
echo the first line

Actual result:
--------------
nothing showed

without blenc 
show the first line

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-03-31 02:05 UTC] yohgaki@php.net
I think BLENC is obsolete now.
 [2012-03-31 02:05 UTC] yohgaki@php.net
-Status: Open +Status: Wont fix
 [2012-03-31 02:51 UTC] roberto at spadim dot com dot br
uhm what´s a good option? bcompiler?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC