Project

General

Profile

Actions

Bug #1464

closed

CB Installer fails on WINDOWS Server with php_uname() disabled

Added by nant about 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
17 February 2010
Due date:
% Done:

100%

Estimated time:
0:18 h

Description

in pcl.pclziplib.php on line 5873

change

if (stristr(php_uname(), 'windows')) {

to

if ( substr( PHP_OS, 0, 3 ) == 'WIN' ) {
Actions #1

Updated by beat about 14 years ago

  • Assignee set to beat
  • Target version set to CB 1.2.2
  • Estimated time set to 0:18 h

Fixed in r871 .

Actions #2

Updated by beat about 14 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF