phpci/PHPCI/Controller
MarkMaldaba 251f4d6713 Fix for running PHP under CGI on Windows machines. In this situation, the environement variables defining the system temp path are not necessarily available to PHP, so sys_get_temp_dir() falls back to using the system path (e.g. C:\WINDOWS), which is normally unwritable. This means that temp-file creation fails.
I've added code to detect this situation, and if it occurs we point it to %SystemRoot%\TEMP instead, which usually is present and writable.  May not fix 100% of cases, but should fix the vast majority of situations where this may occur.
2013-05-15 16:04:55 +01:00
..
BitbucketController.php Fixing Bitbucket controller. 2013-05-10 17:15:48 +01:00
BuildController.php Adding a status indicator for each plugin on the build page, fixing ignores for PHPCPD 2013-05-14 13:09:54 +01:00
GithubController.php Github pull request status updates 2013-05-14 16:58:14 +01:00
IndexController.php Big update. 2013-05-10 12:28:43 +01:00
ProjectController.php Fix for running PHP under CGI on Windows machines. In this situation, the environement variables defining the system temp path are not necessarily available to PHP, so sys_get_temp_dir() falls back to using the system path (e.g. C:\WINDOWS), which is normally unwritable. This means that temp-file creation fails. 2013-05-15 16:04:55 +01:00
SessionController.php Adding Github statuses integration 2013-05-14 17:49:39 +01:00
UserController.php Adding user accounts. 2013-05-10 16:25:51 +01:00