forked from php/pecl-php-blenc
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package.xml to represent correct information
Currently package information for PHP PECL is incorrect add correct release and lead developer
- Loading branch information
Showing
1 changed file
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,22 +11,28 @@ BLENC is an extension that permit to protect PHP source scripts with Blowfish En | |
BLENC hooks into the Zend Engine, allowing for transparent execution of PHP scripts previously encoded with BLENC. | ||
It is not designed for complete security (it is still possible to disassemble the script into op codes using a package such as XDebug), however it does keep people out of your code and make reverse engineering difficult. | ||
</description> | ||
<lead> | ||
<name>Tuukka Pasanen</name> | ||
<user>illuusio</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<lead> | ||
<name>John Coggeshall</name> | ||
<user>john</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
<active>no</active> | ||
</lead> | ||
<lead> | ||
<name>Giuseppe Chiesa</name> | ||
<user>gchiesa</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
<active>no</active> | ||
</lead> | ||
<date>2014-04-27</date> | ||
<date>2023-02-07</date> | ||
<time>16:00:00</time> | ||
<version> | ||
<release>1.1.4b</release> | ||
<release>1.4.0</release> | ||
<api>1.1.4b</api> | ||
</version> | ||
<stability> | ||
|
@@ -41,6 +47,17 @@ Upgraded to works with latest PHP version | |
<dir name="/"> | ||
<dir name="tests"> | ||
<file name="001.phpt" role="test" /> | ||
<file name="001.phpt" role="test" /> | ||
<file name="002.phpt" role="test" /> | ||
<file name="003.phpt" role="test" /> | ||
<file name="004.phpt" role="test" /> | ||
<file name="005.phpt" role="test" /> | ||
<file name="blenc.ini" role="test" /> | ||
<file name="input-large.php" role="test" /> | ||
<file name="input.php" role="test" /> | ||
<file name="keys.txt" role="test" /> | ||
<file name="output-1.1.4b.phpe" role="test" /> | ||
<file name="password.txt" role="test" /> | ||
</dir> <!-- //tests --> | ||
<file name="bf_algo.c" role="src" /> | ||
<file name="bf_algo.h" role="src" /> | ||
|