0

Hello I'm developing an open source software and it requires PHP5.I made a version for PHP4.I want to know which is better to make the official release for php4 or to continue with the php5 support only and post a php4 version (as alternative).

The reason that I hesitate is because the php4 version is a bit slower, bigger and it uses more memory usage, but it has bigger range for using.

hakre
  • 193,403
  • 52
  • 435
  • 836
Alex Emilov
  • 1,243
  • 4
  • 19
  • 25

3 Answers3

4

I would just stick with PHP5 only.

Who still uses v4 anyway ;)

Don't try to support both since it would mean more work for you :)

PeeHaa
  • 71,436
  • 58
  • 190
  • 262
1

PHP4 isn't official supported anymore, so pure PHP5 version makes more sense.

flori
  • 14,339
  • 4
  • 56
  • 63
1

PHP4 end of life announcement was made 3 years ago.

http://developers.slashdot.org/story/07/07/14/0646216/PHP-4-End-of-Life-Announcement

Scott C Wilson
  • 19,102
  • 10
  • 61
  • 83