Skip to content

Commit

Permalink
Update package.xml to represent correct information
Browse files Browse the repository at this point in the history
Currently package information for PHP PECL is incorrect
add correct release and lead developer
  • Loading branch information
illuusio committed Feb 7, 2023
1 parent 116fa39 commit 209e1ae
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>tuukka.pasanen@ilmi.fi</email>
<active>yes</active>
</lead>
<lead>
<name>John Coggeshall</name>
<user>john</user>
<email>john@php.net</email>
<active>yes</active>
<active>no</active>
</lead>
<lead>
<name>Giuseppe Chiesa</name>
<user>gchiesa</user>
<email>gchiesa@php.net</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>
Expand All @@ -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" />
Expand Down

0 comments on commit 209e1ae

Please sign in to comment.