yahaosoft / apjp

Automatically exported from code.google.com/p/apjp
0 stars 0 forks source link

what dictates dependency on php5? would it be possible to port to php < 5.0? #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
My preferred host is a bit behind the times and is still running php 4.3.10.  
What is driving the dependency on php5 and would it be possible for me to port 
this to work on 4.3.10?

Original issue reported on code.google.com by nickbell...@gmail.com on 14 Oct 2010 at 9:20

GoogleCodeExporter commented 9 years ago
APJP should work on PHP 4.3.10.

what needs to be installed?
- MCRYPT with RC4/ARCFOUR stream cipher 
(http://www.php.net/manual/en/mcrypt.requirements.php)
- OPENSSL for ssl:// socket transport 
(http://www.php.net/manual/en/transports.inet.php)

keep me updated!

Original comment by jeroen.v...@gmail.com on 15 Oct 2010 at 5:46