silverstripe-framework/src/Core
Sam Minnee 40d9bbfd69 FIX: Don’t assume posix_getpwuid is available.
Fixes https://github.com/silverstripe/silverstripe-framework/issues/2494

In Silverstripe 3.1, on some shared hosts the following bug can occur:
Warning: posix_getpwuid() has been disabled for security reasons
2017-05-23 10:00:36 +12:00
..
Cache BUG Fix ApcuCache and MemCache namespace 2017-05-04 12:17:33 +12:00
Config API Consistent use of inst() naming across framework 2017-05-19 14:38:06 +12:00
Injector API PSR-11 compliance (fixes #6594) (#6931) 2017-05-19 13:45:07 +12:00
Manifest Find root modules with _config.php 2017-05-22 12:16:57 +12:00
Startup NEW Director::host() to determine host name of site 2017-01-31 21:36:04 +00:00
ClassInfo.php API Consistent use of inst() naming across framework 2017-05-19 14:38:06 +12:00
Constants.php API Replace SS_HOST with SS_BASE_URL 2017-04-20 22:28:57 +12:00
Convert.php Merge branch '3' 2017-01-31 17:03:53 +00:00
Core.php API Consistent use of inst() naming across framework 2017-05-19 14:38:06 +12:00
CustomMethods.php Remove CustomMethods::createMethod and create_function implementations, replace with closures 2017-05-19 15:56:44 +12:00
Extensible.php API Split SilverStripe\Assets into separate module 2017-03-21 11:12:51 +13:00
Extension.php API Substitute core config system with new silverstripe/config module 2017-02-27 16:54:01 +13:00
Flushable.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Object.php PSR2: Automatic fixes 2016-11-29 12:33:28 +13:00
Resettable.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
TempPath.php FIX: Don’t assume posix_getpwuid is available. 2017-05-23 10:00:36 +12:00