Opened 5 years ago
Closed 5 years ago
#1484925 closed Feature Patches (worksforme)
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 (1)
Change History (5)
Changed 5 years ago by matias
comment:1 Changed 5 years ago by robin
- Resolution set to fixed
- Status changed from new to closed
Thanks, fixed in [70430e35].
comment:2 Changed 5 years ago by robin
Sorry, fixed the fix in [1b7ac671].
comment:3 in reply to: ↑ description Changed 5 years ago by taz76
- Resolution fixed deleted
- Status changed from closed to reopened
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.
comment:4 Changed 5 years ago by alec
- Resolution set to worksforme
- Status changed from reopened to closed
Are you shure that's not working after [1b7ac671]?
Note: See
TracTickets for help on using
tickets.

Patch to fix the problem