-
I'm trying to decrypt some data that was encrypted by PHP and can be decrypted by PHP:
```
abrkn updated
9 years ago
-
```
Support HEX2BIN HEX2DEC and HEX2OCT engineering functions
```
Original issue reported on code.google.com by `ashish.dasnurkar` on 1 Oct 2010 at 7:53
-
```
Support HEX2BIN HEX2DEC and HEX2OCT engineering functions
```
Original issue reported on code.google.com by `ashish.dasnurkar` on 1 Oct 2010 at 7:53
-
```
Support HEX2BIN HEX2DEC and HEX2OCT engineering functions
```
Original issue reported on code.google.com by `ashish.dasnurkar` on 1 Oct 2010 at 7:53
-
Hello,
PHPmailer 5.2.9 extra file "ntlm_sasl_client.php" use the "mhash" function, which is now obsoleted and replaced by "hash".
Can you change this file to use "hash" function and not anymore "mhas…
-
```
Support HEX2BIN HEX2DEC and HEX2OCT engineering functions
```
Original issue reported on code.google.com by `ashish.dasnurkar` on 1 Oct 2010 at 7:53
-
How i can get the message that sign the transaction? to verify it.
-
```
What steps will reproduce the problem?
1. Create a new page
2. Add the line "$this->Page->ClientScript->registerEndScript('abcd',
'alert(\''.TJavaScript::quoteString(hex2bin('920629d49ad739c03412…
-
Hi, i met the error below when i install blackarch on existing arch, could you help me resolve this problem?
Thx!
``` bash
[root@misa ~]# pacman -S blackarch
:: There are 1317 members in group black…
asuna updated
8 years ago
-
Hi,
I installed Unirest from source. Is there no way to use it with PHP 5.3.x? I noticed Request:426 calls `hex2bin()`, which is missing from PHP 5.3.x. Are there other incompatibilities with 5.3.x? …