Opened 15 years ago
Closed 15 years ago
#1292 closed task (fixed)
Upgrade to PHP 5.3
Reported by: | brucedechant | Owned by: | brucedechant |
---|---|---|---|
Priority: | medium | Milestone: | 2.2 |
Component: | General | Version: | 2.1.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1305089 |
Description
Upgrade to the latest PHP 5.3.1.
Change History (18)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Notes:
- Fixed exceptions not being thrown in PHP by updating SWIG to generate PHP 5.3 code
- Added missing exception classes
Fixed. sandbox/adsk/2.2gp r4672
comment:4 by , 15 years ago
Change API GetMessage() to GetExceptionMessage() due to PHP conflict.
Fixed. sandbox/adsk/2.2gp r4707
comment:5 by , 15 years ago
Change API GetMessage() to GetExceptionMessage() due to PHP conflict.
Fixed. sandbox/adsk/2.2gp r4708
comment:6 by , 15 years ago
Update samples.
Change API GetMessage() to GetExceptionMessage() due to PHP conflict.
Fixed. sandbox/adsk/2.2gp r4709
comment:7 by , 15 years ago
Implement RFC89 - http://trac.osgeo.org/mapguide/wiki/MapGuideRfc89
Fixed. sandbox/adsk/2.2gp r4710
comment:8 by , 15 years ago
The mapguide doesn't work against the Java Api, due to the Api update.
sandbox/adsk/2.2gp r4716
comment:10 by , 15 years ago
Fixed. trunk r4747
Notes:
- Fixed exceptions not being thrown in PHP by updating SWIG to generate PHP 5.3 code
- Added missing exception classes
comment:11 by , 15 years ago
Revert change done to GetMessage().
- This internal API signature shouldn't have changed.
- This API is not being used at this time.
sandbox/adsk/2.2gp r4748
comment:12 by , 15 years ago
Implement RFC89 - http://trac.osgeo.org/mapguide/wiki/MapGuideRfc89
Fixed. trunk r4749
comment:13 by , 15 years ago
Fixed. Trunk r4755
Notes:
- Update mapadmin, viewers, and schema report
- Change API GetMessage() to GetExceptionMessage() due to PHP conflict
- Change API GetCode() to GetScriptCode() due to PHP conflict
comment:14 by , 15 years ago
Revert change to GetMessage as this refers to a different exception object.
Note:
- This code is commented out, but is being changed for consistency.
sandbox/adsk/2.2gp r4756
comment:15 by , 15 years ago
Fixed. Trunk r4757
Notes:
- Update samples
- Change API GetMessage() to GetExceptionMessage() due to PHP conflict
comment:16 by , 15 years ago
Fxied. trunk r4758
Notes:
- Update test pages and unit tests
- Change API GetMessage() to GetExceptionMessage() due to PHP conflict
comment:18 by , 15 years ago
Milestone: | 2.3 → 2.2 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Version: | 2.2.0 → 2.1.0 |
Fixed. sandbox/adsk/2.2gp r4637