0

Well, i'm trying to install pyrus on my server but the install failed. i'm guessing it is because of my php version so my question is Can we install Pyrus on a server that is using php5.2.11 ? is there any minimum requirement ?

ader277
  • 35
  • 5
  • Title of the documentation is "Using Pyrus, the PEAR Installer for PHP 5.3+", so my guess is "No" – Mark Baker Oct 10 '12 at 20:21
  • 1
    Please note that PHP 5.2 was declared end of life nearly two years ago. It is a very long way out of date. If you value your site security, you *must* upgrade. – Spudley Oct 10 '12 at 20:46

1 Answers1

1

PHP 5.2 does not support namespaces. Pyrus uses namespaces, so it cannot be used with PHP < 5.3.0.

cweiske
  • 30,033
  • 14
  • 133
  • 194