|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-03-31 02:05 UTC] yohgaki@php.net
[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
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
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