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
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:
25 - 1 = ?
Subscribe to this entry?

 
 [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 22:01:30 2024 UTC