Ticket #1727 (closed defect (bug): fixed)
broken gettext in PHP 4.4.0
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | General | Version: | 1.5.2 |
| Severity: | normal | Keywords: | gettext php 4.4.0 bg|squashed |
| Cc: |
Description
This part of code from gettext.php says everyting:
$MAGIC1 = (int)0x950412de; bug? in PHP 5
$MAGIC1 = (int) - 1794895138; bug? in PHP 4.4.0
$MAGIC1 = 2500072158; works with PHP 4.4.0 but no tested anywhere else
$MAGIC2 = (int)0xde120495; bug?
$MAGIC2 = (int) - 569244523; bug? in PHP 4.4.0
$MAGIC2 = 3725722773; works with PHP 4.4.0 but no tested anywhere else
Change History
comment:1
masquerade — 6 years ago
comment:2
markjaquith — 6 years ago
- Keywords bg|squashed added
- Status changed from new to closed
- Resolution set to worksforme
Works for me. PHP 4.4.0
- Status changed from closed to reopened
- Resolution worksforme deleted
Confirmed on 4.4.2 for 64 bit machine.
This upstream change should fix 64biy issues:
http://cvs.savannah.nongnu.org/viewcvs/php-gettext/gettext.php?root=php-gettext&r1=1.6&r2=1.7
- Status changed from reopened to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

That clearly says that it "works with PHP 4.4.0" and gettext is working fine here, if someone else can confirm its working fine, mark this as invalid.