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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 19:01:31 2024 UTC