kendarorg / PhpNuget

Php nuget manager supporting complex queries on txt files or MySQL
http://www.kendar.org/?p=/dotnet/phpnuget
Other
23 stars 15 forks source link

http_response_code undefined for PHP versions before 5.4 #58

Closed JX75 closed 5 years ago

JX75 commented 6 years ago

With PHP 5.3.3 (standard in RHEL 6) I get this message : PHP Fatal error: Call to undefined function http_response_code() in /var/www/html/phpnuget.instances/phpnuget.3.0.12.11/inc/commons/http.php on line 28

See http://php.net/manual/en/function.http-response-code.php

Comments contain an alternative.