Ticket #1484925 (closed Patches: worksforme)

Opened 10 months ago

Last modified 9 months ago

Roundcube does not install on PHP 4.3

Reported by: matias Owned by:
Priority: 7 Milestone: 0.1.1
Component: Other Version: 0.1-stable
Severity: major Keywords: installer
Cc:

Description

phpversion() > 4.3 returns false on PHP 4.3.9

Attachments

versioncheck.diff (0.7 kB) - added by matias 10 months ago.
Patch to fix the problem

Change History

Changed 10 months ago by matias

Patch to fix the problem

  Changed 10 months ago by robin

  • status changed from new to closed
  • resolution set to fixed

Thanks, fixed in r1220.

  Changed 10 months ago by robin

Sorry, fixed the fix in r1221.

in reply to: ↑ description   Changed 9 months ago by taz76

  • status changed from closed to reopened
  • resolution deleted

Replying to matias:

phpversion() > 4.3 returns false on PHP 4.3.9

This issue is not fixed.. This code works:

# <h3>Checking PHP version</h3> # <?php # # if (phpversion() > '4.3') {

There is no need to make a bigger patch ( versioncheck.diff ). I have php 4.3.11 and the above code works like a charm. if the hardcoded value is set to 4.4 the result is false which it should return.

  Changed 9 months ago by alec

  • status changed from reopened to closed
  • resolution set to worksforme

Are you shure that's not working after r1221?

Note: See TracTickets for help on using tickets.