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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
46 - 39 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 06:01:29 2024 UTC