Actions
Bug #1464
closedCB Installer fails on WINDOWS Server with php_uname() disabled
Description
in pcl.pclziplib.php on line 5873
change
if (stristr(php_uname(), 'windows')) {
to
if ( substr( PHP_OS, 0, 3 ) == 'WIN' ) {
Updated by beat almost 15 years ago
- Assignee set to beat
- Target version set to CB 1.2.2
- Estimated time set to 0:18 h
Fixed in r871 .
Updated by beat almost 15 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions