D
Deleted member 2077
Guest
I have a web app that requires "PHP 5+", but the 3 php5x ports in /usr/ports/lang are all deprecated/broken, etc. I tried php5, php52 and php53 (see output below). The author of the webapp says php4 won't work. Any ideas?
I'm not to familiar with this, but isn't php a fairly mainstream and common port? Seems strange that it's not working. My port tree was updated right before I tried installing them.
I'm not to familiar with this, but isn't php a fairly mainstream and common port? Seems strange that it's not working. My port tree was updated right before I tried installing them.
Code:
[root]# cd ../php5
[root]# make
===> php5-5.3.11 has known vulnerabilities:
Affected package: php5-5.3.11
Type of problem: php -- vulnerability in certain CGI-based setups.
Reference: http://portaudit.FreeBSD.org/60de13d5-95f0-11e1-806a-001143cd36d8.html
=> Please update your ports tree and try again.
*** Error code 1
Stop in /usr/ports/lang/php5.
*** Error code 1
Stop in /usr/ports/lang/php5.
[root]# cd ../php52
[root]# make
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
PHP 5.2 series is strongly discouraged for new installations, migrate now.
It is scheduled to be removed on or after 2013-03-01.
===> php52-5.2.17_8 has known vulnerabilities:
Affected package: php52-5.2.17_8
Type of problem: php -- NULL byte poisoning.
Reference: http://portaudit.FreeBSD.org/3761df02-0f9c-11e0-becc-0022156e8794.html
=> Please update your ports tree and try again.
*** Error code 1
Stop in /usr/ports/lang/php52.
*** Error code 1
Stop in /usr/ports/lang/php52.
[root]# cd ..
[root]# cd php53
[root]# make
===> php5-5.3.11 not usable until php5.4.x is in lang/php5.
*** Error code 1
Stop in /usr/ports/lang/php53.