php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57208 Blenc doesn't work in CLI
Submitted: 2006-08-30 14:58 UTC Modified: 2012-03-31 02:05 UTC
From: lance_rushing at hotmail dot com Assigned:
Status: Wont fix Package: BLENC (PECL)
PHP Version: 5.0.4 OS: Linux
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: lance_rushing at hotmail dot com
New email:
PHP Version: OS:

 

 [2006-08-30 14:58 UTC] lance_rushing at hotmail dot com
Description:
------------
Tested on Suse and Ubuntu 6.06.  Seems like any file that is loaded on command line will not execute reguardless of content, even if not encrypted.

Steps.

$ wget http://pecl.php.net/get/blenc-1.0alpha.tgz
$ tar -xzvf blenc-1.0alpha.tgz
$ cd blenc-1.0alpha
$ phpize5   
$ ./configure
$ make
$ sudo make install
$ sudo vi /etc/php5/cli/php.ini
   Added extension=blenc.so to the file

php5 test.php




Reproduce code:
---------------
<?php
// test.php

echo "Hello World!\n";

?>

Expected result:
----------------
Hello World!

Actual result:
--------------
Nothing

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
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 05:01:27 2025 UTC