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

Also available in: Atom PDF